Created
January 7, 2014 17:51
-
-
Save argp/8303455 to your computer and use it in GitHub Desktop.
iOS 7.0.4 (iPhone 4) MobileSafari WebKit bug 121324
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program received signal EXC_BAD_ACCESS, Could not access memory. | |
Reason: KERN_INVALID_ADDRESS at address: 0xbbadbeef | |
[Switching to process 5043 thread 0x3a03] | |
0x303c6cce in WTFCrash () | |
--------------------------------------------------------------------------[regs] | |
R0: 0xBBADBEEF R1: 0x00000000 R2: 0x00001900 R3: 0x00002060 | |
R4: 0x02996BCC R5: 0x000000C0 R6: 0xCBCFA19E R7: 0x02996C54 | |
R8: 0x39F73550 R9: 0x00000001 R10: 0x00000009 R11: 0x000000C0 | |
R12: 0x39F5E8B0 SP: 0x02996BCC LR: 0x303C6C79 PC: 0x303C6CCE n Z C v q j e a i f T | |
--------------------------------------------------------------------------[code] | |
0x303c6cce <WTFCrash+54>: 6001 str r1, [r0, #0] | |
0x303c6cd0 <WTFCrash+56>: defe undefined | |
0x303c6cd2 <WTFCrash+58>: bf00 nop | |
0x303c6cd4 <WTFInstallReportBacktraceOnCrashHook>: b590 push {r4, r7, lr} | |
0x303c6cd6 <WTFInstallReportBacktraceOnCrashHook+2>: f64140bc movw r0, #7356 ; 0x1cbc | |
0x303c6cda <WTFInstallReportBacktraceOnCrashHook+6>: af01 add r7, sp, #4 | |
0x303c6cdc <WTFInstallReportBacktraceOnCrashHook+8>: f6c010ba movt r0, #2490 ; 0x9ba | |
0x303c6ce0 <WTFInstallReportBacktraceOnCrashHook+12>: f240014d movw r1, #77 ; 0x4d | |
-------------------------------------------------------------------------------- | |
gdb $ bt | |
#0 0x303c6cce in WTFCrash () | |
#1 0x301bfcfa in WTF::fastMalloc () | |
#2 0x3020e1d0 in WTF::AtomicString::find () | |
#3 0x3034284e in JSC::BooleanObject::BooleanObject () | |
#4 0x3021fa7e in JSC::JSObject::put () | |
#5 0x302246ea in JSC::call () | |
#6 0x3021f76e in JSC::JSObject::put () | |
#7 0x30216666 in JSC::Heap::reportExtraMemoryCostSlowCase () | |
#8 0x3021af88 in JSC::Heap::reportExtraMemoryCostSlowCase () | |
#9 0x30224438 in JSC::call () | |
#10 0x302242ac in JSObjectCallAsFunction () | |
#11 0x000b270e in _mh_execute_header () | |
#12 0x0008402a in _mh_execute_header () | |
#13 0x0005c792 in _mh_execute_header () | |
#14 0x0005c73c in _mh_execute_header () | |
#15 0x0005c726 in _mh_execute_header () | |
#16 0x000f7c60 in _mh_execute_header () | |
#17 0x370eb03a in WebThreadIsEnabled () | |
#18 0x2f242182 in CFRunLoopTimerSetTolerance () | |
#19 0x2f241652 in CFRunLoopTimerSetTolerance () | |
#20 0x2f23fe46 in _CFRunLoopGet2b () | |
#21 0x2f1aac26 in CFRunLoopRunSpecific () | |
#22 0x2f1aaa0a in CFRunLoopRunInMode () | |
#23 0x370e926a in WebCore::ThreadGlobalData::ThreadGlobalData () | |
#24 0x39c2dc1c in _pthread_start () | |
#25 0x39c2db8e in _pthread_start () | |
#26 0x39c2bc90 in thread_start () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment