Skip to content

Instantly share code, notes, and snippets.

@mcandre
Created September 5, 2015 22:23
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 mcandre/84db54c924a812cefb18 to your computer and use it in GitHub Desktop.
Save mcandre/84db54c924a812cefb18 to your computer and use it in GitHub Desktop.
$ gdb
GNU gdb 4.17.m68k.objc.threads.hwwp.fpu.gnat
Copyright 1998 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 "i486-pc-linux-gnu".
(gdb) exec-file /usr/local/java/bin/i586/java
(gdb) set args sun.tools.javac.Main HelloWorld.java
(gdb) run
Starting program: /usr/local/java/bin/i586/java sun.tools.javac.Main HelloWorld.java
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0xf75ab91f in ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment