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 183523 - [69cat] [ide] IDE doesn't perform a proper shutdown when receiving a shutdown message from the OS.
Summary: [69cat] [ide] IDE doesn't perform a proper shutdown when receiving a shutdown...
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-06 02:33 UTC by esmithbss
Modified: 2011-03-03 10:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-04-06 02:33:16 UTC
[ BUILD # : 201004050201 ]
[ JDK VERSION : 1.6.* ]

When the OS sends a shutdown request to the IDE, the IDE  just terminates
instead of saving its state first.  Whenever the IDE is shutting down, if at
all possible, it must save state and any dirty files. first.
Comment 1 Stanislav Aubrecht 2011-03-03 10:06:18 UTC
the main IDE window doesn't get any 'window closing' event notification when the OS shuts down. it's reproducible also with a plain JFrame application.
it's either a JDK issue or linux bug (or both)