Skip to content

Instantly share code, notes, and snippets.

@jurriaan
Created January 3, 2011 16:28
Show Gist options
  • Save jurriaan/763637 to your computer and use it in GitHub Desktop.
Save jurriaan/763637 to your computer and use it in GitHub Desktop.
Random kod crash
(gdb) bt
#0 0x00007fff8838f15c in objc_msgSend_vtable2 ()
#1 0x00007fff855eb6ec in +[NSObject(NSObject) isAncestorOfObject:] ()
#2 0x00007fff85efb11c in -[NSConcretePortCoder encodeObject:isBycopy:isByref:] ()
#3 0x00007fff85f189fe in -[NSDictionary(NSDictionary) encodeWithCoder:] ()
#4 0x00007fff85efb3fe in -[NSConcretePortCoder encodeObject:isBycopy:isByref:] ()
#5 0x00007fff85efaacc in _NSWalkData2 ()
#6 0x00007fff85efbe42 in -[NSConcretePortCoder encodeInvocation:] ()
#7 0x00007fff85efb3fe in -[NSConcretePortCoder encodeObject:isBycopy:isByref:] ()
#8 0x00007fff85efaacc in _NSWalkData2 ()
#9 0x00007fff85ef93ad in -[NSConnection sendInvocation:internal:] ()
#10 0x00007fff855c198c in ___forwarding___ ()
#11 0x00007fff855bda68 in __forwarding_prep_0___ ()
#12 0x00007fff855c496c in __invoking___ ()
#13 0x00007fff855c483d in -[NSInvocation invoke] ()
#14 0x0000000100098e32 in -[NSInvocation(KMachService) invokeKMachServiceCallbackWithArguments:] (self=0x13a070380, _cmd=0x100419872, firstArg=0x13a000000) at /Users/jurriaanpruis/src/kod/src/KMachService-NSInvocation.m:25
#15 0x0000000100098b54 in -[NSInvocation(KMachService) invokeKMachServiceCallbackWithArgument:] (self=0x13a070380, _cmd=0x100416585, arg=0x13a000000) at /Users/jurriaanpruis/src/kod/src/KMachService-NSInvocation.m:6
#16 0x0000000100079abd in __-[KMachService openURLs:callback:]_block_invoke_3 (.block_descriptor=0x13a07f3e0, err=0x13a000000) at KMachService.mm:73
#17 0x0000000100021885 in __-[KDocumentController openDocumentsWithContentsOfURLs:withWindowController:priority:nonExistingFilesAsNewDocuments:callback:]_block_invoke_6 (.block_descriptor=0x100d8acb0, err=0x13a000000) at KDocumentController.mm:131
#18 0x00000001000201c7 in -[KDocumentController openDocumentsWithContentsOfURLs:withWindowController:priority:nonExistingFilesAsNewDocuments:callback:] (self=0x100da4700, _cmd=0x1004099a2, urls=0x13a079fc0, windowController=0x10216fac0, priority=2, newDocForNewURLs=1 '\001', callback=0x13a07f3e0) at KDocumentController.mm:171
#19 0x000000010001f6b1 in -[KDocumentController openDocumentsWithContentsOfURLs:nonExistingFilesAsNewDocuments:callback:] (self=0x100da4700, _cmd=0x10041653c, urls=0x13a079fc0, newDocForNewURLs=1 '\001', callback=0x7fff5fbfdcb8) at KDocumentController.mm:211
#20 0x00000001000795dc in -[KMachService openURLs:callback:] (self=0x102122b60, _cmd=0x1004164ad, urlStrings=0x13a071bf0, callback=0x13a070380) at KMachService.mm:74
#21 0x00007fff855c496c in __invoking___ ()
#22 0x00007fff855c483d in -[NSInvocation invoke] ()
#23 0x00007fff855e0711 in -[NSInvocation invokeWithTarget:] ()
#24 0x00007fff855c198c in ___forwarding___ ()
#25 0x00007fff855bda68 in __forwarding_prep_0___ ()
#26 0x00007fff855c496c in __invoking___ ()
#27 0x00007fff855c483d in -[NSInvocation invoke] ()
#28 0x00007fff85f15ff8 in -[NSConnection dispatchInvocation:] ()
#29 0x00007fff85f14285 in -[NSConnection handleRequest:sequence:] ()
#30 0x00007fff85f13b80 in -[NSConnection handlePortCoder:] ()
#31 0x00007fff85f1383b in -[NSConcretePortCoder dispatch] ()
#32 0x00007fff85edcfee in __NSFireMachPort ()
#33 0x00007fff855b368e in __CFMachPortPerform ()
#34 0x00007fff8558b6e1 in __CFRunLoopRun ()
#35 0x00007fff85589dbf in CFRunLoopRunSpecific ()
#36 0x00007fff817349f6 in RunCurrentEventLoopInMode ()
#37 0x00007fff817347fb in ReceiveNextEventCommon ()
#38 0x00007fff817346b4 in BlockUntilNextEventMatchingListInMode ()
#39 0x00007fff805c9e64 in _DPSNextEvent ()
#40 0x00007fff805c97a9 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#41 0x00007fff8058f48b in -[NSApplication run] ()
#42 0x00007fff805881a8 in NSApplicationMain ()
#43 0x0000000100007193 in main (argc=1, argv=0x7fff5fbff580) at /Users/jurriaanpruis/src/kod/src/main.m:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment