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 135840 - Editor freezes
Summary: Editor freezes
Status: RESOLVED DUPLICATE of bug 132863
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 21:29 UTC by deniss
Modified: 2008-06-02 21:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump1 (21.98 KB, text/plain)
2008-05-26 21:30 UTC, deniss
Details
thread dump2 (22.52 KB, text/plain)
2008-05-26 21:30 UTC, deniss
Details
thread dump3 (23.47 KB, text/plain)
2008-05-26 21:30 UTC, deniss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deniss 2008-05-26 21:29:12 UTC
Reproducible always in 6.1p1 and in dev build:

1) In some method type "Input"
2) Invoke CC
3) Delete characters in backwards one by one
4) When all characters are deleted editor freezes for ~5sec or more

try:
public class Main extends JComponent{

    public void a() {
       Input|
    }

}
Comment 1 deniss 2008-05-26 21:30:03 UTC
Created attachment 61946 [details]
thread dump1
Comment 2 deniss 2008-05-26 21:30:29 UTC
Created attachment 61947 [details]
thread dump2
Comment 3 deniss 2008-05-26 21:30:48 UTC
Created attachment 61948 [details]
thread dump3
Comment 4 Dusan Balek 2008-06-02 20:54:36 UTC
Seems like a #132863 duplicate. However this issue should be fixed in 6.1 patch 1. I'm not able to reproduce the issue
in this configuration. Is there anybody else able to reproduce the issue?
Comment 5 deniss 2008-06-02 21:20:10 UTC
its reproducible with my old dev profile, with new one its ok, you could close it
Comment 6 Dusan Balek 2008-06-02 21:27:34 UTC
OK - closing as #132863 duplicate.

*** This issue has been marked as a duplicate of 132863 ***