WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
8417
make-css-file-arrays.pl hangs when run on Linux
https://bugs.webkit.org/show_bug.cgi?id=8417
Summary
make-css-file-arrays.pl hangs when run on Linux
Kevin Ollivier
Reported
2006-04-15 17:58:17 PDT
When WebCore/DerivedSources.make is run on Linux (tested on FC4), WebCore/css/make-css-file-arrays.pl hangs. Patch is attached. (tested on FC4, OS X 10.4.6 Intel and WinXP SP2/Cygwin)
Attachments
patch for DerivedSources.make that fixes the hang.
(816 bytes, patch)
2006-04-15 17:59 PDT
,
Kevin Ollivier
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kevin Ollivier
Comment 1
2006-04-15 17:59:14 PDT
Created
attachment 7736
[details]
patch for DerivedSources.make that fixes the hang.
Eric Seidel (no email)
Comment 2
2006-04-15 18:28:12 PDT
Be sure to mark your patch for review. Also, I think we've generally used #include <assert.h> instead of <cassert>
Darin Adler
Comment 3
2006-04-16 19:26:38 PDT
Comment on
attachment 7736
[details]
patch for DerivedSources.make that fixes the hang. A few comments: First, this is not a patch for DerivedSources.make! Second, patches should include change log comments. Third, include in RenderArena.cpp should be <assert.h>, not <cassert>, to match usage in the rest of the project. But I think all of these are minor and it's good to just land this, so I will do it as soon as possible. r=me
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug