This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Arborted - Why?
- To: Torsten Rüger <torsten dot rueger at firsthop dot com>
- Subject: Arborted - Why?
- From: Andrew Haley <aph at redhat dot com>
- Date: Thu, 7 Dec 2000 14:28:45 +0000 (GMT)
- Cc: Java <java-discuss at sources dot redhat dot com>
- References: <3A2F84B2.C8402BA8@firsthop.com>
Torsten =?iso-8859-1?Q?R=FCger?= writes:
> Hi,
> after compiling and linking my classes sucessfully now, I tried to run
> it.
>
> All I get is an Aborted and that's it. No core, no stack trace. How can
> I find out what's happening here?
Run it under gdb.
Andrew.