On Aug 5, 2012, at 3:50 PM, Perry Smith wrote: > > On Aug 5, 2012, at 1:09 PM, David Edelsohn wrote: > >> On Sun, Aug 5, 2012 at 9:56 AM, Perry Smith <pedz...@gmail.com> wrote: >> >>> I was planning on exploring when _GLOBAL__FD was called today. I >>> need to figure out when gcc puts the call to the dtor in _GLOBAL__FD >>> path rather than in the atexit path. The net implies that "static" uses >>> atexit while a global non-static uses _GLOBAL__FD
In this quest, I bumped into this: http://stackoverflow.com/questions/8144630/mixed-mode-c-cli-dll-throws-exception-on-exit He is using Windows? So, this may not be exclusive to AIX. Thank you again, Perry