Bug 44041

Summary: ProcessLauncher's WorkQueue's name is too long on Windows
Product: WebKit Reporter: Jon Honeycutt <jhoneycutt>
Component: WebKit2Assignee: Dominik Röttsches (drott) <d-r>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, d-r, kling, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
Shortening ProcessLauncher thread name. none

Description Jon Honeycutt 2010-08-15 17:53:56 PDT
The WorkQueue used by ProcessLauncher has the name "com.apple.WebKit.ProcessLauncher". This results in stderr output when running layout tests:

ERROR: Thread name "com.apple.WebKit.ProcessLauncher" is longer than 31 characters and will be truncated by Visual Studio
(..\..\wtf\Threading.cpp:74 WTF::createThread)
Comment 1 Dominik Röttsches (drott) 2012-07-06 05:34:46 PDT
Created attachment 151064 [details]
Shortening ProcessLauncher thread name.
Comment 2 Andreas Kling 2012-07-06 05:36:52 PDT
Comment on attachment 151064 [details]
Shortening ProcessLauncher thread name.

This seems like a reasonable thing to do.
rs=me
Comment 3 WebKit Review Bot 2012-07-06 07:50:08 PDT
Comment on attachment 151064 [details]
Shortening ProcessLauncher thread name.

Clearing flags on attachment: 151064

Committed r121972: <http://trac.webkit.org/changeset/121972>
Comment 4 WebKit Review Bot 2012-07-06 07:50:13 PDT
All reviewed patches have been landed.  Closing bug.