Advertisement
cheungtifan

Untitled

Feb 20th, 2012
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.34 KB | None | 0 0
  1. 2012-02-20 20:15:24.007 SimpleTask[2456:90f] Awoke: <ClientController: 0x4db7e0>
  2. 2012-02-20 20:15:25.199 SimpleTask[2456:90f] Resolved
  3. 2012-02-20 20:15:25.566 SimpleTask[2456:90f] Did connect
  4. 2012-02-20 20:15:30.174 SimpleTask[2456:90f] Stopped
  5.  
  6. Program received signal EXC_BAD_ACCESS, Could not access memory.
  7. Reason: KERN_INVALID_ADDRESS at address: 0x2614050b
  8. 0x912a8d5c in objc_msgSend ()
  9. (gdb) bt
  10. #0  0x912a8d5c in objc_msgSend ()
  11. #1  0x0046a0e0 in ?? ()
  12. #2  0x9931fd23 in -[NSWindow sendEvent:] ()
  13. #3  0x992b8787 in -[NSApplication sendEvent:] ()
  14. #4  0x00019a34 in -[STApplication sendEvent:] ()
  15. #5  0x992496d5 in -[NSApplication run] ()
  16. #6  0x994dd261 in NSApplicationMain ()
  17. #7  0x000020be in start ()
  18. (gdb) info locals
  19. No symbol table info available.
  20. (gdb) frame 1
  21. #1  0x0046a0e0 in ?? ()
  22. (gdb) info locals
  23. No symbol table info available.
  24. (gdb) info registers
  25. eax            0x2614050b   638846219
  26. ecx            0x25bca  154570
  27. edx            0x1633   5683
  28. ebx            0x25e4b0 2483376
  29. esp            0xbffff4b8   0xbffff4b8
  30. ebp            0xbffff528   0xbffff528
  31. esi            0x37013e37   922828343
  32. edi            0x4213e36    69287478
  33. eip            0x46a0e0 0x46a0e0
  34. eflags         0x10202  66050
  35. cs             0x1b 27
  36. ss             0x23 35
  37. ds             0x23 35
  38. es             0x23 35
  39. fs             0x0  0
  40. gs             0xf  15
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement