http://bugs.winehq.org/show_bug.cgi?id=14789
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-07 15:31:21 --- First of all wineserver is a single threaded app. So while it processing signals nothing else works. Second - that is a pure debug function that is not even used by default - one have to recompile wineserver with #define DEBUG_OBJECTS 1. And then send -HUP to the server. Third it's called from the signal handler which guarantees it won't ever reenter.
So I don't see what reentrancy are you talking about here?
Closing - there is nothing to fix.