Bug 73499

Summary: [Windows, WinCairo] testapi crashes in Release build when JIT enabled
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Brent Fulgham
Reported 2011-11-30 16:45:27 PST
The 'testapi.exe' executable crashes when attempting to garbage collect in release builds under Windows. Error is an access violation in FunctionExecutable::discardCode() when attempting to access the m_codeBlockForCall member. Program does not crash in debug build.
Attachments
Brent Fulgham
Comment 1 2011-12-08 14:30:50 PST
The correction to the vtable optimization bug resolved this problem.
Note You need to log in before you can comment on or make changes to this bug.