[Bug 24287] stl_test crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 6 08:46:47 CDT 2010


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

--- Comment #1 from Dan Kegel <dank at kegel.com> 2010-09-06 08:46:44 CDT ---
Created an attachment (id=30603)
 --> (http://bugs.winehq.org/attachment.cgi?id=30603)
List of the 64 functions this test imports from msvcr80

Of the 64 functions this test imports from msvcp80, only 14
are implemented so far:
?0?$allocator at D@std@@QAE at ABV01@@Z
?0?$allocator at D@std@@QAE at XZ
?0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at ABV01@@Z
?0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at PBD@Z
?0?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at XZ
?1?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE at XZ
allocate@?$allocator at D@std@@QAEPADI at Z
c_str@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QBEPBDXZ
construct@?$allocator at D@std@@QAEXPADABD at Z
deallocate@?$allocator at D@std@@QAEXPADI at Z
eof@?$char_traits at D@std@@SAHXZ
eq_int_type@?$char_traits at D@std@@SA_NABH0 at Z
length@?$char_traits at D@std@@SAIPBD at Z
max_size@?$allocator at D@std@@QBEIXZ

The other 50 are still stubs.  At the moment, one would expect the
test to fail when it ran into a stub, but it seems to crash before
it hits one of those.  
Let's not worry about the stubs for the moment, and make this
bug just about the ones already implemented.  We can open other
bug(s) for the stubs later.

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