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

            Bug ID: 87968
           Summary: Assertion failed: false, file
                    /tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.3.5.2
                    /sal/rtl/strtmpl.cxx, line 1231, function
                    rtl_uString_newFromSubStrin
           Product: LibreOffice
           Version: 4.3.5.2 release
          Hardware: x86 (IA32)
                OS: Solaris
            Status: UNCONFIRMED
          Severity: critical
          Priority: medium
         Component: Spreadsheet
          Assignee: [email protected]
          Reporter: [email protected]

Just came across this while attempting to uppercase a selected substring in a
cell:

warn:sfx.control:101589:1:sfx2/source/control/dispatch.cxx:1505: Childwindow
slot missing: 10365
warn:sfx.control:101589:1:sfx2/source/control/dispatch.cxx:1505: Childwindow
slot missing: 10365
warn:sfx.control:101589:1:sfx2/source/control/dispatch.cxx:1505: Childwindow
slot missing: 10365
Assertion failed: false, file
/tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.3.5.2/sal/rtl/strtmpl.cxx,
line 1231, function rtl_uString_newFromSubString

which is here:
    if ( count < 0 || beginIndex < 0 || beginIndex + count > pFrom->length )
    {
        assert(false); // fail fast at least in debug builds
        IMPL_RTL_STRINGNAME( newFromLiteral )( ppThis, "!!br0ken!!", 10, 0 );
        return;
    }

It'll be a bit before I can try to get here in debug, at least I'm running
debug bits to get some useful info.

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

Reply via email to