FS#35923 - [ifuse] Transport endpoint is not connected

Attached to Project: Community Packages
Opened by Kai Hendry (hendry) - Tuesday, 25 June 2013, 09:59 GMT
Last edited by Federico Cinelli (Cinelli) - Wednesday, 06 November 2013, 21:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Federico Cinelli (Cinelli)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 3
Private No

Details

Description: Mounting my Iphone5 used to work. Now I get:

[ 35.048297] fuse init (API version 7.21)
[ 35.049453] ifuse[1676]: segfault at a930 ip 00007f58f1477c05 sp 00007f58ef775cf8 error 4 in libimobiledevice.so.4.0.1[7f58f146b000+1a000]
x220:~$ sudo ls /mnt/iphone
ls: cannot access /mnt/iphone: Transport endpoint is not connected




Additional info:
* 1.1.2-4


Steps to reproduce:

sudo ifuse /mnt/iphone
This task depends upon

Closed by  Federico Cinelli (Cinelli)
Wednesday, 06 November 2013, 21:21 GMT
Reason for closing:  Fixed
Additional comments about closing:  patched
Comment by Kooothor (Kooothor) - Thursday, 27 June 2013, 12:05 GMT
Hello,

I have the same problem :

ifuse[6607]: segfault at 1fb0 ip 00007f80bd94cc05 sp 00007f80bbc4acf8 error 4 in libimobiledevice.so.4.0.1[7f80bd940000+1a000]
and the «Transport endpoint is not connected» message.
Comment by Jan de Groot (JGC) - Friday, 28 June 2013, 10:24 GMT
ifuse needs a post-release commit to work with latest libimobiledevice:
http://cgit.sukimashita.com/ifuse.git/commit/?id=9ac32aa3cb2ed5242c0fe3c58ef5f571bf2b95d7
Comment by Kooothor (Kooothor) - Friday, 28 June 2013, 11:34 GMT
Thank you Jan for finding that out.
I'll wait for an update, then :)
Comment by Kooothor (Kooothor) - Thursday, 04 July 2013, 14:28 GMT
Indeed, compiling with the latest commit from git works fine :)

* git clone http://cgit.sukimashita.com/ifuse.git
* cd ifuse; ./autogen.sh
* ./configure
* make
* sudo src/ifuse /media/idevice
Comment by TheNumb (thenumb) - Sunday, 03 November 2013, 08:22 GMT
A quick patch from master should do the trick.

Loading...