Advertisement
Guest User

transmission thread 4 crash

a guest
Sep 5th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. Crashed Thread: 4
  2.  
  3. Exception Type: EXC_BAD_ACCESS (SIGSEGV)
  4. Exception Codes: EXC_I386_GPFLT
  5.  
  6. Application Specific Information:
  7. Performing @selector(terminate:) from sender NSMenuItem 0x6080000b1f40
  8.  
  9. Thread 0:: Dispatch queue: com.apple.main-thread
  10. 0 libsystem_kernel.dylib 0x00007fff8d335a3a __semwait_signal + 10
  11. 1 libsystem_c.dylib 0x00007fff90fcbdc0 nanosleep + 200
  12. 2 org.m0k.transmission 0x000000010005cc42 tr_wait_msec + 74
  13. 3 org.m0k.transmission 0x0000000100068bf7 tr_sessionClose + 207
  14. 4 org.m0k.transmission 0x0000000100004cbc -[Controller applicationWillTerminate:] + 1395
  15. 5 com.apple.CoreFoundation 0x00007fff8cbc0e0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
  16. 6 com.apple.CoreFoundation 0x00007fff8cab482d _CFXNotificationPost + 2893
  17. 7 com.apple.Foundation 0x00007fff902dedda -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
  18. 8 com.apple.AppKit 0x00007fff87ca1304 -[NSApplication terminate:] + 1604
  19. 9 com.apple.AppKit 0x00007fff87c4c260 -[NSApplication sendAction:to:from:] + 327
  20. 10 com.apple.AppKit 0x00007fff87c671c8 -[NSMenuItem _corePerformAction] + 394
  21. 11 com.apple.AppKit 0x00007fff87c66f04 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 117
  22. 12 com.apple.AppKit 0x00007fff87c6607c -[NSMenu performKeyEquivalent:] + 289
  23. 13 com.apple.AppKit 0x00007fff87c628e1 -[NSApplication _handleKeyEquivalent:] + 822
  24. 14 com.apple.AppKit 0x00007fff87bd1acc -[NSApplication sendEvent:] + 3293
  25. 15 com.apple.AppKit 0x00007fff87a219f9 -[NSApplication run] + 646
  26. 16 com.apple.AppKit 0x00007fff87a0c783 NSApplicationMain + 940
  27. 17 org.m0k.transmission 0x0000000100001ac5 main + 110
  28. 18 org.m0k.transmission 0x00000001000015f4 start + 52
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement