Re: [Libreoffice] Segmentation faults in unit tests

2011-02-14 Thread Caolán McNamara
On Mon, 2011-02-14 at 08:17 +0100, Francois Tigeot wrote: > /bootstrap/clone/impress/sd/qa/unit/../../unxdflyx3.pro/misc/qa_unit" > : > [1] + 21339 suspended (tty output) time gmake > > I have to type fg by hand in the shell to let the process continue. That's a nuisance, doesn't happen on Linu

Re: [Libreoffice] Segmentation faults in unit tests

2011-02-13 Thread Francois Tigeot
On Sun, Feb 13, 2011 at 11:56:21PM +0100, Francois Tigeot wrote: > On Sun, Feb 13, 2011 at 09:30:17PM +, Caolán McNamara wrote: > > > > See > > http://wiki.documentfoundation.org/Development/How_to_debug#Debugging_cppunit_tests There's a problem with the cppunit debugging implementation. Whe

Re: [Libreoffice] Segmentation faults in unit tests

2011-02-13 Thread Francois Tigeot
On Sun, Feb 13, 2011 at 09:30:17PM +, Caolán McNamara wrote: > On Sat, 2011-02-12 at 20:34 +0100, Francois Tigeot wrote: > > LibreOffice builds now run for almost 3 hours before failing on DragonFly. > > The errors are always of the same sort: some kind of segmentation fault > > with an unit te

Re: [Libreoffice] Segmentation faults in unit tests

2011-02-13 Thread Caolán McNamara
On Sat, 2011-02-12 at 20:34 +0100, Francois Tigeot wrote: > LibreOffice builds now run for almost 3 hours before failing on DragonFly. > The errors are always of the same sort: some kind of segmentation fault > with an unit test : See http://wiki.documentfoundation.org/Development/How_to_debug#Deb