[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #34 from chuck.pob...@gmail.com --- Might this kernel bug be related? bugzilla.kernel.org/show_bug.cgi?id=201893 -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #33 from Mike Kaganski --- FTR: https://gerrit.libreoffice.org/c/core/+/81931 is a patch to workaround this, which was abandoned because of course this should be fixed in the kernel. -- You are receiving this mail because:

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #32 from Mike Kaganski --- (In reply to Theofilos Intzoglou from comment #30) > (In reply to Stephan Bergmann from comment #29) > > (In reply to Theofilos Intzoglou from comment #27) > > > int main(void) { > > > int fd; >

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #31 from Stephan Bergmann --- (In reply to Theofilos Intzoglou from comment #30) > (In reply to Stephan Bergmann from comment #29) > > The return type of pread64 is ssize_t, not int. > > Indeed but it gives the same result.

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #30 from Theofilos Intzoglou --- (In reply to Stephan Bergmann from comment #29) > (In reply to Theofilos Intzoglou from comment #27) > > int main(void) { > > int fd; > > struct stat statbuf; > > int res; > >

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #29 from Stephan Bergmann --- (In reply to Theofilos Intzoglou from comment #27) > int main(void) { > int fd; > struct stat statbuf; > int res; > char buf[4096]; > > fd = openat(AT_FDCWD,

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #28 from Julien Nabet --- (In reply to Theofilos Intzoglou from comment #27) > ... > The error is reported successfully as it seems. nrc is an unsigned int as it > is declared as an sal_uInt64 so the 4294967283 value is

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #27 from Theofilos Intzoglou --- I created a sample c program to test if the samba server or client reports something wrong when a file is open: #include #include #include #include #include #include #include #include

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2020-03-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #26 from s...@poldinet.de --- I am wondering if anyone reported this to bugzilla.kernel.org or one of the developers directly yet? Couldn't find anything related on bugzilla. -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #25 from Pasaiako Udala --- Thanks Jan for your work, can you post the bugzilla url to track it when you report it? We are very interested to know when this bug will be fixed -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #24 from Jan --- (In reply to Stephan Bergmann from comment #22) > (Jan, I assume you pass this on as appropriate? In which case, thank you, > and would be great if you could add a link here or report back any findings.) Did

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #23 from Roman Kuznetsov <79045_79...@mail.ru> --- someone already sent it into linux kernel bugzilla? -- You are receiving this mail because: You are the assignee for the bug.___

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #22 from Stephan Bergmann --- (In reply to Jan from comment #19) > All right, so you mean it is a client side kernel bug of cifs kernel module ? > Or Server side bug samba4 / btrfs? Hard to tell. I would start by reporting

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #21 from Mike Kaganski --- Looking at attachment 154334, it might be https://opengrok.libreoffice.org/xref/core/ucb/source/ucp/file/filinpstr.cxx?r=c920592d#92 -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #20 from Mike Kaganski --- Worth reporting to the problematic project (which?). Does that value reach LO code? In which case, it could be worth a workaround checking if the reported read size is greater than asked size? --

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #19 from Jan --- (In reply to Stephan Bergmann from comment #18) > (In reply to Jan from comment #17) > > Created attachment 155456 [details] > > strace with debug build > > So that's a kernel bug: Great investigation ! All

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Stephan Bergmann changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #17 from Jan --- Created attachment 155456 --> https://bugs.documentfoundation.org/attachment.cgi?id=155456=edit strace with debug build -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #16 from Stephan Bergmann --- (In reply to Jan from comment #15) > Created attachment 155452 [details] > gdb output of nBytesToRead and nrc (gdb) print nrc $2 = 4294967283 is clearly bogus. Maybe an strace log helps

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Jan changed: What|Removed |Added Attachment #155436|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #14 from Stephan Bergmann --- (In reply to Jan from comment #13) > Comment on attachment 155436 [details] > debug build backtrace > > i managed to compile a debug build, any new info in this backtrace? > How to get the

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #13 from Jan --- Comment on attachment 155436 --> https://bugs.documentfoundation.org/attachment.cgi?id=155436 debug build backtrace i managed to compile a debug build, any new info in this backtrace? How to get the values

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #12 from Jan --- Created attachment 155436 --> https://bugs.documentfoundation.org/attachment.cgi?id=155436=edit debug build backtrace -- You are receiving this mail because: You are the assignee for the

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-10-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #11 from Stephan Bergmann --- (In reply to Pasaiako Udala from comment #10) > we are having this issue all the time. How can we send you the info you > need? what can we do? Do a build of LO (see

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-10-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #10 from Pasaiako Udala --- (In reply to Stephan Bergmann from comment #9) > Unfortunately, I cannot reproduce this issue. If somebody who can reproduce > it has a debug build, it would be interesting to learn the values of

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #9 from Stephan Bergmann --- Unfortunately, I cannot reproduce this issue. If somebody who can reproduce it has a debug build, it would be interesting to learn the values of nBytesToRead and nrc in the crashing call to

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #8 from Stephan Bergmann --- (In reply to Julien Nabet from comment #6) > I noticed this function: (in ucb/source/ucp/file/filinpstr.cxx) > 117 sal_Int32 SAL_CALL > 118 XInputStream_impl::readBytes( > 119

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #7 from Jan --- Created attachment 154344 --> https://bugs.documentfoundation.org/attachment.cgi?id=154344=edit this shows LO on Linux when file is locked by LO in Windows Thanks a lot, it seems my samba blocks access to

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Jan changed: What|Removed |Added Attachment #154344|text/plain |image/png mime type|

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Julien Nabet changed: What|Removed |Added Ever confirmed|1 |0 CC|

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Jan changed: What|Removed |Added Attachment #154332|0 |1 is obsolete|

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #4 from Julien Nabet --- Would it be possible you upgrade to 6.3.1 by using LO ppa and provide a backtrace with this version? Indeed, investigating on an obsolete version is not very relevant. -- You are receiving this mail

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #3 from Jan --- Created attachment 154332 --> https://bugs.documentfoundation.org/attachment.cgi?id=154332=edit gdbtrace-6.0.7-0ubuntu0.18.04.9.log I followed this guide to get all ubuntu debug symbols for Build-ID:

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Jan changed: What|Removed |Added Attachment #154302|libreoffice crashes |libreoffice description|immediatly

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Julien Nabet changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 Aron Budea changed: What|Removed |Added CC||ba...@caesar.elte.hu

[Libreoffice-bugs] [Bug 127648] LO on Linux crashes when accessing opend/locked File on SAMBA network share

2019-09-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127648 --- Comment #1 from Jan --- Created attachment 154302 --> https://bugs.documentfoundation.org/attachment.cgi?id=154302=edit libreoffice crashes immediatly aber accessing a locked file -- You are receiving this mail because: You are