https://bugs.freedesktop.org/show_bug.cgi?id=75741
Michael Meeks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #21 from Michael Meeks <[email protected]> --- Thanks for the log - brilliant; and yes we can prolly reproduce it but development time is really limited: the more complete the bug report the easier it is to fix & this more attractive; this guy is the bug: ==8131== Invalid read of size 2 ==8131== at 0x289B00EA: ScFormulaCell::CompileNameFormula(sc::CompileFormulaContext&, bool) (formulacell.cxx:3458) ==8131== by 0x288B81F1: ScColumn::CompileNameFormula(sc::CompileFormulaContext&, bool) (column2.cxx:3213) ==8131== by 0x289F56FD: ScTable::CompileNameFormula(sc::CompileFormulaContext&, bool) (table4.cxx:2074) ==8131== by 0x2890AA62: ScDocument::CompileNameFormula(bool) (documen4.cxx:569) ==8131== by 0x28C685CD: ScDocFunc::ModifyAllRangeNames(boost::ptr_map<rtl::OUString, ScRangeName, std::less<rtl::OUString>, boost::heap_clone_allocator, std::allocator<std::pair<rtl::OUString const, void*> > > const&) (docfunc.cxx:4903) ==8131== by 0x28D1C82E: ScNameDlg::Close() (namedlg.cxx:185) ==8131== by 0x28D1C6CC: ScNameDlg::LinkStubOkBtnHdl(void*, void*) (namedlg.cxx:474) ==8131== by 0x7000A9F: Control::ImplCallEventListenersAndHandler(unsigned long, Link const&, void*) (link.hxx:123) ==8131== by 0x72892C9: Window::EndTracking(unsigned short) (window2.cxx:718) ==8131== by 0x72AAD2A: ImplHandleMouseEvent(Window*, unsigned short, unsigned char, long, long, unsigned long, unsigned short, unsigned short) (winproc.cxx:787) ==8131== by 0x72AC47A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (winproc.cxx:2066) ==8131== by 0x1D2FB136: GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (salframe.hxx:243) ... ==8131== Address 0x1baca418 is 24 bytes inside a block of size 56 free'd ==8131== at 0x4C2BADC: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==8131== by 0x289AF9E6: ScFormulaCell::Compile(sc::CompileFormulaContext&, rtl::OUString const&, bool) (formulacell.cxx:1015) ==8131== by 0x289B022C: ScFormulaCell::CompileNameFormula(sc::CompileFormulaContext&, bool) (formulacell.cxx:3461) ==8131== by 0x288B81F1: ScColumn::CompileNameFormula(sc::CompileFormulaContext&, bool) (column2.cxx:3213) ==8131== by 0x289F56FD: ScTable::CompileNameFormula(sc::CompileFormulaContext&, bool) (table4.cxx:2074) ==8131== by 0x2890AA62: ScDocument::CompileNameFormula(bool) (documen4.cxx:569) ==8131== by 0x28C685CD: ScDocFunc::ModifyAllRangeNames(boost::ptr_map<rtl::OUString, ScRangeName, std::less<rtl::OUString>, boost::heap_clone_allocator, std::allocator<std::pair<rtl::OUString const, void*> > > const&) (docfunc.cxx:4903) ==8131== by 0x28D1C82E: ScNameDlg::Close() (namedlg.cxx:185) ==8131== by 0x28D1C6CC: ScNameDlg::LinkStubOkBtnHdl(void*, void*) (namedlg.cxx:474) ==8131== by 0x7000A9F: Control::ImplCallEventListenersAndHandler(unsigned long, Link const&, void*) (link.hxx:123) ==8131== by 0x72892C9: Window::EndTracking(unsigned short) (window2.cxx:718) ==8131== by 0x72AAD2A: ImplHandleMouseEvent(Window*, unsigned short, unsigned char, long, long, unsigned long, unsigned short, unsigned short) (winproc.cxx:787) ==8131== by 0x72AC47A: ImplWindowFrameProc(Window*, SalFrame*, unsigned short, void const*) (winproc.cxx:2066) ==8131== by 0x1D2FB136: GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (salframe.hxx:243) ... It's possible that that is related to the switch to the new UI dialog goodness - I didn't see a ton of change in namedlg.cxx otherwise. -- 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
