[GSoC] Copying content from one text box to another in svx/ - A failed attempt

Terrence Enger tenger at iseries-guru.com
Mon Jul 14 08:56:39 PDT 2014


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.




More information about the LibreOffice mailing list