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 183962

Summary: EDT is blocked by GsfReformatTask trying to acquire the parser lock while scanning is in progress
Product: editor Reporter: sjoerdmaessen <sjoerdmaessen>
Component: CSL (API & infrastructure)Assignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: ahildoer, AIML_Engr, aimodify, albertogviana, AlxLy, antitoxic, anton_aries, arnolem, azizur, bigredc2, BigWolf, cassus, CheshirskyCode, cloeffler, cyberjack, dallstar, davide_c, ddegasperi, deresh, dgo, dr4ga, dukeofgaming, edmondscommerce, Egor.Rzh, elizeu_santos, foboskilla, FTDeBUGgeR, geissler, gionn, giperon, guenti, harmo, honza.tomanek, hustonjs, iamduncan, jarbi, jfeid, johcker, johnjackson, jordao, jtulach, kangaroody, karel_barel, karyleong, KhArtNJava, kocha, kolen, kristianwiborg, laurin1, lucash, mattgorle, mchl, metaemployee, metoikos, mmikeyy, Montserrat, mrpc, n0dwis, nestam, niklas.nilsson, oleg_bannyi, ouardisoft, qingyue, rmatous, robertgonzalez, robert_h, romanoza, rostik_netbins, Sayak, scube, sharkman, sidtj, smichae, St.Ev, st3vie, stamm, stenly.k, Strayer, sushi, titiyoyo, tmysik, Vodzo, wangcll, ww-mdt, xaguilars, xjflyttp, zeuben
Priority: P2 Keywords: PERFORMANCE
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167949
Attachments: nps snapshot

Description sjoerdmaessen 2010-04-13 06:57:41 UTC
This bug was originally marked as duplicate of bug 174198, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201004120251)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
sjoerdmaessen: Openend the settings panel



Maximum slowness yet reported was 105204 ms, average is 105204
Comment 1 sjoerdmaessen 2010-04-13 06:57:48 UTC
Created attachment 97137 [details]
nps snapshot
Comment 2 Dusan Balek 2011-11-07 18:09:15 UTC
EDT is blocked by GsfReformatTask trying to acquire the parser lock while
scanning is in progress.
Comment 3 Dusan Balek 2011-11-07 18:10:28 UTC
*** Bug 199907 has been marked as a duplicate of this bug. ***
Comment 4 David Strupl 2012-03-20 09:38:28 UTC
Dusane, can you please have a look? It has almost 600 reports in the exception reporter ... BTW isn't this fixed in the trunk by the recent changes? If not, it should be fixed for 7.2 --> P2.
Comment 5 Dusan Balek 2012-03-23 15:26:05 UTC
Since scanning is performed asynchronously now with transactional index, GsfReformatTask no more waits for it. Closing as FIXED.