This is the mail archive of the libc-hacker@cygnus.com 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]

Re: Bug with dlclose and static class elements


> Pretty straightforward patch.

And pretty wrong as well. Destructors must be run in inverse order of
construction. I doubt your patch has this property (egcs 1.1 doesn't
have this property, either - at least not in all cases - but your
patch makes it worse).

Regards,
Martin


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