Bug 22056 - Freeze when debugging Eclipse Linux/GTK
Summary: Freeze when debugging Eclipse Linux/GTK
Status: RESOLVED DUPLICATE of bug 20006
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Silenio Quarti CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-30 16:25 EDT by Adam Schlegel CLA
Modified: 2002-07-30 18:45 EDT (History)
0 users

See Also:


Attachments
Configuration Details (3.94 KB, text/plain)
2002-07-30 16:31 EDT, Adam Schlegel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Schlegel CLA 2002-07-30 16:25:52 EDT
Build 20020730 Linux/GTK

I get a freeze whenever I hit a breakpoint in AbstractTextEditor.init when
debugging Eclipse/GTK.

To reproduce from a fresh Eclipse (GTK or Motif):
1) Import all plugins as binary projects. If you are running Motif, you will
also need to import the GTK-specific plugins
2) Create a new launch configuration that runs the GTK version of the workbench
3) Start the workbench to be debugged
4) In the target Eclipse, create a new simple project and a file in that project
5) Close all editors in the target Eclipse
6) In the development Eclipse, set a breakpoint at the beginning of
AbstractTextEditor.init
7) In the target Eclipse, open an editor on the file you created to hit the
breakpoint

- The development Eclipse is not brought to the front
- The window manager does not seem to be responding to mouse clicks
- Alt+Tab can switch between open windows, but mouse clicks still don't work in
the development Eclipse. The keyboard works if you Alt+Tab to an open console
- Nothing is written to the error log

This behaviour only occurs when debugging Linux/GTK, regardless of whether the
development Eclipse is using GTK.
Comment 1 Adam Schlegel CLA 2002-07-30 16:31:33 EDT
Created attachment 1770 [details]
Configuration Details
Comment 2 Steve Northover CLA 2002-07-30 16:44:52 EDT
It this the classic "GTK doesn't release the grab" problem?  If so, can you 
mark it as a duplicate?
Comment 3 Silenio Quarti CLA 2002-07-30 18:45:53 EDT

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