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 166578 - endless loop
Summary: endless loop
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 167472 169451 170247 173208 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-06-05 03:15 UTC by rogertian
Modified: 2009-09-29 09:40 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rogertian 2009-06-05 03:15:02 UTC
Example:

class ABC extends ABC
{

}

This example will occupies 50%+ CPU and memory growing of non-stop
Comment 1 Tomasz Slota 2009-06-08 09:24:52 UTC
confirmed. This is probably a show stopper, raising priority to P1. Note that the IDE remains responsive (at least on my multi-core machine)
Comment 2 Tomasz Slota 2009-06-08 10:07:37 UTC
it should be solved at the model level, reassigning. 

PS. Feel free to downgrade to P2
Comment 3 rmatous 2009-06-08 10:46:33 UTC
Yes, I think P2 is more appropriate here.

Unpleasant, easy to fix, but __rare__ 
Comment 4 rmatous 2009-06-08 11:03:28 UTC
Will be fixed ASAP for 6.8
Comment 5 Tomasz Slota 2009-06-22 15:53:14 UTC
*** Issue 167472 has been marked as a duplicate of this issue. ***
Comment 6 Tomasz Slota 2009-06-22 15:56:46 UTC
The use case from issue 167472 shows it may not be so rare...
Comment 8 Quality Engineering 2009-07-16 06:04:11 UTC
Integrated into 'main-golden', will be available in build *200907160201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0d53b2bf0b14
User: Radek Matous <rmatous@netbeans.org>
Log: #166578 endless loop
Comment 9 rmatous 2009-08-18 13:16:05 UTC
*** Issue 170247 has been marked as a duplicate of this issue. ***
Comment 10 rmatous 2009-09-14 09:59:20 UTC
*** Issue 169451 has been marked as a duplicate of this issue. ***
Comment 11 rmatous 2009-09-29 09:40:49 UTC
*** Issue 173208 has been marked as a duplicate of this issue. ***