← Back to team overview

openjdk team mailing list archive

[Bug 477615] Re: SIGSEGV error in OpenJDK

 

I'm seeing this in eclipse-3.5.2 too

Linux box05 2.6.32-02063209-generic #02063209 SMP Wed Feb 24 10:09:53
UTC 2010 x86_64 GNU/Linux

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.eclipse.swt.internal.gtk.OS._pango_layout_get_line_count(J)I+0
j  org.eclipse.swt.internal.gtk.OS.pango_layout_get_line_count(J)I+8
j  org.eclipse.swt.graphics.TextLayout.getLineMetrics(I)Lorg/eclipse/swt/graphics/FontMetrics;+12
j  org.eclipse.swt.custom.StyledTextRenderer.setFont(Lorg/eclipse/swt/graphics/Font;I)V+180
j  org.eclipse.swt.custom.StyledText.setFont(Lorg/eclipse/swt/graphics/Font;)V+29
j  org.tigris.subversion.subclipse.ui.comments.CommitCommentArea$TextBox.<init>(Lorg/tigris/subversion/subclipse/ui/comments/CommitCommentArea;Lorg/eclipse/swt/widgets/Composite;Ljava/lang/String;Ljava/lang/String;)V+206
j  org.tigris.subversion.subclipse.ui.comments.CommitCommentArea.createArea(Lorg/eclipse/swt/widgets/Composite;)Lorg/eclipse/swt/widgets/Control;+93
j  org.tigris.subversion.subclipse.ui.wizards.sharing.SharingWizardFinishPage.createControl(Lorg/eclipse/swt/widgets/Composite;)V+161
j  org.eclipse.jface.wizard.Wizard.createPageControls(Lorg/eclipse/swt/widgets/Composite;)V+21
j  org.eclipse.jface.wizard.WizardDialog.createPageControls()V+8
j  org.eclipse.jface.wizard.WizardDialog.setWizard(Lorg/eclipse/jface/wizard/IWizard;)V+61
j  org.eclipse.jface.wizard.WizardDialog.updateForPage(Lorg/eclipse/jface/wizard/IWizardPage;)V+20
j  org.eclipse.jface.wizard.WizardDialog.access$2(Lorg/eclipse/jface/wizard/WizardDialog;Lorg/eclipse/jface/wizard/IWizardPage;)V+2
j  org.eclipse.jface.wizard.WizardDialog$5.run()V+8
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116
j  org.eclipse.jface.wizard.WizardDialog.showPage(Lorg/eclipse/jface/wizard/IWizardPage;)V+80
j  org.eclipse.jface.wizard.WizardDialog.nextPressed()V+17
j  org.eclipse.jface.wizard.WizardDialog.buttonPressed(I)V+47
j  org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Lorg/eclipse/swt/events/SelectionEvent;)V+17
j  org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+1003
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.Display.runDeferredEvents()Z+92
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+33
j  org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23
j  org.eclipse.jface.window.Window.open()I+49
j  org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard.openWizard(Lorg/eclipse/swt/widgets/Shell;Lorg/eclipse/jface/wizard/IWizard;)V+11
j  org.eclipse.team.internal.ui.wizards.ConfigureProjectWizard.shareProjects(Lorg/eclipse/swt/widgets/Shell;[Lorg/eclipse/core/resources/IProject;)V+93
j  org.eclipse.team.internal.ui.actions.ConfigureProjectAction$1.run(Lorg/eclipse/core/runtime/IProgressMonitor;)V+27
j  org.eclipse.team.internal.ui.actions.TeamAction$3.run()V+11
j  org.eclipse.swt.custom.BusyIndicator.showWhile(Lorg/eclipse/swt/widgets/Display;Ljava/lang/Runnable;)V+116

-- 
SIGSEGV error in OpenJDK
https://bugs.launchpad.net/bugs/477615
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “openjdk-6” package in Ubuntu: New

Bug description:
In my user folder I found this log file that I have attached. I'm just passing the information along.

Here is what is written in the header:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fce093c3687, pid=4113, tid=140523800013072
#
# JRE version: 6.0-b16
# Java VM: OpenJDK 64-Bit Server VM (14.0-b16 mixed mode linux-amd64 )
# Distribution: Ubuntu karmic (development branch), package 6b16-1.6.1-1ubuntu3
# Problematic frame:
# C  [libpangoft2-1.0.so.0+0x17687]
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#