This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Does gcj pass -dy and -dn to linker?
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Subject: Re: Does gcj pass -dy and -dn to linker?
- From: Bill Bland <wjb at netpd dot com>
- Date: Tue, 30 Oct 2001 09:51:08 +0000 (GMT)
- Cc: java at gcc dot gnu dot org
- Reply-To: wjb at netpd dot com
On Tue, 30 Oct 2001, Bryce McKinlay wrote:
> BTW Are you saying that GCJ 3.0.2 is still crashing for you rather than
> print an exception stack trace?
Yes. Even stranger: If I compile with all libs static except libgcj, the
program doesn't crash... most of the time. There have been times where I
have run it and it instantly crashed (just says "Aborted", no more
information given). Bizarely on these occasions I just did "up-arrow"
(so the command line was *exactly* the same) to run the program again and
it ran perfectly!
My program *should* do exactly the same thing if it gets run twice with
the same arguments, so I really don't know what's going on here.
Unfortunately (boo!) the program is closed-source and my boss would freak
if I even sent you the compiled executable, let alone some of the source
code. Is there any way you can suggest that I can find the cause of this?
Let me know if there's any way that I can send you more information
(without actually sending you the program - sorry about this!)
Thanks for all your help.
Best wishes,
Bill.