https://bugs.documentfoundation.org/show_bug.cgi?id=133898
Julien Nabet <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Ever confirmed|0 |1
Status|UNCONFIRMED |NEW
OS|Windows (All) |All
CC| |[email protected]
Keywords| |haveBacktrace
--- Comment #2 from Julien Nabet <[email protected]> ---
Mike: thought you might be interested in this one.
The pb here is we got no context.
(gdb) frame 5
#5 0x00007fffe37c2283 in i18npool::CalendarImpl::loadCalendarTZ
(this=0x890ec80, uniqueID="gregorian", rLocale=..., rTimeZone="UTC") at
i18npool/source/calendar/calendarImpl.cxx:70
70 Reference < XInterface > xI =
m_xContext->getServiceManager()->createInstanceWithContext(
(gdb) list
65 break;
66 }
67 }
68
69 if (i >= sal::static_int_cast<sal_Int32>(lookupTable.size())) {
70 Reference < XInterface > xI =
m_xContext->getServiceManager()->createInstanceWithContext(
71 "com.sun.star.i18n.Calendar_" + uniqueID,
m_xContext);
72
73 if ( ! xI.is() ) {
74 // check if the calendar is defined in localedata, load
gregorian calendar service.
(gdb) p m_xContext
$1 = empty uno::Reference
(I just launched Writer, copy pasted the code from the author)
--
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