WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 633] New: JVM coredump leading to dom0/domU hanging

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 633] New: JVM coredump leading to dom0/domU hanging
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Wed, 03 May 2006 11:44:05 -0700
Delivery-date: Wed, 03 May 2006 11:44:40 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=633

           Summary: JVM coredump leading to dom0/domU hanging
           Product: Xen
           Version: democd-3.0
          Platform: x86
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Guest-OS
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: sanjayl@xxxxxxxxxxx


A relatively simple Java + JNI program that gets a SEGV causes the dom0/domU to
hang.  The example (http://www.kymasys.com/java.jni.segv.tar.gz) consistently
reproduces the issue using the latest Xen 3.0 Test CD running the 32 bit
kernel.  Strangely, the issue does not happen with the PAE kernels from the
same Test CD.

The code basically calls a JNI function that does a NULL pointer access. We
expect this to dump core, but instead we never get back to the shell prompt and
the system hangs completely in about 30 seconds.

Instructions for reproducing the issue:

(1) Install the JDK (we are using v 1.5 update 4).
(2) Untar the example tarball (the example can be downloaded from
http://www.kymasys.com/java.jni.segv.tar.gz).
(3) from the segv directory execute the following command: "java
-Djava.library.path=. TestClass"


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>