https://bugs.kde.org/show_bug.cgi?id=500570

--- Comment #87 from caulier.gil...@gmail.com ---
>The stack trace isn't showing line details for
>DNNSFaceExtractor::getFaceEmbedding.  Is it possible that not all digiKam code
>is being built with debug symbols?  It would be useful to know which line in
>DNNSFaceExtractor::getFaceEmbedding is throwing the error.

Hi Michael,

The debug Windows installer come with all debug symbols in digikamcore,
digikamdatabase, and digikamgui dlls. All other object do not have debug
symbols to prevent huge size of the installer limited to 2Gb (32 bits NSIS
problem not yet solved).

Don't forget that when a exception happen, the debuger backtrace can be broken,
corrupted, lost, especially at race condition issues in multithreading context.

Also if the problem come from OpenCV and al, there is no debug symbols in the
bundle.

Best
Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to