Bug 63273 - Eclipse deadlock when progress dialog comes up
Summary: Eclipse deadlock when progress dialog comes up
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 14:05 EDT by Christophe Cornu CLA
Modified: 2005-10-20 17:01 EDT (History)
2 users (show)

See Also:


Attachments
eclipse is locked (309.00 KB, image/png)
2004-05-20 14:06 EDT, Christophe Cornu CLA
no flags Details
locked while attempting to exit. (68.40 KB, image/png)
2004-12-27 07:35 EST, Omry Yadan CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe Cornu CLA 2004-05-20 14:05:39 EDT
I20040520

Do some CVS operation like a commit (snapshot attached) or a synchronize. 
Eclipse sometimes ends up in this mode
- Progress information dialog is application modal and has focus. It can be 
moved around but not closed.
- Another dialog (say "Add to CVS Version Control") cannot be reached because 
of the Progress dialog.

Eclipse has to be shutdown. This is not happening systematically but happened 
twice in a hour.

Jean-Michel, can you confirm the style bits of these 2 dialogs:
- both application modal
- both child of the same Eclipse Shell
Comment 1 Christophe Cornu CLA 2004-05-20 14:06:13 EDT
Created attachment 10903 [details]
eclipse is locked
Comment 2 Michael Valenta CLA 2004-05-20 16:55:49 EDT
McQ say this on the Mac as well. It was caused by a change that was made in 
the CVS plugin to switch from using BusyIndicator#showWhile to the new 
IProgressService provide by UI. We have since moved back (the change will be 
in tomorrows build). Regardless, this may be a bug in the IProgressService#run
(false, false, runnable) handling.
Comment 3 Veronika Irvine CLA 2004-05-25 17:22:43 EDT
Downgrading severity since CVS change was removed.  SWT will not work on this 
for 3.0 unless CVS requires it.
Comment 4 Omry Yadan CLA 2004-12-27 07:34:40 EST
just happned to me after an out of memory error.
just before the error, I opened the find type dialog, and when I got the out of
memory error, I told eclipse to exit.
than, the find type dialog appeared 'under' the progress dialog, and eclipse was
deadlocked.
see attachment.
Comment 5 Omry Yadan CLA 2004-12-27 07:35:37 EST
Created attachment 16852 [details]
locked while attempting to exit.
Comment 6 Silenio Quarti CLA 2005-10-20 17:01:38 EDT
This has been fixed by the CVS plugin.