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 268077 - Whenever i code in java or make jframes inshort any activity related to java, my netbeans shuts down automatically.
Summary: Whenever i code in java or make jframes inshort any activity related to java,...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-17 15:46 UTC by shb6991
Modified: 2016-11-21 09:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (45.09 KB, text/plain)
2016-09-17 15:46 UTC, shb6991
Details

Note You need to log in before you can comment on or make changes to this bug.
Description shb6991 2016-09-17 15:46:13 UTC
Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) Client VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops u
Comment 1 shb6991 2016-09-17 15:46:23 UTC
Created attachment 162093 [details]
IDE log
Comment 2 Tomas Hurka 2016-11-21 09:59:13 UTC
This looks to me like JDK crash. In general the first step with any crash is to
locate the fatal error log. This is a text file that the HotSpot VM generates
in the event of a crash. By default the file name is hs_err_pid <pid> .log,
where pid is the process ID of the process. The system attempts to create the
file in the working directory of the process. In the event that the file cannot
be created in the working directory (insufficient space, permission problem, or
other issue), the file is created in the temporary directory for the operating
system. On Solaris OS and Linux the temporary directory is /tmp. On Windows the
temporary directory is specified by the value of the TMP environment variable;
if that environment variable is not defined, the value of the TEMP environment
variable is used.

Once you locate the fatal error log, please attach it to this bug.