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 186545 - netbeans crashes and kills X11 session
Summary: netbeans crashes and kills X11 session
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-22 21:33 UTC by crodrigu
Modified: 2011-11-16 16:41 UTC (History)
0 users

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 crodrigu 2010-05-22 21:33:16 UTC
I can reproduce this bug (this is not a real priority, the major issue is that X11 crashes too)

steps to reproduce

1) install Intel compiler (this does not happens with GCC, Open64 or SDCC)
2) Tools -> optins -> C/C++
3) add new toolset
4) add the intel base dir
5) select icc as C and C++ compiler
6) then click versions

Crash

in the system log 

May 22 15:49:41 torin kernel: npviewer.bin[15190]: segfault at 4 ip 8052664 sp bfcecc1c error 4 in npviewer.bin[8048000+1f000]
May 22 15:50:01 torin kernel: npviewer.bin[15487]: segfault at 4 ip 8052664 sp bf7fd54c error 4 in npviewer.bin[8048000+1f000]

uname -a
Linux torin 2.6.25.20-0.7-default #1 SMP 2010-02-26 20:32:57 +0100 x86_64 x86_64 x86_64 GNU/Linux
Comment 1 crodrigu 2010-05-22 21:35:28 UTC
oops there is not report of the log, npviewer.bin is flash so I do not think it has to do with netbeans (I did not saw any other information about the crash)


Thanks
Comment 2 Peter Pis 2010-05-24 07:34:36 UTC
Please evaluate.
Comment 3 Andrew Krasny 2010-05-24 08:23:34 UTC
crodrigu, 

how did you managed to add intel compiler? 
In the current version this is not a 'trivial' task ;)

What version of NB do you use?
Comment 4 Alexey Vladykin 2010-05-26 13:14:26 UTC
When JVM crashes it usually creates a hs_err_pid* file with a brief description of the problem. File is created in directory where JVM was started from.
Please attach this file if you can crash JVM again.
Comment 5 crodrigu 2010-05-28 14:12:38 UTC
I as tried to explain: there is not log event (not even a Java crash log)

You must understand that to kill the X11 session the crash happened somewhere in the Kernel (not in Java). Now the worrisome question is what Netbeans/Java where doing at the time.


About the question of Intel compiler: It has a GCC mode so I do not think that adding the toolchain to Netbeans is such a problem (Any way I will use my own Make to compile) So for about integrating the toolchain I will not worry.


As I said the major problem with this bug is that it kills my session 

Thanks