[Bug 3410] New: msvcrt rtti typeid with primitive types

Wine Bugs wine-bugs at winehq.org
Tue Sep 27 10:03:34 CDT 2005


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

           Summary: msvcrt rtti typeid with primitive types
           Product: Wine
           Version: 20050211
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: wine-misc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: arik at tidex.co.il


Trying to execute the following program causes wine to crash. Alternatively, it
may result in corruption. The program was compiled using VC6 with STLport 4.6.2;
the command line was: CL /GX /GR /MD rtti.cpp . I suspect the problem is in the
WINE MSVCRT implementation.

#include <iostream>
#include <ostream>
#include <typeinfo>

int main()
{
    std::cout << typeid(float).name() << '\n';
    return 0;
}

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list