<html>
<head>
<base href="http://bugzilla.scilab.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:kay-uwe.giering@web.de" title="Kay-Uwe Giering <kay-uwe.giering@web.de>"> <span class="fn">Kay-Uwe Giering</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - Java exception at scilab startup"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13802">bug 13802</a>
<br><br>
---------- Bug Summary ----------- <br>Java exception at scilab startup <br><br>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>kay-uwe.giering@web.de
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Java exception at scilab startup"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13802#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Java exception at scilab startup"
href="http://bugzilla.scilab.org/show_bug.cgi?id=13802">bug 13802</a>
from <span class="vcard"><a class="email" href="mailto:kay-uwe.giering@web.de" title="Kay-Uwe Giering <kay-uwe.giering@web.de>"> <span class="fn">Kay-Uwe Giering</span></a>
</span></b>
<pre>Hello,
I have removed /opt/scilab-5.5.2/lib/thirdparty/libgcc_s.so.1 and /opt/scilab-5.5.2/lib/thirdparty/libgcc_s.so.
The result is
libEGL warning: GLX/DRI2 is not supported
terminate called after throwing an instance of 'GiwsException::JniCallMethodException'
what(): Exception when calling Java method : com/artenum/rosetta/ui/Console
at org.scilab.modules.gui.console.ScilabConsoleBridge.createConsole(Unknown Source)
at org.scilab.modules.gui.bridge.ScilabBridge.createConsole(Unknown Source)
at org.scilab.modules.gui.console.ScilabConsole.<init>(Unknown Source)
at org.scilab.modules.gui.console.ScilabConsole.getConsole(Unknown Source)
at org.scilab.modules.gui.bridge.CallScilabBridge.display(Unknown Source)
at jogamp.opengl.egl.EGL.dispatch_eglDestroyContext0(Native Method)
at jogamp.opengl.egl.EGL.eglDestroyContext(EGL.java:416)
at jogamp.opengl.egl.EGLContext.createImpl(EGLContext.java:233)
at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:696)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:589)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:539)
at jogamp.opengl.egl.EGLDrawableFactory.mapAvailableEGLESConfig(EGLDrawableFactory.java:518)
at jogamp.opengl.egl.EGLDrawableFactory.createEGLSharedResourceImpl(EGLDrawableFactory.java:640)
at jogamp.opengl.egl.EGLDrawableFactory.getOrCreateSharedResourceImpl(EGLDrawableFactory.java:603)
at jogamp.opengl.egl.EGLDrawableFactory.getOrCreateSharedResourceImpl(EGLDrawableFactory.java:86)
at jogamp.opengl.GLDrawableFactoryImpl.getOrCreateSharedResource(GLDrawableFactoryImpl.java:100)
at jogamp.opengl.GLDrawableFactoryImpl.createSharedResourceImpl(GLDrawableFactoryImpl.java:129)
at javax.media.opengl.GLDrawableFactory.createSharedResource(GLDrawableFactory.java:375)
at javax.media.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1905)
at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1838)
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1806)
at javax.media.opengl.GLProfile.access$000(GLProfile.java:77)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:201)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:187)
at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:2246)
at javax.media.opengl.GLProfile.get(GLProfile.java:959)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:693)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:704)
at org.scilab.modules.gui.SwingView.<init>(Unknown Source)
at org.scilab.modules.gui.SwingView.registerSwingView(Unknown Source)
at org.scilab.modules.core.Scilab.<init>(Unknown Source)
com/artenum/rosetta/ui/Console
at org.scilab.modules.gui.console.ScilabConsoleBridge.createConsole(Unknown Source)
at org.scilab.modules.gui.bridge.ScilabBridge.createConsole(Unknown Source)
at org.scilab.modules.gui.console.ScilabConsole.<init>(Unknown Source)
at org.scilab.modules.gui.console.ScilabConsole.getConsole(Unknown Source)
at org.scilab.modules.gui.bridge.CallScilabBridge.display(Unknown Source)
at jogamp.opengl.egl.EGL.dispatch_eglDestroyContext0(Native Method)
at jogamp.opengl.egl.EGL.eglDestroyContext(EGL.java:416)
at jogamp.opengl.egl.EGLContext.createImpl(EGLContext.java:233)
at jogamp.opengl.GLContextImpl.makeCurrentWithinLock(GLContextImpl.java:696)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:589)
at jogamp.opengl.GLContextImpl.makeCurrent(GLContextImpl.java:539)
at jogamp.opengl.egl.EGLDrawableFactory.mapAvailableEGLESConfig(EGLDrawableFactory.java:518)
at jogamp.opengl.egl.EGLDrawableFactory.createEGLSharedResourceImpl(EGLDrawableFactory.java:640)
at jogamp.opengl.egl.EGLDrawableFactory.getOrCreateSharedResourceImpl(EGLDrawableFactory.java:603)
at jogamp.opengl.egl.EGLDrawableFactory.getOrCreateSharedResourceImpl(EGLDrawableFactory.java:86)
at jogamp.opengl.GLDrawableFactoryImpl.getOrCreateSharedResource(GLDrawableFactoryImpl.java:100)
at jogamp.opengl.GLDrawableFactoryImpl.createSharedResourceImpl(GLDrawableFactoryImpl.java:129)
at javax.media.opengl.GLDrawableFactory.createSharedResource(GLDrawableFactory.java:375)
at javax.media.opengl.GLProfile.initProfilesForDeviceCritical(GLProfile.java:1905)
at javax.media.opengl.GLProfile.initProfilesForDevice(GLProfile.java:1838)
at javax.media.opengl.GLProfile.initProfilesForDefaultDevices(GLProfile.java:1806)
at javax.media.opengl.GLProfile.access$000(GLProfile.java:77)
at javax.media.opengl.GLProfile$1.run(GLProfile.java:201)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.opengl.GLProfile.initSingleton(GLProfile.java:187)
at javax.media.opengl.GLProfile.getProfileMap(GLProfile.java:2246)
at javax.media.opengl.GLProfile.get(GLProfile.java:959)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:693)
at javax.media.opengl.GLProfile.getDefault(GLProfile.java:704)
at org.scilab.modules.gui.SwingView.<init>(Unknown Source)
at org.scilab.modules.gui.SwingView.registerSwingView(Unknown Source)
at org.scilab.modules.core.Scilab.<init>(Unknown Source)
Segmentation fault
***********************************************************************************************
./scilab -nw returns
libEGL warning: GLX/DRI2 is not supported
A fatal error has been detected by Scilab.
Your instance will probably quit unexpectedly soon.
If a graphic feature has been used, this might be caused by the system graphic drivers.
Please try to update them and run this feature again.
You can report a bug on <a href="http://bugzilla.scilab.org/">http://bugzilla.scilab.org/</a> with:
* a sample code which reproduces the issue
* the result of [a, b] = getdebuginfo()
* the following information:
[troll416:06907] Signal: Segmentation fault (11)
[troll416:06907] Signal code: Address not mapped (1)
[troll416:06907] Failing at address: 0x540
Call stack:
1: 0x7107eb < > (/opt/scilab-5.5.2/thirdparty/java//lib/amd64/server/libjvm.so)
2: 0x714350 <JVM_handle_linux_signal> (/opt/scilab-5.5.2/thirdparty/java//lib/amd64/server/libjvm.so)
3: 0x7106fe < > (/opt/scilab-5.5.2/thirdparty/java//lib/amd64/server/libjvm.so)
4: 0xf8d0 < > (/lib/x86_64-linux-gnu/libpthread.so.0)
5: 0x1395be < > (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
6: 0x2028bc < > (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
7: 0x203f64 < > (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
8: 0x318680 < > (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
9: 0x2bb923 < > (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
10: 0x11b49 < > (/usr/lib/x86_64-linux-gnu/libEGL.so.1)
11: 0x9a2a <eglDestroyContext> (/usr/lib/x86_64-linux-gnu/libEGL.so.1)
12: 0x3283d <Java_jogamp_opengl_egl_EGL_dispatch_1eglDestroyContext0__JJJ> (/opt/scilab-5.5.2/lib/thirdparty/libjogl_mobile.so)
13: ? ? (?)
End of stack
Segmentation fault
***********************************************************************************************
ldd ./scilab-bin gives (with or without removing the above files in /opt/scilab-5.5.2/lib/thirdparty)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fbbd43b7000)
Best regards,
Kay</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>