[Bug 34941] Ruby 1.9.x interpreter hangs with OS-level thread concurrency error (msvcrt internal semi-documented 'ioinfo' structure layout mismatch)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jan 28 06:08:23 CST 2014


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

Piotr Caban <piotr.caban at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr.caban at gmail.com

--- Comment #3 from Piotr Caban <piotr.caban at gmail.com> ---
In this case ioinfo structure layout is correct (ruby is using msvcrt.dll,
_RT_VER is not defined during compilation). If it uses msvcr80.dll it will not
work because of the size mismatch.

The problem is that we currently don't use this critical sections and don't
initialize them.

-- 
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