https://bugs.freedesktop.org/show_bug.cgi?id=57806
--- Comment #8 from Julien Nabet <[email protected]> --- Created attachment 71033 --> https://bugs.freedesktop.org/attachment.cgi?id=71033&action=edit popup + bt Thank you Mike for your support. Still on master sources (so future 4.1) updated today (commit 9f417544f83fb5645abd7b74382bede2246c73b8) and with complete rebuild + brand new profile, I launch LO from console: ./soffice.bin -nologo ssh://<username>@<ssh site> I had a popup asking for password (the username has been recorded and is gray, so in read-only) Then I had a popup error telling this: Error reading data from the Internet. Server error message: Erreur d'E/S. (notice, I hadn't put any localization option in autogen.lastrun and had the message in French = IO Error) This error comes from /home/julien/compile-libreoffice/libo/uui/source/iahndl.cxx +590 (see my previous bt). Then, gdb caught in __cxa_throw () (see bt) There are others caught exceptions afterwards: Breakpoint 1, 0x00007f6a683b6b90 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (gdb) bt #0 0x00007f6a683b6b90 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00007f6a4b1bf41b in filter::config::TypeDetection::impl_openStream (this=0x462f2a0, rDescriptor=...) at /home/julien/compile-libreoffice/libo/filter/source/config/cache/typedetection.cxx:1190 #2 0x00007f6a4b1bea19 in filter::config::TypeDetection::impl_askDetectService (this=0x462f2a0, sDetectService="com.sun.comp.hwpimport.HwpImportFilter", rDescriptor=...) at /home/julien/compile-libreoffice/libo/filter/source/config/cache/typedetection.cxx:1029 #3 0x00007f6a4b1be2d0 in filter::config::TypeDetection::impl_detectTypeDeepOnly (this=0x462f2a0, rDescriptor=..., lOutsideUsedDetectors=...) at /home/julien/compile-libreoffice/libo/filter/source/config/cache/typedetection.cxx:989 #4 0x00007f6a4b1bab6b in filter::config::TypeDetection::queryTypeByDescriptor (this=0x462f2a0, lDescriptor=uno::Sequence of length 5 = {...}, bAllowDeep=1 '\001') at /home/julien/compile-libreoffice/libo/filter/source/config/cache/typedetection.cxx:308 then again: Breakpoint 1, 0x00007f6a683b6b90 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (gdb) bt #0 0x00007f6a683b6b90 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00007f6a4b19c765 in filter::config::FilterCache::impl_loadItemOnDemand (this=0x45f24d0, eType=filter::config::FilterCache::E_TYPE, sItem="") at /home/julien/compile-libreoffice/libo/filter/source/config/cache/filtercache.cxx:1930 #2 0x00007f6a4b192224 in filter::config::FilterCache::getItem (this=0x45f24d0, eType=filter::config::FilterCache::E_TYPE, sItem="") at /home/julien/compile-libreoffice/libo/filter/source/config/cache/filtercache.cxx:398 #3 0x00007f6a4b1bb5bc in filter::config::TypeDetection::impl_checkResultsAndAddBestFilter (this=0x462f2a0, rDescriptor=..., sType="") at /home/julien/compile-libreoffice/libo/filter/source/config/cache/typedetection.cxx:430 #4 0x00007f6a4b1bac8b in filter::config::TypeDetection::queryTypeByDescriptor (this=0x462f2a0, lDescriptor=uno::Sequence of length 5 = {...}, bAllowDeep=1 '\001') at /home/julien/compile-libreoffice/libo/filter/source/config/cache/typedetection.cxx:336 -- 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
