Your message dated Tue, 20 May 2003 23:21:09 +0200
with message-id <[EMAIL PROTECTED]>
and subject line JNI/C++ Exceptions using glib2.1 and Sun JVM
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 28 May 2002 15:31:27 +0000
>From [EMAIL PROTECTED] Tue May 28 10:31:27 2002
Return-path: <[EMAIL PROTECTED]>
Received: from (mail.ideorlando.org) [208.63.70.76] (postfix)
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 17CiwY-0000tU-00; Tue, 28 May 2002 10:31:26 -0500
Received: from sclarkel (unknown [192.168.10.1])
        by mail.ideorlando.org (Postfix) with ESMTP id 81CCB36AD5
        for <[EMAIL PROTECTED]>; Tue, 28 May 2002 11:21:59 -0400 (EDT)
Subject: JNI/C++ Exceptions using glib2.1 and Sun JVM
From: Scott Clarke <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Evolution/1.0.2 
Date: 28 May 2002 11:28:48 -0400
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Delivered-To: [EMAIL PROTECTED]

Package: libstdc++2.9-glibc2.1
Version: 2.91.66-4


There appears to be an incompatibility between the Sun JVM and the
Debian Linux version of glibc2.1 that causes all C++ exceptions to
result in a Segmentation Fault.

I think I narrowed the problem down to
/usr/lib/libstdc++-libc6.1-1.so.2. If I symbolically link to
/usr/lib/libstdc++-libc6.2-2.so.3 (using the former name) in my
LD_LIBRARY_PATH, everything works fine.

BTW, everything works fine under Redhat 7.2, and everything works fine
using Blackdown JVM, but not when using Sun JVM and Debian together.

Not sure if this is a Debian glibc problem, or if this is a Sun JVM
problem.


---------------------------------------
Received: (at 148385-done) by bugs.debian.org; 20 May 2003 21:26:29 +0000
>From [EMAIL PROTECTED] Tue May 20 16:25:55 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19IEcJ-0002bN-00; Tue, 20 May 2003 16:25:51 -0500
Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1])
        by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id XAA14541
        for <[EMAIL PROTECTED]>; Tue, 20 May 2003 23:21:10 +0200 (MET DST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h4KLLAH07800;
        Tue, 20 May 2003 23:21:10 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 20 May 2003 23:21:09 +0200
To: [EMAIL PROTECTED]
Subject: Re: JNI/C++ Exceptions using glib2.1 and Sun JVM
X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-8.9 required=4.0
        tests=QUOTED_EMAIL_TEXT,USER_AGENT_VM
        version=2.53-bugs.debian.org_2003_05_09
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_09 
(1.174.2.15-2003-03-30-exp)

Debian potato uses glibc-2.1 (libstdc++2.9-glibc2.1). Looking at the
soname I assume the JVM was built on a glibc-2.2 based system. Adding
the symlink is known to work in some cases, don't know if this is the
case for the Sun JVM. Anyway, as our last released Debian version is
woody, I'm closing this report.

> There appears to be an incompatibility between the Sun JVM and the
> Debian Linux version of glibc2.1 that causes all C++ exceptions to
> result in a Segmentation Fault.
> 
> I think I narrowed the problem down to
> /usr/lib/libstdc++-libc6.1-1.so.2. If I symbolically link to
> /usr/lib/libstdc++-libc6.2-2.so.3 (using the former name) in my
> LD_LIBRARY_PATH, everything works fine.
> 
> BTW, everything works fine under Redhat 7.2, and everything works fine
> using Blackdown JVM, but not when using Sun JVM and Debian together.
> 
> Not sure if this is a Debian glibc problem, or if this is a Sun JVM
> problem.


Reply via email to