Return-Path: Delivered-To: apmail-hadoop-avro-dev-archive@minotaur.apache.org Received: (qmail 30640 invoked from network); 4 Apr 2010 04:19:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Apr 2010 04:19:49 -0000 Received: (qmail 25088 invoked by uid 500); 4 Apr 2010 04:19:48 -0000 Delivered-To: apmail-hadoop-avro-dev-archive@hadoop.apache.org Received: (qmail 24899 invoked by uid 500); 4 Apr 2010 04:19:48 -0000 Mailing-List: contact avro-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: avro-dev@hadoop.apache.org Delivered-To: mailing list avro-dev@hadoop.apache.org Received: (qmail 24840 invoked by uid 99); 4 Apr 2010 04:19:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Apr 2010 04:19:48 +0000 X-ASF-Spam-Status: No, hits=-1213.4 required=10.0 tests=ALL_TRUSTED,AWL 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; Sun, 04 Apr 2010 04:19:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 32AF7234C48D for ; Sun, 4 Apr 2010 04:19:27 +0000 (UTC) Message-ID: <531367574.678551270354767206.JavaMail.jira@brutus.apache.org> Date: Sun, 4 Apr 2010 04:19:27 +0000 (UTC) From: "Robert G. Jakabosky (JIRA)" To: avro-dev@hadoop.apache.org Subject: [jira] Updated: (AVRO-502) Memory leak from parsing JSON schema. In-Reply-To: <1754244852.677981270348767230.JavaMail.jira@brutus.apache.org> 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/AVRO-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert G. Jakabosky updated AVRO-502: ------------------------------------- Attachment: test_schema_leaks_with_map_and_union.c new test program to show leaks with map & unions. re-upload with ASF grant. > Memory leak from parsing JSON schema. > ------------------------------------- > > Key: AVRO-502 > URL: https://issues.apache.org/jira/browse/AVRO-502 > Project: Avro > Issue Type: Bug > Components: c > Affects Versions: 1.3.2 > Environment: Linux 2.6.28 Gentoo > Reporter: Robert G. Jakabosky > Attachments: avro_leak_with_debug.log, schema_leaks2.patch, test_schema_leaks_with_map_and_union.c > > > the avro_schema_from_json() function seems to leak memory, even after the reference to the schema is released. > I will attache output from valgrind. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.