← Back to team overview

openjdk team mailing list archive

[Bug 681784] Re: SIGSEGV in libpango-1.0.so

 

I forgot to attach the log file. It appears that it has nothing to do
with GC objects, but originates from disposing the Display object. I'm
having difficulties finding the source of the problem

** Attachment added: "memory dump and stack trace"
   https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/681784/+attachment/1745855/+files/hs_err_pid10817.log

-- 
SIGSEGV in libpango-1.0.so
https://bugs.launchpad.net/bugs/681784
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:
I receive the following fatal error when disposing a GC object. I'm not certain exactly where the error stems from as the construction is fairly complex and concurrent.

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00655c86, pid=10817, tid=3077950320
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK Server VM (16.0-b13 mixed mode linux-x86 )
# Derivative: IcedTea6 1.8.2
# Distribution: Ubuntu 10.04.1 LTS, package 6b18-1.8.2-4ubuntu2
# Problematic frame:
# C  [libpango-1.0.so.0+0x23c86]  pango_layout_new+0x36
#
# An error report file with more information is saved as:
# /home/paul/workspace/QuickGene/hs_err_pid10817.log
#
# 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.
#

If anybody needs some information about a specific implementation, I'd be happy to take a closer look, but I'd need to know more or less what to look for.





References