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

Summary: UI froze while using autocomplete
Product: php Reporter: jdbevan
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED INCOMPLETE    
Severity: normal Keywords: UI, USABILITY
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.