Created
January 14, 2009 20:30
-
-
Save ddribin/47052 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 0x1837617a in AEDefaultSendProc () | |
#14 0x18379dfd in ComponentSend () | |
#15 0x18379fc0 in SendSimpleEventWithReply () | |
#16 0x18361c3d in ScanForScriptingAdditions () | |
#17 0x18361f07 in ASInitLocal () | |
#18 0x18361fa5 in ASDefaultInit () | |
#19 0x18359a2d in AppleScriptComponent () | |
#20 0x96783a95 in CallComponentDispatch () | |
#21 0x952deaf8 in OSASetActiveProc () | |
#22 0x183756c4 in AGenericManager::UpdateInstanceProcs () | |
#23 0x183757e2 in AGenericManager::ComponentFromSubtype () | |
#24 0x18375a0b in AGenericManager::HandleGenericCall () | |
#25 0x96783a95 in CallComponentDispatch () | |
#26 0x952dee06 in OSAGetScriptingComponent () | |
#27 0x0010a819 in -[OSALanguage componentInstance] () | |
#28 0x0010d538 in -[OSAScript(OSAPrivate) _defaultComponentInstance] () | |
#29 0x0010cfb1 in -[OSAScript(OSAPrivate) _initWithContentsOfFile:error:] () | |
#30 0x0010b01a in -[OSAScript initWithContentsOfURL:language:error:] () | |
#31 0x0010afc0 in -[OSAScript initWithContentsOfURL:error:] () | |
#32 0x000064c0 in -[textcast_AppDelegate runAppleScriptNamed:] (self=0xc4a87f40, _cmd=0x4800f, scriptName=0x5a4b4) at /Users/dave/work/bitmaki/textcast/textcast/textcast_AppDelegate.m:968 | |
#33 0x0000689f in -[textcast_AppDelegate importNetNewsWire:] (self=0xc4a87f40, _cmd=0x48042, sender_=0xc13b3fb0) at /Users/dave/work/bitmaki/textcast/textcast/textcast_AppDelegate.m:1012 | |
#34 0x91f0c5e8 in -[NSToolbarButton sendAction:to:] () | |
#35 0x91f0c579 in -[NSToolbarButton sendAction] () | |
#36 0x91f0bafa in -[NSToolbarItemViewer mouseDown:] () | |
#37 0x91dc61a3 in -[NSWindow sendEvent:] () | |
#38 0x91d92d49 in -[NSApplication sendEvent:] () | |
#39 0x91cf069f in -[NSApplication run] () | |
#40 0x91cbd8a4 in NSApplicationMain () | |
#41 0x0000233e in main (argc=7, argv=0xbfffeff8) at /Users/dave/work/bitmaki/textcast/textcast/main.m:13 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment