On 14.08.2015 12:39, Pranav Kant wrote: > Hi, > > I have been facing difficulty with this test. It's second time it failed > reliably on my machine. I will eventually do a full rebuild after `git > clean -xdf` tonight, though. Here's the core dump[1][2]. If anyone can > find something fishy in this, that would be great. > > Thanks. > > [1] http://fpaste.org/254988/52424314/ > [2] https://pranvk.fedorapeople.org/files/dump.txt
> Program received signal SIGABRT, Aborted. > [Switching to Thread 0x2aaac8f6f700 (LWP 26963)] > 0x00002aaaab5a3a98 in raise () from /lib64/libc.so.6 > #0 0x00002aaaab5a3a98 in raise () at /lib64/libc.so.6 > #1 0x00002aaaab5a572a in abort () at /lib64/libc.so.6 > #2 0x00002aaaab5f1b49 in free_check () at /lib64/libc.so.6 > #3 0x00002aaaab5f2f47 in free () at /lib64/libc.so.6 > #4 0x00002aaac2d886a4 in (anonymous namespace)::threadStart(void*) > (arg=0x2aaac036be50) at ../src/jrd/ThreadStart.cpp:138 > #5 0x00002aaaabb3a555 in start_thread () at /lib64/libpthread.so.0 > #6 0x00002aaaab670f3d in clone () at /lib64/libc.so.6 so this is a thread launched by firebird code, you'd have to debug that to find out what the problem is... (or use --disable-firebird-sdbc, it's experimental anyway). _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
