Bug 73499 - [Windows, WinCairo] testapi crashes in Release build when JIT enabled
Summary: [Windows, WinCairo] testapi crashes in Release build when JIT enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-30 16:45 PST by Brent Fulgham
Modified: 2011-12-08 14:30 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2011-12-08 14:30:50 PST
The correction to the vtable optimization bug resolved this problem.