Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2012-02-20 20:15:24.007 SimpleTask[2456:90f] Awoke: <ClientController: 0x4db7e0>
- 2012-02-20 20:15:25.199 SimpleTask[2456:90f] Resolved
- 2012-02-20 20:15:25.566 SimpleTask[2456:90f] Did connect
- 2012-02-20 20:15:30.174 SimpleTask[2456:90f] Stopped
- Program received signal EXC_BAD_ACCESS, Could not access memory.
- Reason: KERN_INVALID_ADDRESS at address: 0x2614050b
- 0x912a8d5c in objc_msgSend ()
- (gdb) bt
- #0 0x912a8d5c in objc_msgSend ()
- #1 0x0046a0e0 in ?? ()
- #2 0x9931fd23 in -[NSWindow sendEvent:] ()
- #3 0x992b8787 in -[NSApplication sendEvent:] ()
- #4 0x00019a34 in -[STApplication sendEvent:] ()
- #5 0x992496d5 in -[NSApplication run] ()
- #6 0x994dd261 in NSApplicationMain ()
- #7 0x000020be in start ()
- (gdb) info locals
- No symbol table info available.
- (gdb) frame 1
- #1 0x0046a0e0 in ?? ()
- (gdb) info locals
- No symbol table info available.
- (gdb) info registers
- eax 0x2614050b 638846219
- ecx 0x25bca 154570
- edx 0x1633 5683
- ebx 0x25e4b0 2483376
- esp 0xbffff4b8 0xbffff4b8
- ebp 0xbffff528 0xbffff528
- esi 0x37013e37 922828343
- edi 0x4213e36 69287478
- eip 0x46a0e0 0x46a0e0
- eflags 0x10202 66050
- cs 0x1b 27
- ss 0x23 35
- ds 0x23 35
- es 0x23 35
- fs 0x0 0
- gs 0xf 15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement