From users-return-19917-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Wed Feb 6 15:25:24 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 467B6180679 for ; Wed, 6 Feb 2019 16:25:24 +0100 (CET) Received: (qmail 86724 invoked by uid 500); 6 Feb 2019 15:25:23 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Delivered-To: moderator for users@qpid.apache.org Received: (qmail 56241 invoked by uid 99); 6 Feb 2019 15:12:32 -0000 X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 5.611 X-Spam-Level: ***** X-Spam-Status: No, score=5.611 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, HK_RANDOM_ENVFROM=0.626, KAM_NUMSUBJECT=0.5, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Date: Wed, 6 Feb 2019 08:12:29 -0700 (MST) From: jeremy To: users@qpid.apache.org Message-ID: <1549465949652-0.post@n2.nabble.com> In-Reply-To: References: Subject: Re: [VOTE] Release Apache Qpid Proton 0.27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I have failing tests due to valgrind due to invalid memory manipulation: 10: ==29146== Invalid free() / delete / delete[] / realloc() 10: ==29146== at 0x4C273F0: free (vg_replace_malloc.c:446) 10: ==29146== by 0x5B897FA: free_mem (in /lib64/libc-2.12.so) 10: ==29146== by 0x5B89391: __libc_freeres (in /lib64/libc-2.12.so) 10: ==29146== by 0x4A2266D: _vgnU_freeres (vg_preloaded.c:62) 10: ==29146== by 0x5A7ED51: exit (in /lib64/libc-2.12.so) 10: ==29146== by 0x5A67CE3: (below main) (in /lib64/libc-2.12.so) 10: ==29146== Address 0x402c990 is not stack'd, malloc'd or (recently) free'd 10: ==29146== 10/24 Test #10: cpp-codec_test ...................***Failed 0.56 sec The failing tests are the following: 10 - cpp-codec_test (Failed) 11 - cpp-connection_driver_test (Failed) 12 - cpp-interop_test (Failed) 13 - cpp-message_test (Failed) 14 - cpp-map_test (Failed) 15 - cpp-scalar_test (Failed) 16 - cpp-value_test (Failed) 17 - cpp-container_test (Failed) 18 - cpp-reconnect_test (Failed) 19 - cpp-link_test (Failed) 20 - cpp-credit_test (Failed) 21 - cpp-url-test (Failed) 22 - cpp-example-container (Failed) 23 - cpp-example-container-ssl (Failed) ----- Cheers, Jeremy -- Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org