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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |haveBacktrace
             Status|NEEDINFO                    |NEW
                 CC|                            |[email protected]

--- Comment #4 from Julien Nabet <[email protected]> ---
bt:

rtl_uString_release (pThis=0x0) at
/home/julien/lo/libreoffice/sal/rtl/strtmpl.cxx:1218
1218        if (SAL_UNLIKELY(SAL_STRING_IS_STATIC (pThis)))
(gdb) bt
#0  rtl_uString_release (pThis=0x0) at
/home/julien/lo/libreoffice/sal/rtl/strtmpl.cxx:1218
#1  0x00002aaad310ded8 in rtl::OUString::operator=(rtl::OUString&&)
(this=this@entry=0x7fffffff3210, 
    str=str@entry=<unknown type in
/home/julien/lo/libreoffice/instdir/program/../program/libsclo.so, CU 0x9693c,
DIE 0xb7154>)
    at /home/julien/lo/libreoffice/include/rtl/ustring.hxx:451
#2  0x00002aaad33709d9 in (anonymous namespace)::lcl_FillNumberFormats
(rFormats=@0x55555c3a3ef8: 0x0, rCount=@0x55555c3a3f08: 0, xLevRes=
    uno::Reference to (ScDPLevel *) 0x5555584416d8, xDims=uno::Reference to
(ScNameToIndexAccess *) 0x555558439508)
    at /home/julien/lo/libreoffice/sc/source/core/data/dpoutput.cxx:363
#3  0x00002aaad3372e0b in ScDPOutput::ScDPOutput (this=0x55555c3a3ea0,
pD=<optimized out>, xSrc=..., rPos=..., bFilter=<optimized out>)
    at /home/julien/lo/libreoffice/sc/source/core/data/dpoutput.cxx:679

(gdb) p nDataCount
$2 = 256

So the root cause is there:
http://opengrok.libreoffice.org/xref/core/sc/source/core/data/dpoutput.cxx#345
SC_DPOUT_MAXLEVELS = 256
see
http://opengrok.libreoffice.org/xref/core/sc/source/core/data/dpoutput.cxx#SC_DPOUT_MAXLEVELS

Eike: should we increase SC_DPOUT_MAXLEVELS or should we use it as a limit in
the loop and put a popup message?

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