Bug 131711 - regress/script-tests/number-test.js.dfg-eager fails on some debug bots
Summary: regress/script-tests/number-test.js.dfg-eager fails on some debug bots
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 15:16 PDT by Filip Pizlo
Modified: 2014-04-18 09:48 PDT (History)
8 users (show)

See Also:


Attachments
crash for boolean-test.js.dfg-eager (27.91 KB, text/plain)
2014-04-18 09:48 PDT, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2014-04-15 15:16:30 PDT
We should investigate what is going on.  It seems like it may have started after http://trac.webkit.org/changeset/167325.
Comment 1 Alexey Proskuryakov 2014-04-16 09:39:08 PDT
Saw regress/script-tests/boolean-test.js.dfg-eager fali in the same non-descriptive manner today, not sure how to tell if it's the same issue.

regress/script-tests/boolean-test.js.dfg-eager: test_script_5695: line 2: 77592 Trace/BPT trap: 5       "$@" ../../../.vm/JavaScriptCore.framework/Resources/jsc --useFTLJIT\=false --thresholdForJITAfterWarmUp\=10 --thresholdForJITSoon\=10 --thresholdForOptimizeAfterWarmUp\=20 --thresholdForOptimizeAfterLongWarmUp\=20 --thresholdForOptimizeSoon\=20 --thresholdForFTLOptimizeAfterWarmUp\=20 --thresholdForFTLOptimizeSoon\=20 boolean-test.js
regress/script-tests/boolean-test.js.dfg-eager: ERROR: Unexpected exit code: 133
FAIL: regress/script-tests/boolean-test.js.dfg-eager
Comment 2 Alexey Proskuryakov 2014-04-18 09:48:53 PDT
Created attachment 229649 [details]
crash for boolean-test.js.dfg-eager

Here is a crash log for boolean-test.js.dfg-eager (no idea if it's the same as the number one).