[Bug 33990] MSVC 2013 std::mutex crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jul 8 20:42:42 CDT 2013


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

--- Comment #3 from Chris Moeller <chris at kode54.net> 2013-07-08 20:42:42 CDT ---
Ugh, I reduced the problem to a more specific case. It's failing on
Concurrency::critical_section, which is imported from concrt.h, and I think I
know why:

typedef void * _CONCRT_BUFFER;

        // Critical section requires windows.h. Hide the implementation so that
        // user code need not include windows.h
        _CONCRT_BUFFER _M_criticalSection[(4 * sizeof(void *) + 2 *
sizeof(long) + sizeof(_CONCRT_BUFFER) - 1) / sizeof(_CONCRT_BUFFER)];

Posting a new example and log.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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