openjdk team mailing list archive
-
openjdk team
-
Mailing list archive
-
Message #01389
[Bug 243703] Re: SIGSEGV when trying to execute c code via jdbm library
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to "New". Thanks again!
** Changed in: openjdk-6 (Ubuntu)
Status: Incomplete => Invalid
--
SIGSEGV when trying to execute c code via jdbm library
https://bugs.launchpad.net/bugs/243703
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.
Status in “openjdk-6” source package in Ubuntu: Invalid
Bug description:
This bug occurs randomly when trying to use jdbm library from http://aurora.regenstrief.org/~schadow/dbm-java/
RELEASE ...
Description: Ubuntu 8.04.1
Release: 8.04
sometimes, the execution works and the data is read from a gdbm-file, instead of this the following error is printed
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f85c800c389, pid=7083, tid=1102784848
#
# Java VM: OpenJDK 64-Bit Server VM (1.6.0-b10 mixed mode linux-amd64)
# Problematic frame:
# C [libgdbm.so.3+0x3389] _gdbm_get_bucket+0x9
#
# An error report file with more information is saved as:
# /media/sdb1/ubuntu/netbeans/gui/hs_err_pid7083.log
#
# If you would like to submit a bug report, please 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.
#
References