Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:crash

2167         Fixed <rdar://problem/6885680> CrashTracer: [USER] 1 crash in Install
2552 Revert http://trac.webkit.org/changeset/43507 which caused crash in PPC nightlies with Safari 4.
2926 <rdar://problem/6881457> Crash occurs at JSC::Interpreter::execute() when loading http://www.sears.com
2939 <rdar://problem/6879881> Crash occurs at JSC::JSActivation::mark() when loading http://www.monster.com; http://www.cnet.com
2940 <https://bugs.webkit.org/show_bug.cgi?id=25736> Crash loading www.google.dk/ig (and other igoogle's as well)
3449 - fixed REGRESSION(r43432): Many JavaScriptCore tests crash in 64-bit
4116 This patch doesn't fix the problem. The crash occurs when tracking a Scope, but
4137 Bug 25640: Crash on quit in r43384 nightly build on Leopard w/ Safari 4 beta installed
4875 Fix crash due to incorrectly using an invalid scopechain
4879 could crash in certain circumstances as CachedCall does not guarantee
4886 to ScopeChainNode that 0's all of its fields. This exposed a crash in
7403 Crash in profiler due to incorrect assuming displayName would be a string.
8193 Tiger crash fix: Put VM tags in their own header file, and fixed up the
9247 <rdar://problem/6744471> crash in GC due to uninitialized callFunction pointer
9441 and a crash. We wrap this new code option in HAVE_LANGINFO_H,
9550 Fixed a JavaScriptCore crash on the Windows buildbot.
9603 JavaScript is running. Not perfect, but it solves our crash on PPC.
10978 Crash Fix.
11760 Worker tests crash in debug builds if run --singly
11762 The crash happened because worker threads continued running while debug-only static objects
12038 Bug 23551: Crash on page load with profiler enabled and running
12044 freed, Profiler::didExecute() will crash when attempting to get the lexical
12360 <rdar://problem/6516853> (r39682-r39736) JSFunFuzz: crash on "(function(){({ x2: x }), })()"
12365 to a crash. The solution is to ensure that reparsing a function performs parsing
13281 Fix crash seen running fast/canvas.
15209 Hopeful Windows crash-on-launch fix
15305 <rdar://problem/6471129> Workers crash on Windows Release builds
15723 <rdar://problem/6469742> Crash in JSC::TypeInfo::hasStandardGetOwnPropertySlot() running jsfunfuzz
16673 Unfortunately, the crash in the bug is rather intermittent, and it is
16827 - fix <rdar://problem/6427048> crash due to infinite recursion after setting window.__proto__ = window
17051 <rdar://problem/6444455> Worker Thread crash running multiple workers for a moderate amount of time
17054 Improve error handling: if mmap fails, crash immediately, and print out the reason.
17298 Bug 22835: Crash during bytecode generation when comparing to null
17838 WREC handles ']' properly, it compiles fast/js/regexp-charclass-crash.html,
19010 attempt to ref ignoredResult() results in a crash. This will occur in
19268 which causes 64-bit debug builds to crash. Once we have a dedicated allocator for executable
19761 as a result, because it causes a crash in DoWhileNode::emitBytecode().
19925 Replace abort() with CRASH()
19927 * wtf/Assertions.h: Added a different method to crash, which should work even is 0xbbadbeef
19934 Replace abort() with CRASH().
19938 Reverted fix for bug 22042 (Replace abort() with CRASH()), because it was breaking
19939 FOR_EACH_OPCODE_ID macro somehow, making Safari crash.
20007 Replace abort() with CRASH()
20009 * wtf/Assertions.h: Added abort() after an attempt to crash for extra safety.
20015 Replace abort() with CRASH().
24458 the capacity and thus cause a future crash.
26066 <rdar://problem/6326563> Crash on launch
26074 Fixes a crash on launch, since we were previously erroneously exporting atomicallyInitializedStaticMutex as a function.
26542 Added a mutex around the SamplingTool's ScopeNode* map, to solve a crash
26679 Fix a crash when opening Font Picker.
29817 Fix crash in fast/js/constant-folding.html with CTI disabled.
31954 In order to crash, you would need to call retrieveCaller in a situation
32506 Crash below Function.apply when using a runtime array as the argument list
32508 Test: plugins/bindings-array-apply-crash.html
32572 Crash in RegisterID::deref() running fast/canvas/canvas-putImageData.html
32682 Uncaught exceptions in regex replace callbacks crash webkit
33403 - fix crash logging into Gmail due to recent Arguments change
33641 - fix crash seen on buildbot
33878 Roll r36694 back in. It did not cause the crash.
34584 Fix a crash in fast/js/exception-expression-offset.html caused by not
34978 crash on CNN and on Dromaeo.
36748 Fix a crash on launch of jsc when GuardMalloc is enabled.
36947 Fix crash in fast/js/kde/evil-n.html
37886 Don't hardcode the size of a Register for op_new_array. Fixes a crash
38283 Can't construct a test case because other factors make this not crash
38369 Fixed <rdar://problem/6193925> REGRESSION: Crash occurs at
38375 https://bugs.webkit.org/show_bug.cgi?id=20633 Crash in privateExecute
39578 <rdar://problem/6150322> In Gmail, a crash occurs at KJS::Machine::privateExecute() when applying list styling to text after a quote had been removed
39581 This crash was caused by "depth()" incorrectly determining the scope depth
39586 leading to a crash or incorrect variable resolution. This can only actually