This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/17327] __run_exit_handlers may miss new handlers


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]