Bug 165763
Summary: | REGRESSION (r209532-209538): stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js.misc-ftl-no-cjit times out | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ryanhaddad |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=164630 |
Alexey Proskuryakov
stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js.misc-ftl-no-cjit always times out on Yosemite Debug JSC bot:
https://build.webkit.org/builders/Apple%20Yosemite%20Debug%20JSC%20(Tests)?numbuilds=50
Timed out after 339.000000 sec seconds!
1 0x1052fb550 WTFCrash
2 0x103e51b16 timeoutThreadMain(void*)
3 0x105375519 WTF::createThread(void (*)(void*), void*, char const*)::$_0::operator()() const
4 0x1053754ed void std::__1::__invoke_void_return_wrapper<void>::__call<WTF::createThread(void (*)(void*), void*, char const*)::$_0&>(WTF::createThread(void (*)(void*), void*, char const*)::$_0&&&)
5 0x10537548c std::__1::__function::__func<WTF::createThread(void (*)(void*), void*, char const*)::$_0, std::__1::allocator<WTF::createThread(void (*)(void*), void*, char const*)::$_0>, void ()>::operator()()
6 0x10481543a std::__1::function<void ()>::operator()() const
7 0x1053740ee WTF::threadEntryPoint(void*)
8 0x105375b91 WTF::wtfThreadEntryPoint(void*)
9 0x7fff8bd9805a _pthread_body
10 0x7fff8bd97fd7 _pthread_body
11 0x7fff8bd953ed thread_start
test_script_15478: line 2: 52322 Segmentation fault: 11 ( "$@" ../../.vm/JavaScriptCore.framework/Resources/jsc --useFTLJIT\=false --useFunctionDotArguments\=true --maxPerThreadStackUsage\=1572864 --useFTLJIT\=true --useConcurrentJIT\=false --thresholdForJITAfterWarmUp\=100 --scribbleFreeCells\=true string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js )
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
There weren't any JSC changes in this range. Triggered a rerun of r209532 to see what happens.