pineflash
pineflash copied to clipboard
AppImage crashes with stack smashing
Hi,
I'm running the latest AppImage and it just crashes:
❯ ./pineflash-0.5.5-x86_64.AppImage
*** stack smashing detected ***: terminated
fish: Job 1, './pineflash-0.5.5-x86_64.AppIma…' terminated by signal SIGABRT (Abort)
This is the only stack I get from gdb
Thread 1 (process 13039 "pineflash"):
#0 0x00007ffff7c2f32c in ?? ()
#1 0x00007fffffffd5a4 in ?? ()
#2 0xc9e18ac956d08700 in ?? ()
#3 0x0000000000000006 in ?? ()
#4 0x00007ffff70d2180 in ?? ()
#5 0x00007fffffffd690 in ?? ()
#6 0x00007fffffffd690 in ?? ()
#7 0x00007fffffffd690 in ?? ()
#8 0x00007ffff7bde6c8 in ?? ()
#9 0x00007ffff7d7bb50 in ?? ()
#10 0x00007ffff7bc64b8 in ?? ()
#11 0x0000000000000020 in ?? ()
#12 0x00007ffff7ffe2e0 in environ () from /lib64/ld-linux-x86-64.so.2
#13 0x00007ffff7ffe2e0 in environ () from /lib64/ld-linux-x86-64.so.2
#14 0x00007ffff7e715f0 in ?? ()
#15 0x00007fffffffd5e0 in ?? ()
#16 0x00007ffff7ffe680 in ?? ()
#17 0x0000000000000000 in ?? ()
I'm running this on debian unstable.
Weird, this is likely a problem with the AppImage creation process. I can reproduce this behavior on NixOS 25.05
Can confirm, I'm on Kubuntu 24.10 and it's doing the same here.