https://bugs.freedesktop.org/show_bug.cgi?id=42314

Michael Stahl <mst...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mst...@redhat.com

--- Comment #2 from Michael Stahl <mst...@redhat.com> 2012-02-15 09:42:03 PST 
---
stack looks like it crashes in SwDoc::GetFldType on this line,
 probably because pFieldType is 0:

     String aFldName( pFldType->GetName() );

but the field type pointers stored in SwDoc::pFldTypes
are dereferenced without checking all over the place,
so it would be most odd to get a 0 in there.

the offsets in the rest of the back trace are unfortunately
ridiculously large so the functions are probably wrong
(and you'd need built with debug for correct trace).

no idea what could cause this, would need reproducer bugdoc.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to