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?


When your application freezes, it's almost always a deadlock problem of some kind. Make sure you understand the semantics of Display.syncExec(), since this can be source of deadlock in multi-threaded UIs.

McQ.



Steve Northover/Ottawa/IBM@IBMCA
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

12/01/04 14:39

Please respond to
platform-swt-dev

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






What is a "freeze"? Does it ever come back or hang forever? You could experiment with the IBM VM to see if the problem went away but I don't know of any VM specific issues for SWT.



"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