Advertisement
Guest User

Untitled

a guest
Apr 12th, 2011
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. Program received signal EXC_BAD_ACCESS, Could not access memory.
  2. Reason: KERN_INVALID_ADDRESS at address: 0x8b18c283
  3. 0x00f3b255 in QString::fromLatin1_helper ()
  4. (gdb) next
  5. Single stepping until exit from function _ZN7QString17fromLatin1_helperEPKci,
  6. which has no line number information.
  7.  
  8. Program received signal EXC_BAD_ACCESS, Could not access memory.
  9. Reason: KERN_INVALID_ADDRESS at address: 0x8b18c283
  10. 0x00f3b255 in QString::fromLatin1_helper ()
  11. (gdb) backtrace
  12. #0 0x00f3b255 in QString::fromLatin1_helper ()
  13. #1 0x00f3c489 in QString::fromAscii_helper ()
  14. #2 0x0042118d in QString::QString (this=0xbfffd340, ch=0x8b18c283 <Address 0x8b18c283 out of bounds>) at qstring.h:426
  15. #3 0x06300a56 in QApplicationPrivate::notify_helper ()
  16. #4 0x06300c81 in QApplication::notify ()
  17. #5 0x00f58422 in QCoreApplication::notifyInternal ()
  18. #6 0x06291e48 in QApplicationPrivate::globalEventProcessor ()
  19. #7 0x9770b13d in DispatchEventToHandlers ()
  20. #8 0x9770a57b in SendEventToEventTargetInternal ()
  21. #9 0x9770a3e0 in SendEventToEventTargetWithOptions ()
  22. #10 0x97737cfc in HIObject::HandleEvent ()
  23. #11 0x9770b649 in HIObject::EventHook ()
  24. #12 0x9770b13d in DispatchEventToHandlers ()
  25. #13 0x9770a57b in SendEventToEventTargetInternal ()
  26. #14 0x97726ecc in SendEventToEventTarget ()
  27. #15 0x977d3b9f in HandleMouseEvent ()
  28. #16 0x9778f602 in StandardWindowEventHandler ()
  29. #17 0x9770b13d in DispatchEventToHandlers ()
  30. #18 0x9770a57b in SendEventToEventTargetInternal ()
  31. #19 0x9770a3e0 in SendEventToEventTargetWithOptions ()
  32. #20 0x97737cfc in HIObject::HandleEvent ()
  33. #21 0x97721104 in AppleWindowDef::HandleEvent ()
  34. #22 0x9770b649 in HIObject::EventHook ()
  35. #23 0x9770b13d in DispatchEventToHandlers ()
  36. #24 0x9770a57b in SendEventToEventTargetInternal ()
  37. #25 0x9777c3d7 in CallNextEventHandler ()
  38. #26 0x977d3b4d in HandleMouseEvent ()
  39. #27 0x9778f602 in StandardWindowEventHandler ()
  40. #28 0x9770b13d in DispatchEventToHandlers ()
  41. #29 0x9770a57b in SendEventToEventTargetInternal ()
  42. #30 0x97726ecc in SendEventToEventTarget ()
  43. #31 0x977390a8 in ToolboxEventDispatcherHandler ()
  44. #32 0x9770b4f6 in DispatchEventToHandlers ()
  45. #33 0x9770a57b in SendEventToEventTargetInternal ()
  46. #34 0x97726ecc in SendEventToEventTarget ()
  47. #35 0x923b232e in -[NSCarbonWindow sendEvent:] ()
  48. #36 0x9207b6a5 in -[NSApplication sendEvent:] ()
  49. #37 0x91fd8fe7 in -[NSApplication run] ()
  50. #38 0x91fa61d8 in NSApplicationMain ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement