Jeffrey Altman ae7a614e26 STABLE14-windows-pthread-cleanup-20060424
A number of crash reports have been filed with Microsoft in afspthread.dll.
The crashes are occuring as the processes are terminating.  In order to
attempt to address this problem this patch adds support for a DllMain()
entry point that is used to cleanup Thread Local Storage and the various
RX queues.  One theory is that processes are loading and unloading DLLs
that are linked to afspthread.dll leaving the pthread data in a very
inconsistent state after each unload.  By cleaning up the static data
during the unload, if afspthread is loading again it will be forced to
initialize the data once again.


(cherry picked from commit edff1e8788a2cadfd6bb9e08f9cfdbfb491924a6)
2006-05-02 04:51:55 +00:00
..
2006-03-23 15:40:10 +00:00
2006-04-05 16:42:13 +00:00
2006-03-28 19:42:57 +00:00
2006-04-05 16:42:13 +00:00
2006-04-09 06:01:58 +00:00
2006-04-27 18:35:19 +00:00
2006-04-27 18:35:19 +00:00
2006-03-31 06:52:59 +00:00
2006-04-10 21:29:30 +00:00
2006-03-22 20:14:35 +00:00
2006-04-14 14:13:49 +00:00
2006-04-11 20:41:33 +00:00
2006-03-09 21:46:09 +00:00
2006-04-10 16:46:46 +00:00
2006-04-10 16:46:46 +00:00