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 209065 - UI froze while using autocomplete
Summary: UI froze while using autocomplete
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: UI, USABILITY
Depends on:
Blocks:
 
Reported: 2012-03-01 16:58 UTC by jdbevan
Modified: 2012-03-30 11:56 UTC (History)
0 users

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 jdbevan 2012-03-01 16:58:31 UTC
Product Version = NetBeans IDE Dev (Build 201202190400)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_25
Runtime = Java HotSpot(TM) Client VM 20.0-b11

Was implementing an object constructor that called it's parent object's constructor.
I typed "parent", then using the keyboard arrows selected "parent::__construct()" from the autocomplete box and then hit Enter.
The UI froze and Netbean's idled at 27% CPU usage for at least 10 minutes whilst my CPU temp rose to 72C before I killed it from Task Manager.
Repeated the process and got exactly the same behaviour.

class Segment extends Conditions {
		
    private $segment;
		
    function Segment() {
        parent::__construct();
    }
}
Comment 1 Dusan Balek 2012-03-30 11:56:04 UTC
Could you please generate thread-dump at time of freeze, attach it here and
reopen ? Thanks in advance.