Re: [eigen] Matrix product crashes when compiled with MSVC 2010 in release

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


I cannot reprodue here. Neither in 32bit nor in 64bit mode.

msvc version: 10.0.30319.1 RTMRel.
eigen location in git: 3de353a4b04f

Just to be even more specific an rule out errors, here are my build
and linker commands:

/I"C:\Users\heibel\Documents\work\3rdparty/eigen" /Zi /nologo /W3 /WX-
/O2 /Oi /Oy- /GL /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_UNICODE" /D
"UNICODE" /Gm- /EHsc /GS /Gy /fp:precise /Zc:wchar_t /Zc:forScope
/Fp"Release\QuickHack.pch" /Fa"Release\" /Fo"Release\"
/Fd"Release\vc100.pdb" /Gd /analyze- /errorReport:queue

/OUT:"C:\Users\heibel\Documents\Visual Studio
2010\Projects\QuickHack\Release\QuickHack.exe" /INCREMENTAL:NO /NOLOGO
"kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib"
"advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib"
"odbc32.lib" "odbccp32.lib" /MANIFEST
/ManifestFile:"Release\QuickHack.exe.intermediate.manifest"
/ALLOWISOLATION /MANIFESTUAC:"level='asInvoker' uiAccess='false'"
/DEBUG /PDB:"C:\Users\heibel\Documents\Visual Studio
2010\Projects\QuickHack\Release\QuickHack.pdb" /SUBSYSTEM:CONSOLE
/OPT:REF /OPT:ICF /PGD:"C:\Users\heibel\Documents\Visual Studio
2010\Projects\QuickHack\Release\QuickHack.pgd" /LTCG /TLBID:1
/DYNAMICBASE /NXCOMPAT /MACHINE:X86 /ERRORREPORT:QUEUE

- Hauke



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/