From: Krzysztof K. <twe...@gm...> - 2012-09-04 17:17:19
|
2012/9/4 Shriramana Sharma <sa...@gm...>: > On Tue, Sep 4, 2012 at 3:47 AM, Johan Engelen > <jbc...@sw...> wrote: >> For Inkscape we use TDM-GCC, http://tdm-gcc.tdragon.net/ , did you try to >> build with that one? > > Any particular reason why TDM GCC and not the official MinGW GCC? TDM-GCC has a version that uses the setjmp/longjmp exception handling method, which is currently the only one that works when throwing across DLL boundaries with a statically-linked libgcc (the default). The official MinGW version uses Dwarf2 exception handling and caused crashes when loading corrupted PNGs. Regards, Krzysztof |