This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 36938 - [2003-10-29]Deadlock during Step Into
Summary: [2003-10-29]Deadlock during Step Into
Status: VERIFIED DUPLICATE of bug 36601
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: TEST, THREAD
: 36929 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-30 15:39 UTC by Jan Lahoda
Modified: 2008-12-22 16:40 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Full thread dump. (11.43 KB, text/plain)
2003-10-30 15:40 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2003-10-30 15:39:44 UTC
Window system version 2, build 031029, JDK1.4.2.

Steps to reproduce (are quite reliable for me):
1. Close all editor tabs.
2. In "Filesystems" select examples/texteditor/Ted
3. Press F7 (Debugger: Step Into).
4. After a while, the IDE is deadlocked. Full
thread dump is attached.
Comment 1 Jan Lahoda 2003-10-30 15:40:40 UTC
Created attachment 12024 [details]
Full thread dump.
Comment 2 Jan Lahoda 2003-10-30 16:06:25 UTC
It seems that this deadlock occurs also during debuggercore tests on
my Solaris.
Comment 3 Peter Zavadsky 2003-10-31 14:03:27 UTC
It seems, the problem is in CloneableEditorSupport. Passing there.
But also I want to point out that, there ware made some changes in
text package, and the problem was found in build with older sources.
It could be possible the problem was fixed inbetween.
Comment 4 Peter Zavadsky 2003-10-31 14:05:57 UTC
*** Issue 36929 has been marked as a duplicate of this issue. ***
Comment 5 David Konecny 2003-11-03 10:45:30 UTC
Mila, could it be related to your recent change?
Comment 6 Miloslav Metelka 2003-11-03 12:32:22 UTC
Seems to me like a dup of issue 36601, please see issue 33165 (I've
mentioned there consequent problems that appeared after the patch) and
synchronize your branch with the related changes done in trunk. Let me
know if the problem persists even after that. Thanks.
Comment 7 Jan Chalupa 2003-11-03 17:41:39 UTC
*** Issue 36929 has been marked as a duplicate of this issue. ***
Comment 8 Petr Nejedly 2003-11-27 10:39:39 UTC
Yes, it is a dup of issue #36601, except that the cde in WS was a bit
older, so it deadlocked few calls earlier. Anyway, should be covered
by the merge+fix of #36601

*** This issue has been marked as a duplicate of 36601 ***
Comment 9 Marian Mirilovic 2004-02-29 09:23:28 UTC
verified duplicate