On Mon, 2014-07-14 at 16:51 +0200, Matteo Campanelli wrote: > > Here is the seg. fault message: > Program received signal SIGSEGV, Segmentation fault. > 0x00007f5cb26d9b5c in ContentAttribs::GetItem (this=0x99999999999999a1, > nWhich=4006) > at > /home/seriouspillow/Proiects/libreoffice/gsoc/core/editeng/source/editeng/editdoc.cxx:1804 > 1804 if ( pStyle && ( aAttribSet.GetItemState( nWhich, false ) != > SFX_ITEM_ON ) )
The long string of nines looks like the result of reading freed memory in a debug build. valgrind may be able to tell you where the memory was freed, if you have the patience to wait for it. HTH, Terry. _______________________________________________ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice