Re: is 'make check' supposed to work on ~master ?

2012-12-14 Thread John Smith
On Fri, Dec 14, 2012 at 8:00 AM, Noel Grandin wrote: > > On 2012-12-13 19:28, John Smith wrote: >> >> Conditional jump or move depends on uninitialised value(s) > > That looks like you have valgrind enabled, and I don't think all of our unit > tests have been made valgrind-safe yet. > Oh. Well, wh

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread Noel Grandin
On 2012-12-13 19:28, John Smith wrote: Conditional jump or move depends on uninitialised value(s) That looks like you have valgrind enabled, and I don't think all of our unit tests have been made valgrind-safe yet. Disclaimer: http://www.peralex.com/disclaimer.html _

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread John Smith
Well, I re-tried 'make build ; make check' with './configure --disable-online-update'. But I run into the the following : (Maybe I should leave this alone for now ...) [build CUT] sw_subsequent_ooxmlimport ods Test xls Test xlsx Test csv Test ==5755== Conditional jump or move depends on uninit

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread Stephan Bergmann
On 12/13/2012 11:00 AM, Noel Grandin wrote: On 2012-12-13 11:53, Stephan Bergmann wrote: On 12/13/2012 10:37 AM, Noel Grandin wrote: On 2012-12-13 11:35, Stephan Bergmann wrote: In general, the online update mechanism spawns threads that it doesn't properly join again before exit, which is a n

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread John Smith
On Thu, Dec 13, 2012 at 10:35 AM, Stephan Bergmann wrote: > On 12/12/2012 06:36 PM, John Smith wrote: >> >> Im trying to run 'make check' at toplevel on ~master. It fails for me >> at this point (soffice.bin crashes) : >> >> make >> /usr/local/src/libreoffice/workdir/unxlngi6.pro/JunitTest/comphel

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread Noel Grandin
On 2012-12-13 11:53, Stephan Bergmann wrote: On 12/13/2012 10:37 AM, Noel Grandin wrote: On 2012-12-13 11:35, Stephan Bergmann wrote: In general, the online update mechanism spawns threads that it doesn't properly join again before exit, which is a notorious problem with tests (that often run

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread Stephan Bergmann
On 12/13/2012 10:37 AM, Noel Grandin wrote: On 2012-12-13 11:35, Stephan Bergmann wrote: In general, the online update mechanism spawns threads that it doesn't properly join again before exit, which is a notorious problem with tests (that often run quickly enough to terminate soffice.bin while t

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread Noel Grandin
On 2012-12-13 11:35, Stephan Bergmann wrote: In general, the online update mechanism spawns threads that it doesn't properly join again before exit, which is a notorious problem with tests (that often run quickly enough to terminate soffice.bin while the online update check is still in progr

Re: is 'make check' supposed to work on ~master ?

2012-12-13 Thread Stephan Bergmann
On 12/12/2012 06:36 PM, John Smith wrote: Im trying to run 'make check' at toplevel on ~master. It fails for me at this point (soffice.bin crashes) : make /usr/local/src/libreoffice/workdir/unxlngi6.pro/JunitTest/comphelper_complex/done Is that crash reproducible for you? The backtrace doesn

Re: is 'make check' supposed to work on ~master ?

2012-12-12 Thread Noel Grandin
In theory it should work, in practice it's been flakely in the last few weeks. I think it's just a case of nobody has had the time to track down the problems, which mostly seem to be in the Java-based unit tests, which are, not coincidentally, the hardest to debug :-( On 2012-12-12 19:36, Jo

is 'make check' supposed to work on ~master ?

2012-12-12 Thread John Smith
Hi, Im trying to run 'make check' at toplevel on ~master. It fails for me at this point (soffice.bin crashes) : make /usr/local/src/libreoffice/workdir/unxlngi6.pro/JunitTest/comphelper_complex/done Is that 'supposed to work', or should I expect failure(s) ? - John Smith -