http://bugs.winehq.org/show_bug.cgi?id=23246
Summary: mono randomly aborts with "GetThreadContext failed" dialog Product: Wine Version: 1.2-rc4 Platform: x86 OS/Version: Linux Status: NEW Keywords: dotnet, download Severity: normal Priority: P2 Component: wineserver AssignedTo: wine-bugs@winehq.org ReportedBy: madewokherd@gmail.com
Mono often needs to call GetThreadContext on all threads. On Wine, this seems to fail at random times.
The easiest way to reproduce it is to run the mono tests. I've found that the test in mcs/class/Microsoft.Build.Engine does it pretty reliably. See http://wiki.winehq.org/Mono for instructions on that.