Comment 23 for bug 1069757

Revision history for this message
In , Michael Meeks (michael-meeks) wrote :

primes2h: that is annoying, can you do:

pkill -9 -f soffice.bin
strace -f -ttt -s 256 -o /tmp/slog soffice

And then try to save a blank file as some well known name eg. "foobaa.odt" on a gvfs samba share.

Then kill it (ctrl-c is good) - and gzip / attach /tmp/slog :-)

I imagine there is some obscure / odd system error returned via FUSE for that that we are not handling properly ... it'd be great to find out what it is.

Thanks !