| Summary: | Eclipse hangs with org.eclipse.jdi.TimeOutException | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Knut Radloff <knut_radloff> | ||||
| Component: | Debug | Assignee: | 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
Knut Radloff
Created attachment 905 [details]
log file
*** This bug has been marked as a duplicate of 16383 *** 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. |