ifuse icon indicating copy to clipboard operation
ifuse copied to clipboard

SIGABRT: stack smashing detected

Open borisovg opened this issue 5 years ago • 2 comments

ifuse 1.1.3 Debian Sid Linux glossy 5.2.0-3-amd64 #1 SMP Debian 5.2.17-1 (2019-09-26) x86_64 GNU/Linux

$ ifuse -d ~/mnt
*** stack smashing detected ***: <unknown> terminated
Aborted (core dumped)

Installed a bunch of dbgsym packages but backtrace has nothing useful.

Strace output attached.

ifuse_strace.txt

borisovg avatar Oct 03 '19 12:10 borisovg

I'm having the same problem with ifuse 1.1.3 on Debian.

> ifuse --version            
ifuse 1.1.3

> uname -a
Linux MainLinux 5.2.0-3-amd64 #1 SMP Debian 5.2.17-1 (2019-09-26) x86_64 GNU/Linux

> lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux bullseye/sid
Release:        testing
Codename:       bullseye

UPDATE: I have reported this issue to the Debian package maintainer:

It could be that another package is causing the problem:

nzbart avatar Oct 06 '19 06:10 nzbart

Yes, the issue is in libimobiledevice. A rebuild of the Debian package should fix the issue short term (already asked the release team for that at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941793). Longer term, soname update (https://github.com/libimobiledevice/libusbmuxd/issues/81) should be done.

corsac-s avatar Oct 06 '19 07:10 corsac-s