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 211579 - NetBeans keeps hanging while editing a php file.
Summary: NetBeans keeps hanging while editing a php file.
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 10:04 UTC by paolosca
Modified: 2012-04-23 11:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
jstack thread dump (1) (71.38 KB, text/plain)
2012-04-23 10:04 UTC, paolosca
Details
jstack thread dump (2) (93.22 KB, text/plain)
2012-04-23 10:05 UTC, paolosca
Details
Netbeans messages log (40.81 KB, text/x-log)
2012-04-23 10:05 UTC, paolosca
Details
Netbeans metrics file (547.46 KB, application/octet-stream)
2012-04-23 10:06 UTC, paolosca
Details
Netbeans uigestures file (443.58 KB, application/octet-stream)
2012-04-23 10:08 UTC, paolosca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description paolosca 2012-04-23 10:04:32 UTC
Created attachment 118620 [details]
jstack thread dump (1)

Today, for several times NetBeans hanged while editing a php file. In a few cases after a coffee break of several minutes the IDE became responsive again, in all other cases I had to kill the process.

I attach two jstack thread dumps, after the first one I was able to resume working after about 10 minutes. For the second I had to kill the process.

A few times it hanged while "saving snapshot" message was visible on the status bar at the bottom.

Regards,

Paolo.
Comment 1 paolosca 2012-04-23 10:05:02 UTC
Created attachment 118621 [details]
jstack thread dump (2)
Comment 2 paolosca 2012-04-23 10:05:50 UTC
Created attachment 118622 [details]
Netbeans messages log
Comment 3 paolosca 2012-04-23 10:06:48 UTC
Created attachment 118623 [details]
Netbeans metrics file
Comment 4 paolosca 2012-04-23 10:08:28 UTC
Created attachment 118624 [details]
Netbeans uigestures file
Comment 5 paolosca 2012-04-23 10:09:35 UTC
Forgot to mention that the CPU is running at 100%, top says:

  PID USER      PR  NI  VIRT  RES  SHR S  %CPU %MEM    TIME+  COMMAND                                                                                      
11257 paolo     20   0 1408m 583m  29m S 107.9 14.8  28:06.49 java

Thanks,

Paolo
Comment 6 Ondrej Brejla 2012-04-23 11:10:58 UTC
Please, can you test it the latest dev build? It seems that you have a version, where Parsing API has been called in AWT, which is wrong. And it has been fixed in http://hg.netbeans.org/web-main/rev/757603fec958 so I think that it should work properly now.