On Monday 19 of March 2012, Jonathan Adams wrote: > thanks, direct pull from git behaves "correctly" to the same point. > > gdb of core gives this error: > Core was generated by > `/home/sal/LibreOffice/libo/solver/unxsoli/bin/saxparser af_NA > /home/sal/LibreOf'. > Program terminated with signal 11, Segmentation fault. > [New process 83473 ] > [New process 149009 ] > #0 0xfec54eb8 in rtl_uString_release (pThis=0x29) at > /home/sal/LibreOffice/libo/sal/rtl/source/strtmpl.cxx:1043 > 1043 if (SAL_STRING_IS_STATIC (pThis)) > > so I guess there is some kind of corruption in the string "pThis" that > is being passed around.
The this=0x29 suggests that the string is inside another type that is referenced using a null pointer. Check out the gdb backtrace and search for where and why something is called that way. -- Lubos Lunak l.lu...@suse.cz _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice