[Bug 14789] Fix signal handler

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 7 15:31:21 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=14789


Vitaliy Margolen <vitaliy at kievinfo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED




--- Comment #4 from Vitaliy Margolen <vitaliy at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list