http://bugs.winehq.org/show_bug.cgi?id=15071
Summary: Sometimes mutex aren't destroyed after app terminate Product: Wine Version: 1.1.2 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: blackgilmor@gmail.com
I often run some app which uses mutex to protect before multiple instances of that app. From time to time, I have to kill that app process, and run it again in very short time. I observed that sometimes mutex created by my app stays, afer that I closed or killed my app. Because of that I can't run it again before whole system reboot. As I know, windows frees all apps mutex, just after app terminate
http://bugs.winehq.org/show_bug.cgi?id=15071
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2008-08-30 11:13:38 --- Did you made sure that wineserver exited before restarting your app?
http://bugs.winehq.org/show_bug.cgi?id=15071
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-02 03:23:05 --- Also, having a standalone test app which shows the problem would help.
http://bugs.winehq.org/show_bug.cgi?id=15071
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #3 from Austin English austinenglish@gmail.com 2009-03-10 15:10:18 --- Abandoned. If this still an issue in current wine, and you can provide the needed information, feel free to reopen.
http://bugs.winehq.org/show_bug.cgi?id=15071
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Austin English austinenglish@gmail.com 2009-03-10 15:11:40 --- Closing.