Bug 30284
Summary: | fast/profiler/throw-exception-from-eval.html crashes when JavaScriptCore is compiled with ENABLE_JIT turned off | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | ap, atwilson, beidson, ggaren, joepeck |
Priority: | P1 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Eric Seidel (no email)
http://build.webkit.org/builders/Leopard%20Intel%20Debug%20%28Tests%29/builds/5876
Looks like the first time it crashed.
Probably from http://trac.webkit.org/changeset/49409
We also seem to be hitting https://bugs.webkit.org/show_bug.cgi?id=29344 a bunch since then.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
http://trac.webkit.org/changeset/49426 technically fixed this by turning of the interpreter on Leopard, but the underlying bug is still around.
Geoffrey Garen
Looks like this test crashed as of http://trac.webkit.org/changeset/49408 and before -- 49409 just exposed it by accidentally turning on the interpreter on a debug bot. Retitling.
Joseph Pecoraro
Legacy Profiler has been removed. This test no longer exists.