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 208077 - IDE freezes, locks up
Summary: IDE freezes, locks up
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: issues@webservices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-06 07:51 UTC by bht
Modified: 2013-04-11 15:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
thread dump (24.47 KB, application/octet-stream)
2012-02-06 07:51 UTC, bht
Details
Log files (48.67 KB, application/octet-stream)
2012-02-06 17:55 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2012-02-06 07:51:28 UTC
Created attachment 115482 [details]
thread dump

Does not recover, has to be killed.
Comment 1 Petr Somol 2012-02-06 09:47:47 UTC
Please, it would be helpful to know more - what were you doing just before it froze ? Is there any particular action you took that resulted in this ? 

As the thread dump indicates waits in debugger, I am asking Martin for help with evaluation. Martin, is this possibly within your scope ?
Comment 2 Martin Entlicher 2012-02-06 10:05:20 UTC
I did not find any indication that this would be a debugger issue.

AWT-EventQueue thread is missing at all. It had to somehow crash on some sever error that it did not recover. This it the reason why the GUI is stuck and does not recover.

Please provide the messages.log file, that should contain some errors.
Comment 3 bht 2012-02-06 17:55:38 UTC
Created attachment 115495 [details]
Log files

I think I was indeed debugging, but possibly there was a long idle time after my last activity and the crash/lockup.
Comment 4 Petr Somol 2012-02-07 09:26:29 UTC
The logs suggest problems related to WebServices. Reassigning for further evaluation.
Comment 5 bht 2012-02-08 06:21:29 UTC
There has been quite a lot of ugly behaviour in 7.1 after extended use like eight hours or so. In addition to OutOfMemoryError, I have noticed one second delays with tree navigation one node at the time in the Projects window, and 100% CPU use for no obvious reason just after the IDE was idle in the background. I have tried jvisualvm to get a snapshot, but then both the IDE AND jvisualvm stopped responding, so I don't really know how to help.
Comment 6 Sergey Petrov 2013-04-11 15:52:05 UTC
webservices seems to be just part of path in the log, there are no exceptions/warning etc with websvc.
unfortunately last activity was more then a year ago, if it's still valid we can try to reevaluate the issue.
project sample may help if it's possible to attach.

in some cases the reason may be low default value for memory allocation, especially for debug etc. in this case memory increase in netbeans.conf should solve the issue, in case of some memory leak or a problem unrelated with memory it will just delay the issue.

Please reopen with more details (project or new dump if possible etc) if it still have sense. There is no enough information so far.