Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 83751 invoked from network); 18 Feb 2009 14:31:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2009 14:31:31 -0000 Received: (qmail 92477 invoked by uid 500); 18 Feb 2009 14:31:28 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 92427 invoked by uid 500); 18 Feb 2009 14:31:28 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 92373 invoked by uid 99); 18 Feb 2009 14:31:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 06:31:28 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2009 14:31:26 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A1FC4234C498 for ; Wed, 18 Feb 2009 06:31:05 -0800 (PST) Message-ID: <708241682.1234967465661.JavaMail.jira@brutus> Date: Wed, 18 Feb 2009 06:31:05 -0800 (PST) From: "Bryan Pendleton (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4064) interaction between derby and jdk 1.5.0_17 causes core dump In-Reply-To: <1855258552.1234962181853.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674630#action_12674630 ] Bryan Pendleton commented on DERBY-4064: ---------------------------------------- I think you need to pursue this with your JVM vendor, rather than with Derby. JVM crashes like this indicate a bug in the JVM rather than a bug in Derby. I've also seen this sort of thing arise due to hardware errors, for example you may have a memory board that's going bad, or a disk that's developing bad sectors. A first step in this direction is to try to reproduce your problem on a variety of different machines, and see if it's consistent across them. Do you have a reproducible test case that you can provide which demonstrates the crash? > interaction between derby and jdk 1.5.0_17 causes core dump > ----------------------------------------------------------- > > Key: DERBY-4064 > URL: https://issues.apache.org/jira/browse/DERBY-4064 > Project: Derby > Issue Type: Bug > Affects Versions: 10.4.2.0 > Environment: windows XP SP3, jdk 1.5.0_17, jboss 4.0.5-GA > windows Server 2003 SP2, jdk 1.5.0_17, jboss 5.0.0-GA > windows Server 2003 SP2, jdk 1.5.0_17, jboss 4.0.5-GA with derby 10.2.1.6 > linux 2.6.18-128.el5, jdk 1.5.0_17, jboss 5.0.0-GA > Reporter: primasol > Priority: Blocker > Attachments: hs_err_pid156.log, hs_err_pid30771.log, hs_err_pid5340_withDerby10.2.1.6.log, hs_err_pid600.log > > > some unknown interaction causes derby to halt JVM with a core dump (see attached hs_err_*.log files) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.