Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 23314 invoked from network); 14 Apr 2008 21:36:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Apr 2008 21:36:06 -0000 Received: (qmail 97213 invoked by uid 500); 14 Apr 2008 21:36:06 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 96988 invoked by uid 500); 14 Apr 2008 21:36:06 -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 96979 invoked by uid 99); 14 Apr 2008 21:36:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2008 14:36:06 -0700 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; Mon, 14 Apr 2008 21:35:32 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DCF02234C0D3 for ; Mon, 14 Apr 2008 14:33:04 -0700 (PDT) Message-ID: <1578943532.1208208784903.JavaMail.jira@brutus> Date: Mon, 14 Apr 2008 14:33:04 -0700 (PDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3618) Perform thread dump with ASSERTS with jdk 1.5 or higher In-Reply-To: <337116952.1208203748626.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-3618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588802#action_12588802 ] Kathey Marsden commented on DERBY-3618: --------------------------------------- Thanks Erlend for picking up this issue. You might want to look at the code for org.apache.derbyTesting.functionTests.util.ThreadDump and org.apache.derbyTesting.functionTests.util.TestUtil.dumpAllStackTracesIfSupported for sample code on how to dump the stack traces. Something similar will need to be brought into org.apache.derby.shared.common.sanity.SanityManager.THROWASSERT for this issue. The testing classes are not available from the code. Kathey > Perform thread dump with ASSERTS with jdk 1.5 or higher > ------------------------------------------------------- > > Key: DERBY-3618 > URL: https://issues.apache.org/jira/browse/DERBY-3618 > Project: Derby > Issue Type: Improvement > Components: Services > Affects Versions: 10.5.0.0 > Reporter: Kathey Marsden > Assignee: Erlend Birkenes > Priority: Minor > > It would be good to have a stack traces for all threads dump to the derby.log when an assertion occurs with JVM's that support it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.