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

--- Comment #7 from Julien Nabet <[email protected]> ---
Created attachment 149859
  --> https://bugs.documentfoundation.org/attachment.cgi?id=149859&action=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I had an assert.
This one is related to the crash since we got:
1376        if ( count < 0 || beginIndex < 0 || beginIndex + count >
pFrom->length )
1377        {
1378            assert(false); // fail fast at least in debug builds
1379            IMPL_RTL_STRINGNAME( newFromLiteral )( ppThis, "!!br0ken!!",
10, 0 );
1380            return;
1381        }

-- 
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