This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Seg fault


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]