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 256160 - Find in source files of project causes crash of ide
Summary: Find in source files of project causes crash of ide
Status: RESOLVED WORKSFORME
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.0.2
Hardware: PC Windows 10
: P1 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 23:53 UTC by dman25
Modified: 2015-10-27 15:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (66.25 KB, text/plain)
2015-10-24 23:53 UTC, dman25
Details
crash log (39.61 KB, application/octet-stream)
2015-10-26 22:12 UTC, dman25
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dman25 2015-10-24 23:53:47 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_60
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Comment 1 dman25 2015-10-24 23:53:49 UTC
Created attachment 156959 [details]
IDE log
Comment 2 Antonin Nebuzelsky 2015-10-26 13:46:49 UTC
For JVM crash, can you provide the crash log? I.e. a file called hs_err_pid[pid].log on your disk.
Comment 3 dman25 2015-10-26 22:12:51 UTC
Created attachment 156985 [details]
crash log
Comment 4 dman25 2015-10-26 22:21:00 UTC
I believe this crash is related to 

http://netbeans-org.1045718.n5.nabble.com/Netbeans-8-0-2-on-Windows-10-unstable-td5745009.html

I am running 2 video cards for 3 monitors. 

When I have the main ide window in a monitor using one video card (AMD Radeon R7 360) and the search in a floating window in a monitor using the onboard video card (Intel HD Graphics 4600) it crashes.  When both windows are in monitors using the AMD card it does not.

I have updated the drivers for the Intel and the AMD had the latest drivers already.  The problem still happens.
Comment 5 Jaroslav Havlin 2015-10-27 07:53:47 UTC
Please try running NetBeans with this parameter (you can add it to etc/netbeans.conf):

-J-Dsun.awt.nopixfmt=true

Does it help?

You can also see [1] and [2].

[1] http://getchatty.sourceforge.net/help-issues.html
[2] http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6477756
Comment 6 dman25 2015-10-27 15:21:37 UTC
Yes. The parameter seems to have fixed the problem.

Thank you.

-J-Dsun.awt.nopixfmt=true
Comment 7 Jaroslav Havlin 2015-10-27 15:28:06 UTC
(In reply to dman25 from comment #6)
> Yes. The parameter seems to have fixed the problem.
Good news.

Unfortunately, we cannot do more, as this is probably a bug in video card driver.

Closing the issue as WORKSFORME.

Thank you for reporting.