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

JoNi <j.nitschke+td...@ok.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |markus.mohrhard@googlemail.
                   |                            |com
     Ever confirmed|0                           |1

--- Comment #3 from JoNi <j.nitschke+td...@ok.de> ---
Thank you, nice and helpful bug report

could reproduce, backtrace:

Program received signal SIGSEGV, Segmentation fault.
0x00002aaab11be32c in SvTreeList::GetParent (this=0x1fcdb10, pEntry=0x0)
    at /home/joni/lo/core/svtools/source/contnr/treelist.cxx:1698
1698        SvTreeListEntry* pParent = pEntry->pParent;
(gdb) bt
#0  0x00002aaab11be32c in SvTreeList::GetParent (this=0x1fcdb10, pEntry=0x0)
    at /home/joni/lo/core/svtools/source/contnr/treelist.cxx:1698
#1  0x00002aaab11d3304 in SvTreeListBox::GetParent (this=0x3758670, 
    pEntry=0x0)
    at /home/joni/lo/core/svtools/source/contnr/treelistbox.cxx:825
#2  0x00002aaaddd2d3bf in ScCheckListBox::CheckEntry (this=0x3758670, 
    pParent=0x0, bCheck=true)
    at /home/joni/lo/core/sc/source/ui/cctrl/checklistmenu.cxx:1605
#3  0x00002aaaddd2af5f in ScCheckListMenuWindow::setAllMemberState (
    this=0x374cc10, bSet=true)
    at /home/joni/lo/core/sc/source/ui/cctrl/checklistmenu.cxx:1149
#4  0x00002aaaddd2b377 in ScCheckListMenuWindow::TriStateHdl (this=0x374cc10)
    at /home/joni/lo/core/sc/source/ui/cctrl/checklistmenu.cxx:1198
#5  0x00002aaaddd2b31f in ScCheckListMenuWindow::LinkStubTriStateHdl (
    instance=0x374cc10, data=0x2ad2b70)
    at /home/joni/lo/core/sc/source/ui/cctrl/checklistmenu.cxx:1192
#6  0x00002aaab30d2949 in Link<Button*, void>::Call (this=0x2ad2dd8, 
    data=0x2ad2b70) at /home/joni/lo/core/include/tools/link.hxx:84
#7  0x00002aaab30be860 in Button::<lambda()>::operator()(void) const (
    __closure=0x7fffffff4140)
    at /home/joni/lo/core/vcl/source/control/button.cxx:125
#8  0x00002aaab30d1080 in std::_Function_handler<void(), Button::Click()::<lamb

seems something went wrong in ScCheckListMenuWindow::setAllMemberState which
calls ScCheckListBox::CheckEntry with nullptr

recent change was:
https://gerrit.libreoffice.org/#/c/22516/

maybe its because tree lists with dates are not flat

adding Markus Mohrhard

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

Reply via email to