From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74712 invoked by alias); 16 Mar 2015 14:39:37 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 74673 invoked by uid 48); 16 Mar 2015 14:39:34 -0000 From: "sebastien.grivet at murex dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/17327] __run_exit_handlers may miss new handlers Date: Mon, 16 Mar 2015 14:39:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.17 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: sebastien.grivet at murex dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: cc attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-03/txt/msg00157.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=17327 sebastien.grivet at murex dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastien.grivet at murex dot com --- Comment #1 from sebastien.grivet at murex dot com --- Created attachment 8189 --> https://sourceware.org/bugzilla/attachment.cgi?id=8189&action=edit C++ testcase: several destructor miss Hello, I have encountered this bug by using log4cxx. I wrote this test case to try to reproduce it. This is a run: A() in ~A() B(40) ... all constructors from 40 to 1 B(1) out ~A() ~B(28) ... only destructors from 28 to 1 ~B(1) All destructors from 40 to 29 are missing. Regards, Sebastien. -- You are receiving this mail because: You are on the CC list for the bug.