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 BugsAssignee: 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   

Description Eric Seidel (no email) 2009-10-11 10:15:13 PDT
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.
Comment 1 Geoffrey Garen 2009-10-11 20:35:54 PDT
http://trac.webkit.org/changeset/49426 technically fixed this by turning of the interpreter on Leopard, but the underlying bug is still around.
Comment 2 Geoffrey Garen 2009-10-11 21:08:29 PDT
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.
Comment 3 Joseph Pecoraro 2016-06-06 20:16:53 PDT
Legacy Profiler has been removed. This test no longer exists.