https://bugs.documentfoundation.org/show_bug.cgi?id=173205
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |haveBacktrace CC| |[email protected] Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #4 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. With gdb, by using: break 'std::out_of_range::out_of_range(char const*)', I got this bt #0 0x00007f2273ae44c0 in std::out_of_range::out_of_range(char const*) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00007f2273aaddb6 in std::__throw_out_of_range_fmt(char const*, ...) () at /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #2 0x00007f225147be88 in std::__sv_check (__size=1, __pos=2, __s=0x7f2250754f39 "basic_string_view::substr") at /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/string_view:75 #3 0x00007f225147bdc1 in std::basic_string_view<char16_t, std::char_traits<char16_t> >::substr (this=0x7ffd3afc7078, __pos=2, __n=18446744073709551615) at /usr/lib/gcc/x86_64-linux-gnu/15/../../../../include/c++/15/string_view:340 #4 0x00007f22520f4e5a in ScFormatRangeStyles::GetIndexOfStyleName (this=0x5618ec8485a0, rString=u"t", rPrefix=u"ce", bIsAutoStyle=@0x7ffd3afc72f7: true) at /home/julien/lo/libreoffice/sc/source/filter/xml/XMLStylesExportHelper.cxx:709 #5 0x00007f22521aa673 in ScXMLExport::AddStyleFromCells (this=0x5618ec0dfc80, xProperties=uno::Reference to (ScCellRangesObj *) 0x5618ec7b5008, xTable=uno::Reference to (ScTableSheetObj *) 0x5618ec81a1d8, nTable=1, pOldName=0x0) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlexprt.cxx:2128 #6 0x00007f22521aea70 in ScXMLExport::collectAutoStyles (this=0x5618ec0dfc80) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlexprt.cxx:2560 #7 0x00007f22521af8ca in ScXMLExport::ExportAutoStyles_ (this=0x5618ec0dfc80) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlexprt.cxx:2661 #8 0x00007f226601703c in SvXMLExport::ImplExportAutoStyles (this=0x5618ec0dfc80) at /home/julien/lo/libreoffice/xmloff/source/core/xmlexp.cxx:1153 #9 0x00007f226601894f in SvXMLExport::exportDoc (this=0x5618ec0dfc80, eClass=xmloff::token::XML_SPREADSHEET) at /home/julien/lo/libreoffice/xmloff/source/core/xmlexp.cxx:1431 #10 0x00007f22521bf8d5 in ScXMLExport::exportDoc (this=0x5618ec0dfc80, eClass=xmloff::token::XML_SPREADSHEET) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlexprt.cxx:5559 #11 0x00007f226601426c in SvXMLExport::filter (this=0x5618ec0dfc80, aDescriptor=uno::Sequence of length 1 = {...}) at /home/julien/lo/libreoffice/xmloff/source/core/xmlexp.cxx:845 #12 0x00007f22521bfc02 in ScXMLExport::filter (this=0x5618ec0dfc80, aDescriptor=uno::Sequence of length 1 = {...}) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlexprt.cxx:5601 #13 0x00007f22522475ad in ScXMLImportWrapper::ExportToComponent (this=0x7ffd3afca280, xContext=uno::Reference to (cppu::(anonymous namespace)::ComponentContext *) 0x5618eab72828, xModel=uno::Reference to (ScModelObj *) 0x5618ec358e40, xWriter=uno::Reference to ((anonymous namespace)::SAXWriter *) 0x5618ec809168, aDescriptor=uno::Sequence of length 1 = {...}, sName="content.xml", sMediaType="text/xml", sComponentName="com.sun.star.comp.Calc.XMLOasisContentExporter", aArgs=uno::Sequence of length 5 = {...}, pSharedData=std::unique_ptr<ScMySharedData> = {...}) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlwrap.cxx:705 #14 0x00007f225224a15c in ScXMLImportWrapper::Export (this=0x7ffd3afca280, bStylesOnly=false) at /home/julien/lo/libreoffice/sc/source/filter/xml/xmlwrap.cxx:941 #15 0x00007f22525262bc in ScDocShell::SaveXML (this=0x5618ec363b90, pSaveMedium=0x5618ec7bdbe0, xStor=empty uno::Reference) at /home/julien/lo/libreoffice/sc/source/ui/docshell/docsh.cxx:645 -- You are receiving this mail because: You are the assignee for the bug.
