raja n wrote:
hai,
I am getting following exception wehn i am ruuning the application.Some time it's happening .I am using awt thread. Please tell the reason.Please reply back imm.
Dumping live threads:
`Thread-31' tid 0x259e010, status SUSPENDED flags DONTSTOP
[EMAIL PROTECTED] (0x259e010->|)
`Thread-30' tid 0x2614010, status SUSPENDED flags DONTSTOP
[EMAIL PROTECTED] (0x2614010->|)
`Thread-29' tid 0x267f010, status SUSPENDED flags DONTSTOP
[EMAIL PROTECTED] (0x267f010->|)
`AWT-EventQueue-0' tid 0x2463010, status SUSPENDED flags DONTSTOP
[EMAIL PROTECTED] (0x2463010->|)
`gc' tid 0x2189010, status SUSPENDED flags DONTSTOP
[EMAIL PROTECTED] (0x2189010->|)
`finaliser' tid 0x2180010, status SUSPENDED flags DONTSTOP
[EMAIL PROTECTED] (0x2180010->|)
Deadlock: all threads blocked on internal events


That's the reason: the threading system deadlocked.

Unfortunately, you may have to debug and fix this yourself on your platform [1]. I'd recommend reading FAQ.debugging, reading the source for the thread subsytem you're using, and firing up gdb. I'd be glad to accept patches that improve the threading system you're using to avoid such problems.

You should also pay attention to compiler warnings and try to fix these first, they may indicate some problems with the source that don't strike that severly on other platforms.

cheers,
dalibor topic

[1] Unless some other yopi developer can help you.


_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to