[Libreoffice-bugs] [Bug 111074] CRASH: LibreOffice crashes hovering over a calendar

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Aug 2 21:17:08 UTC 2017


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2412 at yahoo.fr

--- Comment #2 from Julien Nabet <serval2412 at yahoo.fr> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Here's part of bt:
0x00007fffce87eb9b in std::_Tuple_impl<0ul, icu_59::Calendar*,
std::default_delete<icu_59::Calendar> >::_M_head (__t=...) at
/usr/include/c++/6/tuple:193
193           _M_head(const _Tuple_impl& __t) noexcept { return
_Base::_M_head(__t); }
(gdb) bt
#0  0x00007fffce87eb9b in std::_Tuple_impl<0ul, icu_59::Calendar*,
std::default_delete<icu_59::Calendar> >::_M_head (__t=...) at
/usr/include/c++/6/tuple:193
#1  0x00007fffce87ebba in std::__get_helper<0ul, icu_59::Calendar*,
std::default_delete<icu_59::Calendar> > (__t=...) at
/usr/include/c++/6/tuple:1253
#2  0x00007fffce87ebd4 in std::get<0ul, icu_59::Calendar*,
std::default_delete<icu_59::Calendar> > (__t=std::tuple containing = {...}) at
/usr/include/c++/6/tuple:1265
#3  0x00007fffce87ebee in std::unique_ptr<icu_59::Calendar,
std::default_delete<icu_59::Calendar> >::get (this=0x55555c8ee168) at
/usr/include/c++/6/bits/unique_ptr.h:308
#4  0x00007fffce87e7b4 in std::unique_ptr<icu_59::Calendar,
std::default_delete<icu_59::Calendar> >::operator-> (this=0x55555c8ee168)
    at /usr/include/c++/6/bits/unique_ptr.h:302
#5  0x00007fffce87bf51 in
com::sun::star::i18n::Calendar_gregorian::getFirstDayOfWeek
(this=0x55555c8ee0e0)
    at
/home/julien/lo/libreoffice/i18npool/source/calendar/calendar_gregorian.cxx:692
#6  0x00007fffce8760a2 in com::sun::star::i18n::CalendarImpl::getFirstDayOfWeek
(this=0x55555c8edff0)
    at
/home/julien/lo/libreoffice/i18npool/source/calendar/calendarImpl.cxx:216
#7  0x00007fffed4df213 in CalendarWrapper::getFirstDayOfWeek
(this=0x55555c8ed0f0) at
/home/julien/lo/libreoffice/unotools/source/i18n/calendarwrapper.cxx:216
#8  0x00007fffeea37714 in Calendar::ImplGetWeekStart (this=0x55555c8ecd90) at
/home/julien/lo/libreoffice/svtools/source/control/calendar.cxx:265
#9  0x00007fffeea3f11e in Calendar::GetDateRect (this=0x55555c8ecd90,
rDate=2017-9-3) at
/home/julien/lo/libreoffice/svtools/source/control/calendar.cxx:1800
#10 0x00007fffeea3f188 in Calendar::GetDateRect (this=0x55555c8ecd90,
rDate=2017-9-3) at
/home/julien/lo/libreoffice/svtools/source/control/calendar.cxx:1802

the last line is repeated more than 1000 times (i hadn't tried to find the end
of bt)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170802/6d5e0a35/attachment.html>


More information about the Libreoffice-bugs mailing list