After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 521444 - gnumeric crashes when saving to fuse.sshfs mounted filesystem
gnumeric crashes when saving to fuse.sshfs mounted filesystem
Status: RESOLVED DUPLICATE of bug 509883
Product: Gnumeric
Classification: Applications
Component: General
1.8.x
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-03-09 20:30 UTC by Marlon Nelson
Modified: 2008-03-10 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnumeric crash terminal output (21.01 KB, text/plain)
2008-03-09 20:31 UTC, Marlon Nelson
Details
valgrind output (17.96 KB, text/plain)
2008-03-10 00:08 UTC, Marlon Nelson
Details

Description Marlon Nelson 2008-03-09 20:30:46 UTC
running gentoo on a Zonbu laptop
gnumeric 1.8.1
goffice 0.6.1
xfce 4.4.2
sshfs 1.9

see attached terminal output

i'll probably end up reporting this to the sshfs people but i thought i'd try here, first, since the text editor doesn't seem to have any problem doing something similar

i've used sshfs to mount my home directory from my ubuntu 7.10 desktop machine onto my zonbu laptop running gentoo

i can create and save a new spreadsheet on the sshfs

if i try to save it again, or save as an existing file name, i sometimes get the crash shown in the attachment

sometimes i just get the "Operation not permitted" message in a dialog box and in the terminal output
Comment 1 Marlon Nelson 2008-03-09 20:31:26 UTC
Created attachment 106929 [details]
gnumeric crash terminal output
Comment 2 Morten Welinder 2008-03-09 21:48:35 UTC
You are seeing the effects of memory corruption.  Please try running
under valgrind using something like...

G_SLICE=always-malloc valgrind --num-callers=20 /path/to/gnumeric
Comment 3 Marlon Nelson 2008-03-10 00:08:13 UTC
Created attachment 106936 [details]
valgrind output

output from: G_SLICE=always-malloc valgrind --num-callers=20 `which gnumeric` 2>&1 | tee ~/gnumeric.dbg.out

so far, i'm unable to reproduce the crash when using valgrind.  i can only reproduce the "Operation not permitted" error, which is shown in the attachment.

when running gnumeric normally, the crash only happens intermittently.
Comment 4 Morten Welinder 2008-03-10 18:04:41 UTC

*** This bug has been marked as a duplicate of 509883 ***