Bug 12707 - gdklauncher crashes when compiled with NDEBUG
Summary: gdklauncher crashes when compiled with NDEBUG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: PC OS X 10.4
: P2 Critical
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-09 00:00 PST by Krzysztof Kowalczyk
Modified: 2007-02-09 03:21 PST (History)
0 users

See Also:


Attachments
don't define NDEBUG to fix the crash (1008 bytes, patch)
2007-02-09 00:00 PST, Krzysztof Kowalczyk
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Kowalczyk 2007-02-09 00:00:06 PST
gdklauncher crashes when compiled with NDEBUG.
Comment 1 Krzysztof Kowalczyk 2007-02-09 00:00:44 PST
Created attachment 13079 [details]
don't define NDEBUG to fix the crash
Comment 2 Maciej Stachowiak 2007-02-09 00:47:40 PST
Comment on attachment 13079 [details]
don't define NDEBUG to fix the crash

Seems ok for now but I think in the long term we may want a real fix.
Comment 3 Krzysztof Kowalczyk 2007-02-09 03:21:27 PST
I agree but I couldn't figure out much from the callstack. Looked like one of those random crashes. It might be because jscore is compiled without NDEBUG defined.