[Bugzilla] [Bug 13802] Kay-Uwe Giering has changed cc

bugzilla.admin at scilab.org bugzilla.admin at scilab.org
Wed Apr 1 13:56:20 CEST 2015


http://bugzilla.scilab.org/show_bug.cgi?id=13802
--------- Bug Summary -----------
Java exception at scilab startup

---------- Changed by ------------
kay-uwe.giering at web.de

---------- What changed ----------
cc


Kay-Uwe Giering <kay-uwe.giering at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kay-uwe.giering at web.de

--- Comment #2 from Kay-Uwe Giering <kay-uwe.giering at web.de> ---
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 http://bugzilla.scilab.org/ 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

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/bugzilla/attachments/20150401/14e021f9/attachment.htm>


More information about the Bugzilla mailing list