Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created August 27, 2009 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloyd/176651 to your computer and use it in GitHub Desktop.
Save lloyd/176651 to your computer and use it in GitHub Desktop.
[lth@lappro Safari.app] $ gdb --arch i386 Contents/MacOS/Safari 76514
GNU gdb 6.3.50-20050815 (Apple version gdb-1339) (Sat May 23 05:39:07 UTC 2009)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin"...Reading symbols for shared libraries .......................... done
/Applications/Safari.app/76514: No such file or directory
Attaching to program: `/Applications/Safari.app/Contents/MacOS/Safari', process 76514.
Reading symbols for shared libraries .+++++++++.+...++.+...............+...........++.....................................+...............+++. done
0x930e7972 in __kill ()
(gdb) bt
#0 0x930e7972 in __kill ()
#1 0x93139911 in kill ()
#2 0x125615f2 in bp::debug::attachDebugger () at /Users/lth/dev/BrowserPlus/platform/Core/BPUtils/src/Utils/bpdebug.cpp:86
#3 0x12561a8e in bp::debug::breakpoint (sName=@0xbfffe028) at /Users/lth/dev/BrowserPlus/platform/Core/BPUtils/src/Utils/bpdebug.cpp:69
#4 0x1255e036 in LibLoadTracer::LibLoadTracer (this=0x126869e0) at /Users/lth/dev/BrowserPlus/platform/Core/Browser/NPAPI/src/npp_gate.cpp:53
#5 0x1255e183 in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at /Users/lth/dev/BrowserPlus/platform/Core/Browser/NPAPI/src/npp_gate.cpp:65
#6 0x1255e1c1 in global constructors keyed to _Z16NPP_GetJavaClassv () at /Users/lth/dev/BrowserPlus/platform/Core/Browser/NPAPI/src/npp_gate.cpp:354
#7 0x8fe0ed6d in __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE ()
#8 0x8fe0d31e in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj ()
#9 0x8fe0d3d1 in __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE ()
#10 0x8fe0200b in __dyld__ZN4dyld15runInitializersEP11ImageLoader ()
#11 0x8fe0b299 in __dyld_dlopen ()
#12 0x9308d068 in dlopen ()
#13 0x918ff379 in _CFBundleDlfcnLoadBundle ()
#14 0x918feeea in _CFBundleLoadExecutableAndReturnError ()
#15 0x918fe981 in CFBundleLoadExecutable ()
#16 0x00006392 in ?? ()
#17 0x000048d9 in ?? ()
#18 0x00007814 in ?? ()
#19 0x9192a0a1 in __CFRunLoopDoBlocks ()
#20 0x918db423 in __CFRunLoopRun ()
#21 0x918d9d34 in CFRunLoopRunSpecific ()
#22 0x918d9b61 in CFRunLoopRunInMode ()
#23 0x9913ffec in RunCurrentEventLoopInMode ()
#24 0x9913fda3 in ReceiveNextEventCommon ()
#25 0x9913fc28 in BlockUntilNextEventMatchingListInMode ()
#26 0x93d5bb99 in _DPSNextEvent ()
#27 0x93d5b40e in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#28 0x93d1d5fb in -[NSApplication run] ()
#29 0x00006a09 in ?? ()
#30 0x00002845 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment