http://bugs.winehq.org/show_bug.cgi?id=58475
Bug ID: 58475 Summary: Wine Mono corlib tests cause wineserver to assert Product: Wine Version: 10.11 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wineserver Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Run: wine run-tests.exe x86_64.MonoTests.System.Threading.WaitHandleTest:WaitAny_WaitHandleNull_TimeSpan x86_64.MonoTests.System.WeakReferenceTest:WeakReference_IsAlive_Finalized
Result: wineserver: ../server/mutex.c:233: abandon_mutexes: Assertion `mutex->owner == thread' failed.
I reduced the test case as much as I could, but for whatever reason, these tests only seem to cause the assert when run in combination.
The architecture doesn't seem to matter - x86 gets the same result from these test cases.