Bugzilla – Attachment 135711 Details for
Bug 111934
FILEOPEN: crash sigsegv when opening file with invalid style:map
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt with debug symbols
bt.txt (text/plain), 68.18 KB, created by
Julien Nabet
on 2017-08-21 19:09:58 UTC
(
hide
)
Description:
bt with debug symbols
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2017-08-21 19:09:58 UTC
Size:
68.18 KB
patch
obsolete
>warn:xmloff:2292:1:xmloff/source/core/xmlerror.cxx:169: An error or a warning has occurred during XML import/export! >Error-Id: 0x4002000d > Flags: 4 SEVERE > Class: 2 FORMAT > Number: d >Parameters: > 0: office:document-settings >Exception-Message: Root element unknown >Position: > Public Identifier: > System Identifier: > Row, Column: 1,0 > >warn:sw:2292:1:sw/source/filter/xml/swxml.cxx:198: SAX parse exception caught while importing: Root element unknown >warn:i18nlangtag:2292:1:i18nlangtag/source/languagetag/languagetag.cxx:1408: LanguageTagImpl::convertLocaleToLang: with bAllowOnTheFlyID invalid 'jaU-' >warn:unotools.i18n:2292:1:unotools/source/i18n/nativenumberwrapper.cxx:85: convertFromXmlAttributes: Exception caught! > >Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. >0x00007fbf541404d5 in std::__get_helper<0ul, std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >*, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > > (__t=...) at /usr/include/c++/7/tuple:1309 >1309 { return _Tuple_impl<__i, _Head, _Tail...>::_M_head(__t); } >(gdb) bt >#0 0x00007fbf541404d5 in std::__get_helper<0ul, std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >*, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > >(std::_Tuple_impl<0ul, std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >*, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > > const&) (__t=...) at /usr/include/c++/7/tuple:1309 >#1 0x00007fbf5413f9d0 in std::get<0ul, std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >*, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > >(std::tuple<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >*, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > > const&) (__t=std::tuple containing = {...}) at /usr/include/c++/7/tuple:1321 >#2 0x00007fbf5413ed6c in std::__uniq_ptr_impl<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > >::_M_ptr() const (this=0x5555576bec78) > at /usr/include/c++/7/bits/unique_ptr.h:147 >#3 0x00007fbf5413e058 in std::unique_ptr<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > >::get() const (this=0x5555576bec78) > at /usr/include/c++/7/bits/unique_ptr.h:337 >#4 0x00007fbf5413d184 in std::unique_ptr<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> >, std::default_delete<std::__debug::set<SvXMLStyleIndex_Impl, SvXMLStyleIndexCmp_Impl, std::allocator<SvXMLStyleIndex_Impl> > > >::operator bool() const (this=0x5555576bec78) > at /usr/include/c++/7/bits/unique_ptr.h:351 >#5 0x00007fbf5413a0f0 in SvXMLStylesContext_Impl::FindStyleChildContext(unsigned short, rtl::OUString const&, bool) const (this=0x5555576bec40, nFamily=0, rName="", bCreateIndex=false) at /home/julien/lo/libreoffice/xmloff/source/style/xmlstyle.cxx:296 >#6 0x00007fbf5413c577 in SvXMLStylesContext::FindStyleChildContext(unsigned short, rtl::OUString const&, bool) const (this=0x555557950040, nFamily=0, rName="", bCreateIndex=false) at /home/julien/lo/libreoffice/xmloff/source/style/xmlstyle.cxx:864 >#7 0x00007fbf5412390a in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1661 >#8 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#9 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#10 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#11 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#12 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#13 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#14 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#15 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#16 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#17 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#18 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#19 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#20 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#21 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#22 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >---Type <return> to continue, or q <return> to quit--- >#23 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#24 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#25 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#26 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#27 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#28 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#29 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#30 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#31 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#32 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#33 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#34 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#35 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#36 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#37 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#38 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#39 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#40 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#41 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#42 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#43 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#44 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#45 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#46 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#47 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#48 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#49 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#50 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#51 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#52 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#53 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#54 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#55 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) >---Type <return> to continue, or q <return> to quit--- > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#56 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#57 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#58 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#59 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#60 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#61 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#62 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#63 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#64 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#65 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#66 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#67 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#68 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#69 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#70 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#71 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#72 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#73 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#74 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#75 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#76 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#77 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#78 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#79 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#80 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#81 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#82 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#83 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#84 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#85 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#86 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#87 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >---Type <return> to continue, or q <return> to quit--- >#88 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#89 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#90 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#91 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#92 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#93 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#94 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#95 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#96 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#97 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#98 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#99 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#100 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#101 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#102 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#103 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#104 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#105 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#106 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#107 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#108 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#109 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#110 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#111 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#112 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#113 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#114 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#115 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#116 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#117 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#118 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#119 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >---Type <return> to continue, or q <return> to quit--- >#120 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#121 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#122 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#123 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#124 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#125 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#126 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#127 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#128 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#129 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#130 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#131 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#132 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#133 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#134 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#135 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#136 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#137 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#138 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#139 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#140 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#141 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#142 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#143 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#144 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#145 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#146 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#147 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#148 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#149 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#150 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#151 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >---Type <return> to continue, or q <return> to quit--- >#152 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#153 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#154 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#155 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#156 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#157 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#158 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#159 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#160 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#161 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#162 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#163 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#164 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#165 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#166 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#167 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#168 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#169 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#170 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#171 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#172 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#173 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#174 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#175 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#176 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#177 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#178 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#179 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#180 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#181 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#182 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#183 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#184 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) >---Type <return> to continue, or q <return> to quit--- > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#185 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#186 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#187 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#188 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#189 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#190 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#191 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#192 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#193 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#194 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#195 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#196 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#197 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#198 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#199 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#200 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#201 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#202 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#203 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#204 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#205 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#206 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#207 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#208 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#209 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#210 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#211 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#212 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#213 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#214 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#215 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#216 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >---Type <return> to continue, or q <return> to quit--- >#217 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#218 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#219 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#220 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#221 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#222 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#223 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#224 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#225 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#226 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#227 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#228 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#229 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#230 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#231 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#232 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#233 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#234 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#235 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#236 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#237 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#238 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#239 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#240 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#241 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#242 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#243 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#244 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#245 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#246 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#247 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#248 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >---Type <return> to continue, or q <return> to quit--- >#249 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#250 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#251 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#252 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#253 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#254 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#255 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#256 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#257 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#258 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#259 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#260 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#261 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#262 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#263 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#264 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#265 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#266 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#267 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#268 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#269 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#270 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#271 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#272 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#273 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#274 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#275 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#276 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#277 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#278 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#279 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#280 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >---Type <return> to continue, or q <return> to quit--- >#281 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#282 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#283 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#284 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#285 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#286 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#287 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#288 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#289 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#290 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#291 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#292 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#293 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#294 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#295 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#296 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#297 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#298 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#299 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#300 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#301 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#302 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#303 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#304 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#305 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#306 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#307 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#308 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#309 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#310 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#311 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#312 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#313 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) >---Type <return> to continue, or q <return> to quit--- > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#314 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#315 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#316 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#317 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#318 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#319 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#320 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#321 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#322 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#323 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#324 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#325 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#326 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#327 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#328 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#329 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#330 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#331 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#332 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#333 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#334 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#335 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#336 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#337 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#338 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#339 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#340 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#341 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#342 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#343 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#344 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#345 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >---Type <return> to continue, or q <return> to quit--- >#346 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#347 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#348 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#349 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#350 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#351 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#352 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#353 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#354 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#355 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#356 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#357 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#358 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#359 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#360 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#361 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#362 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#363 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#364 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#365 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#366 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#367 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#368 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#369 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#370 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#371 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#372 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#373 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#374 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >#375 0x00007fbf5412375c in SvXMLNumFormatContext::PrivateGetKey() (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1618 >#376 0x00007fbf54123921 in SvXMLNumFormatContext::CreateAndInsert(SvNumberFormatter*) (this=0x555557a16140, pFormatter=0x555557844040) > at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1664 >#377 0x00007fbf54123828 in SvXMLNumFormatContext::CreateAndInsert(bool) (this=0x555557a16140) at /home/julien/lo/libreoffice/xmloff/source/style/xmlnumfi.cxx:1645 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 111934
:
135683
| 135711