XPresso 5 1063 can't start/crash on ubuntu

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

XPresso 5 1063 can't start/crash on ubuntu

278 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by brobit on Fri Feb 01 13:11:46 MST 2013
Hi,

After installing, Xpresso on Ubuntu 12.10, it runs up to opening perspective and then showing a licence dialog, then exiting (crash).

here is the tail of the output

#  SIGSEGV (0xb) at pc=0x8042deb4, pid=4193, tid=3076298432
#
# JRE version: 6.0_18-b07
# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode linux-x86 )
# Problematic frame:
# C  [libwebkitgtk-1.0.so.0+0x104beb4]


open("/proc/loadavg", O_RDONLY)         = 131
open("/usr/lib/i386-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 131
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT (core dumped) +++
Aborted (core dumped)


Also see earlier in the log some SEGFAULTs

open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120828-033635.jar", O_RDONLY|O_LARGEFILE) = 19
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
open("/home/m/.eclipse/org.eclipse.platform_4.2.0_1648364063/configuration/org.eclipse.osgi/.lazy.1", O_RDONLY|O_LARGEFILE) = 42
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/plugins/org.eclipse.equinox.console_1.0.0.v20120522-1841.jar", O_RDONLY|O_LARGEFILE) = 42
open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/plugins/org.apache.felix.gogo.runtime_0.8.0.v201108120515.jar", O_RDONLY|O_LARGEFILE) = 43
open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/jre/lib/logging.properties", O_RDONLY|O_LARGEFILE) = 44
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/plugins/org.eclipse.equinox.event_1.2.200.v20120522-2049.jar", O_RDONLY|O_LARGEFILE) = 44
open("/home/m/.eclipse/org.eclipse.platform_4.2.0_1648364063/configuration/org.eclipse.osgi/.lazy.1", O_RDONLY|O_LARGEFILE) = 45
open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/plugins/org.apache.felix.gogo.shell_0.8.0.v201110170705.jar", O_RDONLY|O_LARGEFILE) = 45
open("/home/m/.eclipse/org.eclipse.platform_4.2.0_1648364063/configuration/org.eclipse.osgi/.lazy.1", O_RDONLY|O_LARGEFILE) = 46
open("/usr/local/lpcxpresso_5.0.14_1063/lpcxpresso/plugins/org.apache.felix.gogo.command_0.8.0.v201108120515.jar", O_RDONLY|O_LARGEFILE) = 46
--- SIGSEGV (Segmentation fault) @ 0 (0) ---

I have added it to the path and also run with UBUNTU_MENUPROXY=0 but this is no help.

Any ideas?
Thanks!
0 Kudos
2 Replies

263 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by frame on Sat Feb 02 08:58:26 MST 2013
Two things you can try.

First, does it run when you start as root ?
If so, there might be a access rights problem (less likely).

Second, you might need to change the default java. AFAIK, most distributions come with OpenJDK.
Eclipse/LPCXpresso might not work well with it; [FONT=Courier New][B]update-java-alternatives[/B][/FONT] could help in this case.
0 Kudos

263 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by glerm on Sat Feb 02 08:14:55 MST 2013
See http://knowledgebase.nxp.com/showthread.php?t=3994&highlight=lpcxpresso
0 Kudos