On Wed, 2012-07-11 at 21:11 +0200, Michael Stahl wrote: > On 10/07/12 16:42, Miklos Vajna wrote: > > Hi, > > > > I try to run make check before pushing from time to time (and when it > > fails, I usually refer to Stephan's tinderbox to see if I can ignore the > > failure), but since commit c569add9b9b9e5aadff4b1379d1848c192f027ee, > > make check now fails, even if the mentioned tinderbox has no problem. > > > Thread 1 (Thread 0x2ac447a45700 (LWP 16584)): > > #0 0x00002ac43b556d95 in raise () from /lib64/libc.so.6 > > #1 0x00002ac43b5582ab in abort () from /lib64/libc.so.6 > > #2 0x00002ac43b598700 in malloc_printerr () from /lib64/libc.so.6 > > malloc? perhaps some memory management problem?
Perhaps `make clean` and `make` would suffice. About two months ago (master id 6a64e5b), unit test sal_osl_file failed with malloc_printerr in frame #4 of the backtrace. I found the failing assertion in frame #17 in osl_getNextDirectoryItem(). The frames between had heavily templated classes that I was unable to penetrate. Eventually, I did `make clean` and `make`, and the problem went away. My notes from the time have a disgusted notation "much effort to little end". HTH, Terry. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice