Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 14D977999 for ; Tue, 20 Sep 2011 18:05:31 +0000 (UTC) Received: (qmail 67427 invoked by uid 500); 20 Sep 2011 18:05:30 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 67370 invoked by uid 500); 20 Sep 2011 18:05:30 -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 67282 invoked by uid 99); 20 Sep 2011 18:05:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2011 18:05:30 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2011 18:05:29 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3134DA4CF6 for ; Tue, 20 Sep 2011 18:05:09 +0000 (UTC) Date: Tue, 20 Sep 2011 18:05:09 +0000 (UTC) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Message-ID: <1098595692.47015.1316541909198.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1902904805.15177.1310678700381.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (DERBY-5336) Repeated database creation causes OutOfMemoryError MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-5336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13108871#comment-13108871 ] Kathey Marsden commented on DERBY-5336: --------------------------------------- The test testRepeadedDatabaseCreationWithAutoStats has a lot of verbosity with -Dderby.test.trace=true testRepeatedDatabaseCreationWithAutoStats -- 0 -- 1 -- 2 -- 3 -- 4 -- 5 -- 6 -- 7 -- 8 -- 9 -- 10 -- 11 -- 12 -- 13 Should this traceit call be prntln so it just prnts with -Dderby.tests.debug=true ? while (iter < 50) { traceit("-- " + iter++); > Repeated database creation causes OutOfMemoryError > -------------------------------------------------- > > Key: DERBY-5336 > URL: https://issues.apache.org/jira/browse/DERBY-5336 > Project: Derby > Issue Type: Bug > Components: Services > Affects Versions: 10.8.1.2 > Environment: Windows 7 64-bit, jdk1.6.0_26 > Reporter: Aja Walker > Assignee: Kristian Waagan > Fix For: 10.8.2.0, 10.9.0.0 > > Attachments: DerbyOutOfMemoryErrorRepro.java, LicensedRepro.java, derby-5336-1a-remove_context_on_stop.diff, derby-5336-2a-regression_test.diff > > > Repeatedly creating, querying, updating, and shutting down a database or databases eventually causes OutOfMemoryError. > Java source reproducing the problem is attached. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira