https://bugs.kde.org/show_bug.cgi?id=498074
--- Comment #11 from frankoz95967...@gmail.com --- I re-ran with valgrind to see if it was a heap problem. $ valgrind --leak-check=yes digikey Strangely the program did not crash - i ran slide show for the last 30 or so images. Then closed the program Here are the last couple of lines from the valgrind log ==17081== 1,869,504 bytes in 428 blocks are possibly lost in loss record 184,006 of 184,051 ==17081== at 0x48447A8: malloc (vg_replace_malloc.c:446) ==17081== by 0x43099586: sqlite3MemMalloc.lto_priv.0 (sqlite3.c:26991) ==17081== by 0x43095478: UnknownInlinedFun (sqlite3.c:30725) ==17081== by 0x43095478: UnknownInlinedFun (sqlite3.c:30771) ==17081== by 0x43095478: sqlite3Malloc.lto_priv.0 (sqlite3.c:30765) ==17081== by 0x430A5BCD: pcache1Alloc.lto_priv.0 (sqlite3.c:55620) ==17081== by 0x430A60E7: UnknownInlinedFun (sqlite3.c:55708) ==17081== by 0x430A60E7: pcache1FetchStage2 (sqlite3.c:56179) ==17081== by 0x430A9DB0: UnknownInlinedFun (sqlite3.c:54743) ==17081== by 0x430A9DB0: getPageNormal.lto_priv.0 (sqlite3.c:62742) ==17081== by 0x430B134E: UnknownInlinedFun (sqlite3.c:62934) ==17081== by 0x430B134E: getAndInitPage.lto_priv.0 (sqlite3.c:73051) ==17081== by 0x430B5021: moveToChild.lto_priv.0 (sqlite3.c:76082) ==17081== by 0x430B5328: moveToLeftmost.lto_priv.0 (sqlite3.c:76263) ==17081== by 0x430B562A: sqlite3BtreeTableMoveto.lto_priv.0 (sqlite3.c:76427) ==17081== by 0x430C554F: sqlite3VdbeFinishMoveto.lto_priv.0 (sqlite3.c:88773) ==17081== by 0x430D265F: sqlite3VdbeExec.lto_priv.0 (sqlite3.c:96390) ==17081== ==17081== LEAK SUMMARY: ==17081== definitely lost: 103,544 bytes in 149 blocks ==17081== indirectly lost: 21,171 bytes in 243 blocks ==17081== possibly lost: 10,273,935 bytes in 7,754 blocks ==17081== still reachable: 898,717,786 bytes in 3,982,500 blocks ==17081== of which reachable via heuristic: ==17081== length64 : 10,776 bytes in 276 blocks ==17081== newarray : 22,605,456 bytes in 141,570 blocks ==17081== multipleinheritance: 813,600 bytes in 1,164 blocks ==17081== suppressed: 244 bytes in 5 blocks ==17081== Reachable blocks (those to which a pointer was found) are not shown. ==17081== To see them, rerun with: --leak-check=full --show-leak-kinds=all ==17081== ==17081== Use --track-origins=yes to see where uninitialised values come from ==17081== For lists of detected and suppressed errors, rerun with: -s ==17081== ERROR SUMMARY: 78757 errors from 3237 contexts (suppressed: 2 from 2) -- You are receiving this mail because: You are watching all bug changes.