Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9ECB110F0C for ; Wed, 3 Dec 2014 10:44:01 +0000 (UTC) Received: (qmail 9581 invoked by uid 500); 3 Dec 2014 10:22:47 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 4832 invoked by uid 500); 3 Dec 2014 10:22:42 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 88227 invoked by uid 500); 3 Dec 2014 10:22:30 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 72053 invoked by uid 99); 3 Dec 2014 10:16:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 10:16:13 +0000 Date: Wed, 3 Dec 2014 10:16:13 +0000 (UTC) From: "Gabriele Ricciardi (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CELIX-190) remote services memory leaks 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/CELIX-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232847#comment-14232847 ] Gabriele Ricciardi commented on CELIX-190: ------------------------------------------ Here's a valgrind report for one of the biggest, recurring leaks: 15,072 (640 direct, 14,432 indirect) bytes in 16 blocks are definitely lost in loss record 183 of 183 ==465== at 0x4A07757: malloc (vg_replace_malloc.c:291) ==465== by 0x737FC27: endpointDescription_create (endpoint_description.c:41) ==465== by 0x737C0AC: endpointDescriptorReader_parseDocument (endpoint_descriptor_reader.c:199) ==465== by 0x737E360: endpointDiscoveryPoller_getEndpoints (endpoint_discovery_poller.c:310) ==465== by 0x737DD54: endpointDiscoveryPoller_poll (endpoint_discovery_poller.c:224) ==465== by 0x39BC8079D0: start_thread (in /lib64/libpthread-2.12.so) ==465== by 0x36A5CE8B5C: clone (in /lib64/libc-2.12.so) > remote services memory leaks > ---------------------------- > > Key: CELIX-190 > URL: https://issues.apache.org/jira/browse/CELIX-190 > Project: Celix > Issue Type: Bug > Components: Remote Service Admin > Reporter: Bjoern Petri > Assignee: Bjoern Petri > Priority: Minor > > There are several minor memory leaks in the current remote services (rsa and discovery) implementation -- This message was sent by Atlassian JIRA (v6.3.4#6332)