https://bugs.kde.org/show_bug.cgi?id=469960
--- Comment #10 from caulier.gil...@gmail.com --- It's must be not exactly the same size. The debug must be a little bit larger. But i agree, in fact if all debug symbols are present in all internal libs, plugins and executable from digiKam (not the dependencies), the size of the bundle will be largest than 2Gb, and NSIS is not able to package more than 2GB (it crash, it's limitation of Windows API used internally, eg the win32 stuff of course)... So, i created the bundle with just the minimum of debug symbols, using the mingw-strip tool to drop the object. The error report by windows at run time is probably due to a chunk of symbols to much dropped from the binaries. I will double check this point this evening. Gilles -- You are receiving this mail because: You are watching all bug changes.