Bug 34194 - Deadlock when creating a new folder using linux/gtk RC2
Summary: Deadlock when creating a new folder using linux/gtk RC2
Status: RESOLVED DUPLICATE of bug 33652
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux-GTK
: P1 critical (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-08 07:13 EST by Ashley Collins CLA
Modified: 2003-03-12 13:22 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ashley Collins CLA 2003-03-08 07:13:51 EST
Description
===========

Creating a new folder in the Java perspective's Package Explorer cause a
deadlock and CPU usage to jump to 100%.

Project called "BlackBox", directory "src/postfix", right click -> new ->
folder. "New Folder" dialog, folder name "relay", click "Finish". "Finish" greys
out and CPU usage rises...

Looking at the file system, "relay" has not been created yet. CPU usage is
shared between "java" and "X".

The same happens when trying to create a "new file" called test.cf

Clicking "Cancel" greys it out, and trying to close the dialog window pops up
this message "Wizard cannot be closed due to an active operation. You must
cancel the operation before you can close the wizard."

The rest of the Eclipse gui does respond (menus pop up), but I cannot quit.

Eclipse details
===============

Version: 2.1.0
Build id: 200303071024
Sun J2SDK: java version "1.4.1_01", Java(TM) 2 Runtime Environment, Standard
Edition (build 1.4.1_01-b01), Java HotSpot(TM) Client VM (build 1.4.1_01-b01,
mixed mode)
Command Line: /opt/java/eclipse/eclipse -data /home/acollins/eclipse/workspace
-vmargs -Xbootclasspath/a:/opt/java/j2sdk/lib/tools.jar
Plugin: No extra plugins installed

OS details
==========

Debian Linux (sid)
XFree86: Version 4.2.99.3
Dual CPU machine
My home directory is mount via NFS
gtk package=libgtk2.0-0, version=2.2.1-3
libc package=libc6, version=2.3.1-14
"uname -a" is
Linux beast 2.4.19 #1 SMP Sun Oct 27 17:31:04 GMT 2002 i686 unknown unknown
GNU/Linux
Comment 1 Nick Edgar CLA 2003-03-11 16:26:50 EST
This looks similar to other problems we've seen on GTK 2.2.1.
Moving to SWT.
Comment 2 Felipe Heidrich CLA 2003-03-12 13:22:14 EST

*** This bug has been marked as a duplicate of 33652 ***