Opened 15 years ago

Closed 15 years ago

#17091 closed defect (fixed)

sshfs-1.9: Bus Error on OS 10.5.5 (intel)

Reported by: borcec01@… Owned by: kballard (Lily Ballard)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: sshfs-1.9 "bus error" Cc: mf2k (Frank Schima)
Port: sshfs

Description

sshfs doesn't seem to work on my system:

dropdeer:~ calin$ sshfs calin@box.local:/
calin@box.local's password: 
Bus error

I'm running OS 10.5.5 on an Intel Core Duo.

I've tried reinstalling sshfs/macfuse. My currently installed versions are:

dropdeer:~ root# port list sshfs macfuse libfuse
sshfs                          @1.9            fuse/sshfs
macfuse                        @1.7            fuse/macfuse
libfuse                        @2.7.1          fuse/libfuse

I've also run sshfs in gdb and it produced the following backtrace after the bus error:

(gdb) where
#0  0x9010045b in hash_search ()
#1  0x000367b4 in fuse_kern_mount ()
#2  0x00030f12 in fuse_mount_compat25 ()
#3  0x00030f65 in fuse_mount_common ()
#4  0x00030fed in fuse_setup_common ()
#5  0x000310e5 in fuse_main_common ()
#6  0x00031182 in fuse_main_real ()
#7  0x00002c57 in sshfs_fuse_main ()
#8  0x00004f0f in main ()

Hopefully some of this information will be useful in replicating the error.

Change History (7)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to eridius@…

Assigning to maintainer.

comment:2 in reply to:  description Changed 15 years ago by borcec01@…

Replying to borcec01@…:

I think this is an issue with the macports version of macfuse. I managed to get sshfs working on my machine by: 1: Uninstalling the macports macfuse 2: Installing the .pkg from the macfuse website. 3: Building/installing sshfs and sshfs-gui with 'port -nf'.

comment:3 Changed 15 years ago by mf2k (Frank Schima)

Cc: macsforever2000@… added

Cc Me!

comment:4 Changed 15 years ago by jmroot (Joshua Root)

Note that (a) port list shows the version in the index, not the version you have installed; (b) the libfuse port is obsolete; and (c) macfuse was updated a couple weeks ago in r43046.

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:6 Changed 15 years ago by mf2k (Frank Schima)

Is this still a problem with the latest macfuse?

comment:7 Changed 15 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Closing due to lack of response by reporter and it works for me now.

Note: See TracTickets for help on using tickets.