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 177193 - [69cat] Slow editing
Summary: [69cat] Slow editing
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 06:03 UTC by stefan79
Modified: 2010-05-07 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPS-File while editing (713.10 KB, application/octet-stream)
2009-11-19 06:03 UTC, stefan79
Details
Logfile (960.71 KB, text/html)
2009-11-19 06:04 UTC, stefan79
Details
Stopped Debugger and edited my Java-Source-File again. (687.29 KB, application/octet-stream)
2009-11-19 06:16 UTC, stefan79
Details
After restarting the IDE, the editing was for a short time faster, but then It became slower and slower. (2.24 MB, application/octet-stream)
2009-11-19 07:13 UTC, stefan79
Details
The Logfile again. (1023.50 KB, application/octet-stream)
2009-11-19 07:18 UTC, stefan79
Details
An other example of very slow editing in a java-file (7500 lines) (671.80 KB, application/octet-stream)
2009-11-26 02:31 UTC, stefan79
Details
An other example of slow editing (230.47 KB, application/octet-stream)
2010-03-23 10:28 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2009-11-19 06:03:36 UTC
Created attachment 91335 [details]
NPS-File while editing

Today I started a Debug-Session and had to edit many changes.
The Editor/Scrolling was very slow.
Memory should´t be the problem (512MB given, 235 used)

IDE was started one hour before this occured.

-
Product Version: NetBeans IDE Dev (Build 200911161401)
Java: 1.6.0_17; Java HotSpot(TM) Client VM 14.3-b01
System: Windows XP version 5.1 running on x86; Cp1252; de_AT (nb)
Comment 1 stefan79 2009-11-19 06:04:31 UTC
Created attachment 91336 [details]
Logfile
Comment 2 stefan79 2009-11-19 06:16:52 UTC
Created attachment 91340 [details]
Stopped Debugger and edited my Java-Source-File again.
Comment 3 stefan79 2009-11-19 06:18:23 UTC
It´s not a debugger-Problem.
Because after stopping the debugger the IDE is so slow as before.
Comment 4 stefan79 2009-11-19 07:11:23 UTC
Editing not debugging is the problem
Comment 5 stefan79 2009-11-19 07:13:40 UTC
Created attachment 91347 [details]
After restarting the IDE, the editing was for a short time faster, but then It became slower and slower.
Comment 6 stefan79 2009-11-19 07:18:49 UTC
Created attachment 91349 [details]
The Logfile again.
Comment 7 Dusan Balek 2009-11-24 08:08:23 UTC
Many strange threads running SelfSampleAction. Reassigning for evaluation.
Comment 8 Jaroslav Tulach 2009-11-25 00:29:27 UTC
I vaguely remember discussion with Tomáš that the SelfProfileAction will limit the number of concurrently running profiling threads to 1. Was, will it be implemented?
Comment 9 stefan79 2009-11-26 02:31:18 UTC
Created attachment 91714 [details]
An other example of very slow editing in a java-file (7500 lines)
Comment 10 stefan79 2010-03-23 10:28:27 UTC
Created attachment 95588 [details]
An other example of slow editing
Comment 11 Tomas Hurka 2010-05-07 15:11:27 UTC
This issue is already fixed. SelfSampleAction runs only in one thread.