Created attachment 71435 [details] part of kern.log Problem description: freeze splash (soffice.bin) when i try open file located on samba share. And i can not to kill it Steps to reproduce: 1. My Xubuntu starts. And autostart:thunderbird, psi-plus, gigolo(whith automount samba shares), remmina 2. I open gigolo window, open share, click on file (some.ods) 3. Appears libreoffice splash.. that`s all. 4. I trying kill process soffice.bin (as user & as root) but it is. Current behavior: Reboot computer. I copy file to my computer and open. All fine. or reboot, just open libreoffice blank. Then drag&drop file from thunar window. libre ask me password, I enter password and document opens. Expected behavior: I want that file opens with double click Operating System: Ubuntu Last worked in: 3.3.4 release
Unusual interaction with the Ubuntu kernel / fuse module - Bjoern - can you chase ?
What precise version of Ubuntu are you using ? and could you do: pkill -9 -f soffice.bin strace -f -ttt -s 256 -o /tmp/slog soffice -writer and gzip & attach the /tmp/slog as/when it has frozen for a bit ? Thanks ! :-)
possibly related to bug#58320
taking over, waiting for log ...
Created attachment 72467 [details] slog openoffice smb problem Same problem, Ubuntu 12.10, libreoffice 1:3.6.2~rc2-0ubuntu4 I created this slog following instruction in comment #2 Slog from reporter at https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1070963
deadlock during startup sounds like bug 33484; can you try if it still happens in a 4.0 RC2 or later build or a build from the 3.6 branch that is newer than 3.6.5 release?
Can you test again with a LibreOffice 4.0.2 pre-release from: http://www.libreoffice.org/download/pre-releases/ My hope is that this is another dup of bug#54275 or bug#59022 - both fixed there. Thanks.
Hello. Im using Linux Mint 14 Mate. LibreOffice 3.6 right now, but tried with newest version 4.0 and had same problem. With some computers when i try to open any LO Calc or Writer files in samba server LibreOffice freezes during splash screen. Not everytime, sometimes i need to open that file 10 or more times until it freezes. After freeze i cannot kill soffice.bin process it becomes zombie and only reboot helps. I can still open any Calc or Writer files on my computer, but it doesnt start samba. I just noticed that, if i kill process "gvfs-fuse", the "soffice.bin" process dissapears. But after that i need to reboot pc anyway, because samba doesnt work proberly, i get another error if i try to open something.
I just managed to avoid rebooting pc. At first i killed oosplash process (libre office splash screen), then unmounted samba server volume, by rightclicking on it on desktop and pressing unmount. soffice.bin process dissapeared and now i can open that file on samba until it freezes again.
3126 1357235495.356292 connect(3, {sa_family=AF_FILE, path="/tmp/OSL_PIPE_1000_SingleOfficeIPC_29564c0f238622cbf196bdbd1cd3df2"}, 110) = 0 3126 1357235495.377358 getcwd("/home/zuidj", 4096) = 12 3126 1357235495.377474 write(3, "InternalIPC::Arguments1file:///home/zuidj,-writer\0", 50) = 50 3126 1357235495.377543 read(3, <unfinished ...> 3138 1357235505.351796 <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out) 3138 1357235505.351887 gettimeofday({1357235505, 351902}, NULL) = 0 Looks like some IPC evil to the factory process - which is failing to respond. You'd need to pkill -9 -f soffice.bin before running to get a better strace. Thanks ! :-)
possible another fallout from fdo bug 67527?
(In reply to comment #11) > possible another fallout from fdo bug 67527? Sounds very much like <https://bugzilla.redhat.com/show_bug.cgi?id=885156> "Libreoffice locks up when opening Microsoft Office file over SMB share," where LO locks up when it is called with a /run/user/*/gvfs/smb-share:... pathname rather than an smb:... URL.
Closing remaining issues as dupe of 67527. *** This bug has been marked as a duplicate of bug 67527 ***