Bug 12707

Summary: gdklauncher crashes when compiled with NDEBUG
Product: WebKit Reporter: Krzysztof Kowalczyk <kkowalczyk>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical    
Priority: P2    
Version: 420+   
Hardware: PC   
OS: OS X 10.4   
Attachments:
Description Flags
don't define NDEBUG to fix the crash mjs: review+

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.