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 171702 - Invoking paste-from-clipboard took 7330 ms.
Summary: Invoking paste-from-clipboard took 7330 ms.
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL: http://statistics.netbeans.org/except...
Keywords:
: 173658 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-09-08 12:41 UTC by Vitezslav Stejskal
Modified: 2009-11-11 08:28 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158049


Attachments
nps snapshot (10.27 KB, bin/nps)
2009-09-10 08:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2009-09-08 12:41:12 UTC
Build: NetBeans IDE Dev (Build 200908022240)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, amd64
User comments: 
Maximum slowness yet reported was 7330 ms, average is 5922
Comment 1 Vitezslav Stejskal 2009-09-08 12:42:25 UTC
PHPCodeCompletion readlocks a document while it's computing completion items. In this particular case this blocks
editor's paste action.
Comment 2 Exceptions Reporter 2009-09-10 08:46:48 UTC
This issue already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 3 Exceptions Reporter 2009-09-10 08:48:48 UTC
Build: NetBeans IDE Dev (Build 200909040632)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-15-generic, i386

User Comments: 

Maximum slowness yet reported was 7330 ms, average is 4767
Comment 4 Exceptions Reporter 2009-09-10 08:48:52 UTC
Created attachment 87407 [details]
nps snapshot
Comment 5 Exceptions Reporter 2009-09-10 08:48:57 UTC
This issue already has 6 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 6 Exceptions Reporter 2009-09-21 05:32:33 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 7 Exceptions Reporter 2009-09-23 12:29:07 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 8 Exceptions Reporter 2009-09-24 12:32:01 UTC
This issue already has 13 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 9 Exceptions Reporter 2009-09-24 12:37:01 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 10 Exceptions Reporter 2009-10-08 16:11:43 UTC
This issue already has 21 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 11 Exceptions Reporter 2009-10-08 20:43:46 UTC
This issue already has 22 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158049
Comment 12 esmithbss 2009-10-19 08:08:46 UTC
I received this when typing a line which contained a period ('.').  It has been my experience that when this happens,
the system goes off to the code completion/hint system and either fails to return in a timely fashion, and/or appears to
lock up the system.
Comment 13 rmatous 2009-11-09 04:20:47 UTC
no readLock in CC - TokenHierarchy is taken from snapshot:
http://hg.netbeans.org/web-main/rev/59894aa24849
Comment 14 rmatous 2009-11-11 08:28:04 UTC
*** Bug 173658 has been marked as a duplicate of this bug. ***