Created
January 14, 2009 21:27
-
-
Save ddribin/47093 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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 0x15914a0b in AGenericManager::HandleGenericCall () | |
#25 0x96783a95 in CallComponentDispatch () | |
#26 0x952dee06 in OSAGetScriptingComponent () | |
#27 0x00083819 in -[OSALanguage componentInstance] () | |
#28 0x000864db in -[OSAScript(OSAPrivate) _componentInstance] () | |
#29 0x00084505 in -[OSAScript compileAndReturnError:] () | |
#30 0x00084670 in -[OSAScript executeAndReturnError:] () | |
#31 0x00002e69 in -[AppController runAppleScriptNamed:] (self=0xb6648fe0, _cmd=0x484c, scriptName=0x5094) at /Users/dave/work/bitmaki/textcast/PubSubStress/AppController.m:136 | |
#32 0x00002f0b in -[AppController import:] (self=0xb6648fe0, _cmd=0x4861, sender=0xb56d0fa0) at /Users/dave/work/bitmaki/textcast/PubSubStress/AppController.m:146 | |
#33 0x91dc953b in -[NSApplication sendAction:to:from:] () | |
#34 0x91dc9478 in -[NSControl sendAction:to:] () | |
#35 0x91dc92fe in -[NSCell _sendActionFrom:] () | |
#36 0x91dc8957 in -[NSCell trackMouse:inRect:ofView:untilMouseUp:] () | |
#37 0x91dc81aa in -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] () | |
#38 0x91dc7a64 in -[NSControl mouseDown:] () | |
#39 0x91dc61a3 in -[NSWindow sendEvent:] () | |
#40 0x91d92d49 in -[NSApplication sendEvent:] () | |
#41 0x91cf069f in -[NSApplication run] () | |
#42 0x91cbd8a4 in NSApplicationMain () | |
#43 0x00002788 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