Bug 73499
Summary: | [Windows, WinCairo] testapi crashes in Release build when JIT enabled | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brent Fulgham
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
The correction to the vtable optimization bug resolved this problem.