K 10 svn:author V 3 kib K 8 svn:date V 27 2013-12-06T21:26:57.947892Z K 7 svn:log V 567 Do not force to run atexit handlers, which text comes from a dso owning the handle passed to __cxa_finalize() but which are registered by other dso, when the process is inside exit(3). Running them makes the destruction order wrong, and there is hope that such destructors would not call dlclose(3), since it is pointless at this stage of the process existence. The change effectively disables the r211706 after the exit(3) is called. Reported and tested by: Michael Gmelin Analyzed by: dim Sponsored by: The FreeBSD Foundation MFC after: 1 week END