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