* How to enable stack trace ?
@ 2009-10-09 9:30 abhishek desai
2009-10-09 9:43 ` Andrew Haley
0 siblings, 1 reply; 2+ messages in thread
From: abhishek desai @ 2009-10-09 9:30 UTC (permalink / raw)
To: java
Hi,
I am using libgcj 3.4.6 cross compiled for a mipsel system. I am using
this in the interpreted mode. When I execute my program I get
Exception in thread "main" java.lang.NullPointerException
<<No stacktrace available>>
Is there any way to enable the stack trace ?
--abhishek
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How to enable stack trace ?
2009-10-09 9:30 How to enable stack trace ? abhishek desai
@ 2009-10-09 9:43 ` Andrew Haley
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Haley @ 2009-10-09 9:43 UTC (permalink / raw)
To: abhishek desai; +Cc: java
abhishek desai wrote:
> I am using libgcj 3.4.6 cross compiled for a mipsel system. I am using
> this in the interpreted mode. When I execute my program I get
>
> Exception in thread "main" java.lang.NullPointerException
> <<No stacktrace available>>
>
> Is there any way to enable the stack trace ?
This means that something truly awful has happened while trying to print
the stack trace, and libgcj has crashed. This can be because of stack
corruption, or perhaps the stack unwinder doesn't work. The only real
way to figure this out is to use gdb.
Andrew.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-09 9:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-09 9:30 How to enable stack trace ? abhishek desai
2009-10-09 9:43 ` Andrew Haley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).