Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Application Freezing -> any idea?


SWT works fine with the Sun VM. I am currently using jdk1.4.1_02.
The easiest way to debug a "frozen" Java program is to use eclipse.
The eclipse debugger lets you "Suspend" a running VM so you can see what code it is stuck in.
Good luck,

Carolyn
 


"Sylvain Becker" <sybecker@xxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

01/12/2004 02:25 PM

Please respond to
platform-swt-dev

To
<platform-swt-dev@xxxxxxxxxxx>
cc
Subject
[platform-swt-dev] Application Freezing -> any idea?





Hi All,
 
I experiements many "freezes"  with a Java application. (done with Java, Thread, SWT, JNI ).
But unfortunatly, I dont get any exception messages.
 
I am using the SUN JDK (1.4.2_01, then, 1.4.2_03). Is swt fully compatible with the SUN JVM, or should I use the IBM one ?!
Since I get no exception, I dont have any clue to find bugs, do you have any idea to trace or bebug it?
 
Thanks,
 
Sylvain Becker

Back to the top