This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Seg fault
- To: mark at tapinternet dot com
- Subject: Re: Seg fault
- From: Jeff Sturm <jeff dot sturm at appnet dot com>
- Date: Tue, 12 Sep 2000 16:05:43 -0400
- CC: java-discuss at sourceware dot cygnus dot com
- Organization: AppNet Inc.
- References: <39BE859F.14A5C9B0@yahoo.com>
mark kimsal wrote:
> Is there anyway to get more information about the seg fault?
Sure. Did it leave a core file? If so, try to open it in gdb and get a
backtrace. You can run the program inside gdb as well. Try "gdb <progname>",
then "run".
--
Jeff Sturm
jeff.sturm@appnet.com