Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created January 14, 2009 21:20
Show Gist options
  • Save ddribin/47088 to your computer and use it in GitHub Desktop.
Save ddribin/47088 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x9525727d in XCFBufInitWithUnicode ()
#1 0x95274b95 in _LSIsKnownExtensionUnicode ()
#2 0x95274adb in _LSCanHideExtension ()
#3 0x95259dcf in _LSCanSetExtensionHidden ()
#4 0x952593be in _LSCopyInfoForNode ()
#5 0x95274a60 in LSCopyItemInfoForRef ()
#6 0x952e0744 in IterateFolder ()
#7 0x952e0f45 in HandleGDUT ()
#8 0x9639bc74 in _fixupAppleEventHandler ()
#9 0x9638d648 in aeDispatchAppleEvent ()
#10 0x963967be in AESendMessage ()
#11 0x963995ab in aeSend ()
#12 0x93e415af in AESend ()
#13 0x1591517a in AEDefaultSendProc ()
#14 0x15918dfd in ComponentSend ()
#15 0x15918fc0 in SendSimpleEventWithReply ()
#16 0x15900c3d in ScanForScriptingAdditions ()
#17 0x15900f07 in ASInitLocal ()
#18 0x15900fa5 in ASDefaultInit ()
#19 0x158f8a2d in AppleScriptComponent ()
#20 0x96783a95 in CallComponentDispatch ()
#21 0x952deaf8 in OSASetActiveProc ()
#22 0x159146c4 in AGenericManager::UpdateInstanceProcs ()
#23 0x159147e2 in AGenericManager::ComponentFromSubtype ()
#24 0x15914915 in AGenericManager::DefaultComponentInstance ()
#25 0x1591411c in AGenericCall::PreDelegate ()
#26 0x159148c9 in AGenericManager::HandleOSACall ()
#27 0x96783a95 in CallComponentDispatch ()
#28 0x952f01c3 in OSACompile ()
#29 0x952e7dc0 in OSADoIt ()
#30 0x952e850d in OSALoadFile ()
#31 0x96d1ee20 in -[NSAppleScript _initWithContentsOfFile:error:] ()
#32 0x00002e7b in -[AppController runAppleScriptNamed:] (self=0xb6160fe0, _cmd=0x4848, scriptName=0x5084) at /Users/dave/work/bitmaki/textcast/PubSubStress/AppController.m:129
#33 0x00002f4b in -[AppController import:] (self=0xb6160fe0, _cmd=0x485d, sender=0xb56dcfa0) at /Users/dave/work/bitmaki/textcast/PubSubStress/AppController.m:145
#34 0x91dc953b in -[NSApplication sendAction:to:from:] ()
#35 0x91dc9478 in -[NSControl sendAction:to:] ()
#36 0x91dc92fe in -[NSCell _sendActionFrom:] ()
#37 0x91dc8957 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] ()
#38 0x91dc81aa in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] ()
#39 0x91dc7a64 in -[NSControl mouseDown:] ()
#40 0x91dc61a3 in -[NSWindow sendEvent:] ()
#41 0x91d92d49 in -[NSApplication sendEvent:] ()
#42 0x91cf069f in -[NSApplication run] ()
#43 0x91cbd8a4 in NSApplicationMain ()
#44 0x00002838 in main (argc=1, argv=0xbffff0c4) at /Users/dave/work/bitmaki/textcast/PubSubStress/main.m:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment