https://bugs.kde.org/show_bug.cgi?id=399923
--- Comment #88 from timo...@zoho.com --- Ran it again, got `SIGABRT` this time. No `Wrong function called` in the logs. > digikam.general: Using 4 CPU core to run threads > digikam.general: Action Thread run 1 new jobs > digikam.dimg: "/home/timo/Pictures/pictures/Pictures/[...]/IMG_2038.jpg" : > JPEG file identified > digikam.general: Check for finish: 51 packages, 0 infos to filter, > hasFinished() false > digikam.general: Removing old entries () > double free or corruption (out) > digikam.database: " ( ( (ImageTagProperties.tagid=? OR > ImageTagProperties.tagid IN (SELECT id FROM TagsTree WHERE pid=?)) AND > ImageTagProperties.property=? ) OR ( (ImageTagProperties.tagid=? OR > ImageTagProperties.tagid IN (SELECT id FROM TagsTree WHERE pid=?)) AND > ImageTagProperties.property=? ) OR ( (ImageTagProperties.tagid=? OR > ImageTagProperties.tagid IN (SELECT id FROM TagsTree WHERE pid=?)) AND > ImageTagProperties.property=? ) ) " > digikam.database: Search query: > "SELECT DISTINCT Images.id, Images.name, Images.album, > Albums.albumRoot, ImageInformation.rating, Images.category, > ImageInformation.format, ImageInformation.creationDate, > Images.modificationDate, Images.fileSize, ImageInformation.width, > ImageInformation.height, ImageTagProperties.value, > ImageTagProperties.property, ImageTagProperties.tagid FROM Images > INNER JOIN ImageTagProperties ON ImageTagProperties.imageid=Images.id > LEFT JOIN ImageInformation ON Images.id=ImageInformation.imageid INNER > JOIN Albums ON Albums.id=Images.album WHERE Images.status=1 AND ( > ( ( (ImageTagProperties.tagid=? OR ImageTagProperties.tagid IN (SELECT id > FROM TagsTree WHERE pid=?)) AND ImageTagProperties.property=? ) OR ( > (ImageTagProperties.tagid=? OR ImageTagProperties.tagid IN (SELECT id FROM > TagsTree WHERE pid=?)) AND ImageTagProperties.property=? ) OR ( > (ImageTagProperties.tagid=? OR ImageTagProperties.tagid IN (SELECT id FROM > TagsTree WHERE pid=?)) AND ImageTagProperties.property=? ) ) );" > (QVariant(int, 275), QVariant(int, 275), QVariant(QString, > "autodetectedPerson"), QVariant(int, 275), QVariant(int, 275), > QVariant(QString, "autodetectedFace"), QVariant(int, 275), QVariant(int, > 275), QVariant(QString, "tagRegion")) > > Thread 3775 "Thread (pooled)" received signal SIGABRT, Aborted. > [Switching to Thread 0x7fff36042700 (LWP 7943)] > 0x00007fffe69abbe0 in raise () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 > (gdb) bt > #0 0x00007fffe69abbe0 in raise () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 > #1 0x00007fffe69acdc1 in abort () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 > #2 0x00007fffe69ed2ac in __libc_message () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 > #3 0x00007fffe69f349a in malloc_printerr () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 > #4 0x00007fffe69f43e0 in _int_free () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 > #5 0x00007ffff63b00dd in Digikam::DImg::rotate (this=0x40d91f8, > angle=angle@entry=Digikam::DImg::ROT90) at > /home/timo/tmp/source/core/libs/dimg/dimg.cpp:2329 > #6 0x00007ffff63b0317 in Digikam::DImg::rotateAndFlip > (this=this@entry=0x40d91f8, orientation=<optimized out>) at > /home/timo/tmp/source/core/libs/dimg/dimg.cpp:2653 > #7 0x00007ffff647ffba in Digikam::LoadSaveThread::exifRotate (image=..., > filePath=...) at > /home/timo/tmp/source/core/libs/threadimageio/fileio/loadsavethread.cpp:335 > #8 0x00007ffff646896d in Digikam::PreviewLoadingTask::execute > (this=0x40d9000) at > /home/timo/tmp/source/core/libs/threadimageio/preview/previewtask.cpp:402 > #9 0x00007ffff647fd3e in Digikam::LoadSaveThread::run (this=0x46f5830) at > /home/timo/tmp/source/core/libs/threadimageio/fileio/loadsavethread.cpp:133 > #10 0x00007ffff64a213e in Digikam::DynamicThread::Private::run > (this=0x3fba940) at > /home/timo/tmp/source/core/libs/threads/dynamicthread.cpp:183 > #11 0x00007fffe958e602 in ?? () from > /nix/store/r6n4b9crppc0rmrr2z46xkqa87agydqy-qtbase-5.11.1/lib/libQt5Core.so.5 > #12 0x00007fffe959712b in ?? () from > /nix/store/r6n4b9crppc0rmrr2z46xkqa87agydqy-qtbase-5.11.1/lib/libQt5Core.so.5 > #13 0x00007ffff51fa5a7 in start_thread () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libpthread.so.0 > #14 0x00007fffe6a6922f in clone () from > /nix/store/g2yk54hifqlsjiha3szr4q3ccmdzyrdv-glibc-2.27/lib/libc.so.6 -- You are receiving this mail because: You are watching all bug changes.