Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 64106 - Launch blocks
Summary: Launch blocks
Status: RESOLVED DUPLICATE of bug 63633
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 09:47 EDT by Diego Enesto Malpica Chauvet CLA
Modified: 2004-05-27 20:08 EDT (History)
1 user (show)

See Also:


Attachments
Log file (93.47 KB, text/plain)
2004-05-27 20:08 EDT, Diego Enesto Malpica Chauvet CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Enesto Malpica Chauvet CLA 2004-05-26 09:47:45 EDT
The user operation is waiting for background work to complete. 1 work items 
letf, and the progress view does not show any oder work. It has hapened to me 
3 times. I am not able to reproduce this bug consistently, in the 3 cases 
ihave to kill an realaunc eclipse.

I take a look to the log and I saw that it has como extrmely large  105 
Megabytes,  it looks like something gets cicled 

	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:257)
	at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager$2.run
(JavaDebugOptionsManager.java:746)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:257)
	at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager$2.run
(JavaDebugOptionsManager.java:746)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:257)
	at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager$2.run
(JavaDebugOptionsManager.java:746)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:257)
	at org.eclipse.jdt.internal.debug.ui.JavaDebugOptionsManager$2.run
(JavaDebugOptionsManager.java:746)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages
(Synchronizer.java:106)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2693)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2385)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
Comment 1 Darin Wright CLA 2004-05-27 17:52:18 EDT

*** This bug has been marked as a duplicate of 63633 ***
Comment 2 John Arthorne CLA 2004-05-27 18:15:10 EDT
Diego, can you attach a larger section of the log file to bug 63633? I can't see
the beginning of that stack. If you can, copy the last 1000 lines or so, and add
as an attachment (see the Create a New Attachment button at the top of the page
in bugzilla).
Comment 3 Diego Enesto Malpica Chauvet CLA 2004-05-27 20:08:32 EDT
Created attachment 11255 [details]
Log file

Since the log is extremily large  it contians only the begining of the sesion
an the last entry, if you need more data please let me know. I have been doing
some tests in order to isolate de problem it seems to me that this bug is
related with de bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=64098  , that
i had also reported. I will put some hours this weekend in order to make a test
case.