https://bugs.kde.org/show_bug.cgi?id=453225
Bug ID: 453225 Summary: Crash on launch, SIGSEGV Product: filelight Version: 22.04.0 Platform: Other OS: Linux Status: REPORTED Severity: crash Priority: NOR Component: general Assignee: martin.sandsm...@kde.org Reporter: bribb...@disroot.org Target Milestone: --- SUMMARY Filelight for a while has been crashing on launch (definitely already did on 21.12 as well), seemingly with SIGSEGV. Backtrace: Thread 1 "filelight" received signal SIGSEGV, Segmentation fault. 0x000055555556bed2 in sincos (angleRadians=1.014472627721704, Sin=0x7fffff7ff038, Cos=0x7fffff7ff030) at /home/buildozer/aports/community/filelight/src/filelight-22.04.0/src/radialMap/sincos.h:23 23 /home/buildozer/aports/community/filelight/src/filelight-22.04.0/src/radialMap/sincos.h: No such file or directory. (gdb) bt #0 0x000055555556bed2 in sincos (angleRadians=1.014472627721704, Sin=0x7fffff7ff038, Cos=0x7fffff7ff030) at /home/buildozer/aports/community/filelight/src/filelight-22.04.0/src/radialMap/sincos.h:23 #1 0x000055555556bed7 in sincos (angleRadians=<optimized out>, Sin=0x7fffff7ff068, Cos=0x7fffff7ff060) at /home/buildozer/aports/community/filelight/src/filelight-22.04.0/src/radialMap/sincos.h:23 #2 0x000055555556bed7 in sincos (angleRadians=<optimized out>, Sin=0x7fffff7ff098, Cos=0x7fffff7ff090) at /home/buildozer/aports/community/filelight/src/filelight-22.04.0/src/radialMap/sincos.h:23 (this goes on forever) STEPS TO REPRODUCE 1. Launch Filelight OBSERVED RESULT Filelight crashes just after the window has launched EXPECTED RESULT Filelight to not crash, obviously SOFTWARE/OS VERSIONS Linux/KDE Plasma: Alpine Linux edge (available in About System) KDE Plasma Version: 5.24.4 KDE Frameworks Version: 5.93.0 Qt Version: 5.15.3 with KDE patches ADDITIONAL INFORMATION This system uses Musl libc which seems to be where it goes wrong. https://invent.kde.org/utilities/filelight/-/blob/master/src/radialMap/sincos.h reveals it checks if it's not running on Glibc which in this case is true. qmath.h is provided by qt5-qtbase, but I'm not sure it's looking at the right location for it. -- You are receiving this mail because: You are watching all bug changes.