Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » SIGSEV crash JVM under Ubuntu 12.04 when scrolling in Canvas (JVMcrash problematic frame: [libgdk-x11-2.0.so.0+0x3cb0c] gdk_window_object_get_type+0x5fc)
SIGSEV crash JVM under Ubuntu 12.04 when scrolling in Canvas [message #1386064] Fri, 13 June 2014 10:02
Jerome Correnoz is currently offline Jerome CorrenozFriend
Messages: 80
Registered: July 2009
Member
Hi all,

In one of our Ubuntu 12.04 machine, we have frequent JVM crash with following error message:

# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f59ee684b0c, pid=6044, tid=140024424875776
#
# JRE version: Java(TM) SE Runtime Environment (7.0_55-b13) (build 1.7.0_55-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.55-b03 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libgdk-x11-2.0.so.0+0x3cb0c] gdk_window_object_get_type+0x5fc


with following callstack:
Stack: [0x00007f59fa0ac000,0x00007f59fa1ad000], sp=0x00007f59fa1a7db0, free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libgdk-x11-2.0.so.0+0x3cb0c] gdk_window_object_get_type+0x5fc

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.gtk.OS._gdk_draw_drawable(JJJIIIIII)V+0
j org.eclipse.swt.internal.gtk.OS.gdk_draw_drawable(JJJIIIIII)V+23
j org.eclipse.swt.widgets.Canvas.scroll(IIIIIIZ)V+519
j org.eclipse.draw2d.FigureCanvas.scrollToX(I)V+299
j com.st.tchartslite.viewer.TimeAxis.goToDate(J)V+24
j com.st.tchartslite.viewer.TChartsLiteViewer$6.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+26
J org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j org.eclipse.swt.widgets.Control.gtk_expose_event(JJ)J+174
j org.eclipse.swt.widgets.Composite.gtk_expose_event(JJ)J+42
j org.eclipse.swt.widgets.Canvas.gtk_expose_event(JJ)J+51
j org.eclipse.swt.widgets.Widget.windowProc(JJJ)J+405
j org.eclipse.swt.widgets.Control.windowProc(JJJ)J+466
j org.eclipse.swt.widgets.Display.windowProc(JJJ)J+20

We're using
- Eclipse Kepler 4.3.2 64bits incl. swt 3.102.1.
- JRE 1.7.0_55

Is it a know issue with Ubuntu or Kepler 64bits ? Is it an issue with some missing package or some gtk/gdk packaje version ?

Thanks by advance for your support.
Jerome
Previous Topic:How to style the clickable part in the Link Control?
Next Topic:How to alignment for label text
Goto Forum:
  


Current Time: Fri Apr 19 19:23:34 GMT 2024

Powered by FUDForum. Page generated in 0.02479 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top