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 160324 - 10 minute hang up
Summary: 10 minute hang up
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 02:05 UTC by caleb_yau
Modified: 2015-05-18 05:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java dump (33.11 KB, text/plain)
2009-03-16 02:06 UTC, caleb_yau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description caleb_yau 2009-03-16 02:05:29 UTC
I read that i should post this dump if netbeans hangs for seemingly no reason
Comment 1 caleb_yau 2009-03-16 02:06:28 UTC
Created attachment 78210 [details]
java dump
Comment 2 Vitezslav Stejskal 2009-03-24 10:40:01 UTC
It looks like Python codecompleter or perhaps indexer are stuck?
Comment 3 caleb_yau 2009-03-25 22:48:58 UTC
That seems very reasonable. I am using CPython so i'm not sure if what i've been witnessing is exclusively for that, but
usually what happens is that I type something like "foo." and then my best guess is that netbeans inefficiently parses
out every single method it can, every time I type that out, because every method shows up underneath the word, and it
takes a good 30 seconds to do so. It didn't seem to be the case this time so I left it out of the bug report, but
perhaps it had something to do with it. Interestingly, no CPython methods show up. Nor do methods for libraries i've
imported i.e. pygame. But methods that have nothing to do with my project, such as those from glchess pop up on the list.
Comment 4 Lou Dasaro 2015-05-18 05:36:29 UTC
Unable to replicate anomaly. Was probably fixed long, long ago. If not, was certainly fixed by porting Python Editor APIs from GSF to CSL.
http://hg.netbeans.org/main/contrib/rev/94fd635a7eb3