Comment 5 for bug 218090

Revision history for this message
Ulferikson (ulferikson) wrote : Re: crash on 32-bit file encounter

Looks like an uncaught exception similar to bug #168471 which is marked as duplicate of bug #173116. The mingw gcc 4 compiler doesn't allow throwing exceptions accross dll's the way mingw gcc 3.4.5 did.

http://sourceforge.net/mailarchive/message.php?msg_id=E1IUIrP-0002LO-KC%40sc8-sf-web21.sourceforge.net
"If you want to throw exceptions across a dll boundary you need to build
dll and client exe with --shared-libgcc. Or port the mingw-specific
gcc-3.4.5 -win32-shared-ptr patches to gcc 4.x"

Maybe someone can rebuild the win32 'devlibs' with --shared-libgcc and try?