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 157523 - ide unexpected exit
Summary: ide unexpected exit
Status: RESOLVED DUPLICATE of bug 154264
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-28 03:24 UTC by tbrunhoff
Modified: 2009-02-19 20:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log prior to ide exit (2.00 MB, text/plain)
2009-01-28 03:26 UTC, tbrunhoff
Details
I'm glad you pressed this point... I forgot to look for hs_err*. This one looks like the right one (62.91 KB, text/plain)
2009-01-28 18:22 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2009-01-28 03:24:22 UTC
During a long editing session, I'm typing away and suddenly the ide disappears... no message, and no intermediate edits
have been saved. Attached is the log that appears to be from that session. Lots of assertions and messages.
Comment 1 tbrunhoff 2009-01-28 03:26:09 UTC
Created attachment 76280 [details]
Log prior to ide exit
Comment 2 Vladimir Voskresensky 2009-01-28 10:59:03 UTC
I think, in your case Java VM crushed (it happens from time to time). If so you will see "core" file and "hs_*" file in
directory where you started NB (or in home). Could you check?

In your message log I see a lot of errors (all of the same kind) + concurrent access to document.
We will fix that problems
Comment 3 Vladimir Voskresensky 2009-01-28 15:29:39 UTC
fixed concurrent:
http://hg.netbeans.org/main?cmd=changeset;node=8a466c13b038

other asserts are the same as:
http://www.netbeans.org/issues/show_bug.cgi?id=154264

downgrading to P2
Comment 4 tbrunhoff 2009-01-28 17:44:10 UTC
I have no core files anywhere under ~. Sadly kde appears to have a default ulimit for core files of 0. I've changed that
to unlimited.

Does your last comment mean you think you have a fix for this?

Thanks.
Comment 5 Vladimir Voskresensky 2009-01-28 18:17:05 UTC
I think you've met jvm crash and it wasn't caused by C++ support in netbeans, more probably just something random.
Are you sure you don't have hs_err_.... file somewhere?
Thanks.
P.S. My last comment is about fixed bug which I found as last error in your attached message.log.
Comment 6 tbrunhoff 2009-01-28 18:22:57 UTC
Created attachment 76317 [details]
I'm glad you pressed this point... I forgot to look for hs_err*. This one looks like the right one
Comment 7 Vladimir Voskresensky 2009-01-29 09:47:27 UTC
Thanks for info, it's not NB bug, we can do nothing :-(
Please, file a bug against JDK 7 and attach your hs_err file.

And as I said, other problematic messages are tracked as and IZ#154264 + another one was fixed



*** This issue has been marked as a duplicate of 154264 ***
Comment 8 Quality Engineering 2009-01-29 10:24:12 UTC
Integrated into 'main-golden', will be available in build *200901290450* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8a466c13b038
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixing exceptions from IZ#157523: ide unexpected exit
access TS under document lock