Hi,
I have a problem with idb. It works as expected when run as root, but when run as normal user i get this error message, after a crash, upon loading the executable, and sometimes even before that.
The error message is:
#############################
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f4ad376f1ae, pid=30033, tid=139960566785792
#
# JRE version: OpenJDK Runtime Environment (7.0_45-b31) (build 1.7.0_45-b31)
# Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0x2481ae] gtk_widget_set_tooltip_text+0x1e
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/davide/svn-repo/fluidSOS/rotatingCouetteModel/soton-solver-mixed-fd-spectral-method/hs_err_pid30033.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
#
/opt/intel/composer_xe_2013_sp1.1.106/bin/intel64/idb: line 75: 30033 Aborted (core dumped) java -jar $INSTALLDIR/debugger/gui/intel64/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -showsplash -gui -native $TTY $IDB_ARGUMENTS
There were problems starting IDB.
This usually indicates Java Runtime or library compatibility issues.
Please check your environment.
For details check the log file at /home/davide/.idb_13.0_linux_intel64_app/workspace/.metadata/.log.
######################################
The log file indicated contains:
######################################
!SESSION 2014-01-10 12:01:02.544 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.7.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_GB
Framework arguments: -gui -native -tty /dev/tty
Command-line arguments: -gui -native -tty /dev/tty
!ENTRY org.eclipse.equinox.registry 2 0 2014-01-10 12:01:03.247
!MESSAGE The extensions and extension-points from the bundle "com.intel.debugger.ui.nl1" are ignored. The bundle is not marked as singleton.
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.269
!MESSAGE NLS unused message: ActionManager_deleteBreakpointAll in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.272
!MESSAGE NLS unused message: ActionManager_deleteBreakpointAllDesc in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.272
!MESSAGE NLS unused message: ActionManager_suspendDesc in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.272
!MESSAGE NLS unused message: ActionManager_interruptDesc in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.273
!MESSAGE NLS unused message: ActionManager_openPagingWindow in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.273
!MESSAGE NLS unused message: ActionManager_openSvenTriggerWindow in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.273
!MESSAGE NLS unused message: ActionManager_SearchSourceFile in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.274
!MESSAGE NLS unused message: ActionManager_suspend in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.274
!MESSAGE NLS unused message: ActionManager_interrupt in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.274
!MESSAGE NLS unused message: ActionManager_openAddressTranslationDialog in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.274
!MESSAGE NLS missing message: ActionManager_kill in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.274
!MESSAGE NLS missing message: ActionManager_killDesc in: com.intel.debugger.ui.messages
!ENTRY org.eclipse.osgi 2 1 2014-01-10 12:01:04.275
!MESSAGE NLS missing message: ActionManager_loadBatchFile in: com.intel.debugger.ui.messages
######################################
As I said i can use the debugger by launching it as root but it is just a workaround.
Any help appreciated.
Regards,
Davide