Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-26 Thread Crhonek Zdenek
On 26. 02. 18 17:52, Miklos Vajna wrote: Hi, On Mon, Feb 26, 2018 at 05:46:10PM +0100, Michael Stahl wrote: i wonder what this is waiting on? DNS maybe? Ah, great hint. [ ... ] #12 0x2b2b5282b235 in utl::MediaDescriptor::impl_openStreamWithURL(rtl::OUString

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-26 Thread Miklos Vajna
Hi, On Mon, Feb 26, 2018 at 05:46:10PM +0100, Michael Stahl wrote: > i wonder what this is waiting on? DNS maybe? Ah, great hint. > > [ ... ] > > > #12 0x2b2b5282b235 in > > utl::MediaDescriptor::impl_openStreamWithURL(rtl::OUString const&, bool) > >

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-26 Thread Michael Stahl
On 26.02.2018 16:50, Miklos Vajna wrote: > Hi Michael, > > On Fri, Feb 23, 2018 at 01:54:05PM +0100, Michael Stahl > wrote: >> in the one case i've debugged the exception (and also, assert about >> disposed window during shutdown) was caused by a hang in the >>

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-26 Thread Miklos Vajna
Hi Michael, On Fri, Feb 23, 2018 at 01:54:05PM +0100, Michael Stahl wrote: > in the one case i've debugged the exception (and also, assert about > disposed window during shutdown) was caused by a hang in the > SvpSalInstance::DoReleaseYield, with 2 threads blocked in poll. >

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-25 Thread slacka
I experienced this hang today in UITest_writerperfect_epubexport on a clean build. A subsequent clean build on the same revision succeeded. This appears to be a intermittent issue. -- Sent from: http://nabble.documentfoundation.org/Dev-f1639786.html

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-23 Thread Michael Stahl
On 20.02.2018 18:41, Stephan Bergmann wrote: > On 18.02.2018 02:08, Markus Mohrhard wrote: >> For now I pushed a patch that will let the tests fail instead of being >> stuck. > > > > "uitest:

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-21 Thread Stephan Bergmann
On 21.02.2018 13:16, Markus Mohrhard wrote: On Wed, Feb 21, 2018 at 9:49 AM, Stephan Bergmann > wrote: filed > "Revert 'uitest: add timeout for

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-21 Thread Markus Mohrhard
Hey, On Wed, Feb 21, 2018 at 9:49 AM, Stephan Bergmann wrote: > On 20.02.2018 18:41, Stephan Bergmann wrote: > >> On 18.02.2018 02:08, Markus Mohrhard wrote: >> >>> For now I pushed a patch that will let the tests fail instead of being >>> stuck. >>> >> >>

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-21 Thread Noel Grandin
On 20 February 2018 at 10:12, Stephan Bergmann wrote: > On 17.02.2018 07:54, Noel Grandin wrote: > >> at the very least we should make that wait command use a timeout, and >> fail the test, rather than hanging indefinitely​ >> > > As long as its unclear what the underlying

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-21 Thread Stephan Bergmann
On 20.02.2018 18:41, Stephan Bergmann wrote: On 18.02.2018 02:08, Markus Mohrhard wrote: For now I pushed a patch that will let the tests fail instead of being stuck. "uitest: add timeout for

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-20 Thread Stephan Bergmann
On 18.02.2018 02:08, Markus Mohrhard wrote: For now I pushed a patch that will let the tests fail instead of being stuck. "uitest: add timeout for blocking actions", I assume. Should we revert

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-20 Thread Stephan Bergmann
On 17.02.2018 07:54, Noel Grandin wrote: at the very least we should make that wait command use a timeout, and fail the test, rather than hanging indefinitely​ As long as its unclear what the underlying problem is, what benefit does it have to add a timeout failure path in the test? Without

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-19 Thread Michael Stahl
On 18.02.2018 02:08, Markus Mohrhard wrote: > > For now I pushed a patch that will let the tests fail instead of being > stuck. the good news is the patch does appear to work, the bad news is that 3 of 6 jenkins builds failed for me today like this:

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-17 Thread Markus Mohrhard
Hey, On Tue, Jan 23, 2018 at 9:18 AM, Miklos Vajna wrote: > Hi Markus, > > I've added UITest_writerperfect_epubexport a while ago, and while I did > not see it hanging in the recent past, both Noel and Stephan run into > a hang of it from time to time. > > The code is

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-16 Thread Noel Grandin
at the very least we should make that wait command use a timeout, and fail the test, rather than hanging indefinitely​ ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-02-16 Thread Stephan Bergmann
On 31.01.2018 11:20, Stephan Bergmann wrote: On 23.01.2018 09:18, Miklos Vajna wrote: I've added UITest_writerperfect_epubexport a while ago, and while I did not see it hanging in the recent past, both Noel and Stephan run into a hang of it from time to time. The code is here:

Re: UITest_writerperfect_epubexport hang (only sometimes)

2018-01-31 Thread Stephan Bergmann
On 23.01.2018 09:18, Miklos Vajna wrote: I've added UITest_writerperfect_epubexport a while ago, and while I did not see it hanging in the recent past, both Noel and Stephan run into a hang of it from time to time. The code is here: writerperfect/qa/uitest/epubexport/epubexport.py The

UITest_writerperfect_epubexport hang (only sometimes)

2018-01-23 Thread Miklos Vajna
Hi Markus, I've added UITest_writerperfect_epubexport a while ago, and while I did not see it hanging in the recent past, both Noel and Stephan run into a hang of it from time to time. The code is here: writerperfect/qa/uitest/epubexport/epubexport.py The backtrace always looks like this: