https://bugs.documentfoundation.org/show_bug.cgi?id=105011

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #1 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Interesting part is:
#5  0x00002aaab055f81e in rtl::OUString::copy (this=0x7fffffff29d0,
beginIndex=3, count=-4) at
/home/julien/lo/libreoffice/include/rtl/ustring.hxx:2223
#6  0x00002aaab070acd2 in (anonymous namespace)::GetContentPart
(_rRawString="[email protected]", _rPartId="CN")
    at /home/julien/lo/libreoffice/sfx2/source/dialog/dinfdlg.cxx:748
#7  0x00002aaab070dd85 in SfxDocumentPage::ImplUpdateSignatures
(this=0x55555ca2e0b0) at
/home/julien/lo/libreoffice/sfx2/source/dialog/dinfdlg.cxx:901


#6  0x00002aaab070acd2 in (anonymous namespace)::GetContentPart
(_rRawString="[email protected]", _rPartId="CN")
    at /home/julien/lo/libreoffice/sfx2/source/dialog/dinfdlg.cxx:748
748                 s = _rRawString.copy( nContStart, nContEnd - nContStart );
(gdb) p nContEnd
$1 = -1
(gdb) p nContStart
$2 = 3
(gdb) p _rRawString
$3 = "[email protected]"

See
http://opengrok.libreoffice.org/xref/core/sfx2/source/dialog/dinfdlg.cxx#736

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to