[Bug 24287] stl_test crashes in first test case, in cout << "Results"

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 6 16:42:51 CDT 2010


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

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> 2010-09-06 16:42:51 CDT ---
I've checked why the application is crashing. It's because cout is not
implemented (you can change all cout's to printf and then some tests will be
probably working).

The program is crashing because cout class (global structure) is not exported
(and it's trying to read from it). In order to get past this crash
?cout at std@@3V?$basic_ostream at DU?$char_traits at D@std@@@1 at A have to be implemented
(it turns out there's no nice error message in data is not exported by dll).

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