Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 16498

Summary: Eclipse hangs with org.eclipse.jdi.TimeOutException
Product: [Eclipse Project] JDT Reporter: Knut Radloff <knut_radloff>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: jared_burns
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:
Attachments:
Description Flags
log file none

Description Knut Radloff CLA 2002-05-20 19:05:01 EDT
build 20020519

I was running an inner Eclipse in debug mode when a 
org.eclipse.jdi.TimeoutException in PacketReceiveManager.getReply was spewed to 
the console of the outer Eclipse.
I may have done an operation that triggered a breakpoint.
I'm running on the 0206 J9.
It's still dead after >5 minutes. I'll have to kill Eclipse.
Comment 1 Knut Radloff CLA 2002-05-20 19:05:24 EDT
Created attachment 905 [details]
log file
Comment 2 Jared Burns CLA 2002-05-21 08:45:28 EDT

*** This bug has been marked as a duplicate of 16383 ***
Comment 3 Darin Wright CLA 2002-06-13 11:57:11 EDT
In this case, I think I can explain the "hang". 

(1) we receive a class load event
(2) create breakpoint request for the class just loaded
(3) request times out (BUT could actually be created)
(4) since the creation timed out, we do not keep track of the request
(5) the breakpoint request is actually hit, but we have no record of it and the 
VM appears hung.