Re: soffice --writer fails with 'com::sun::star::container::NoSuchElementException'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If it helps I 've attached the backtrace generated by

$ /home/alex/master/instdir/program/soffice --writer --backtrace
GNU gdb (GDB) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-slackware-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /home/alex/master/instdir/program/soffice.bin...
log will be saved as gdbtrace.log, this will take some time, patience...
[Detaching after fork from child process 19652]
terminate called after throwing an instance of 'com::sun::star::container::NoSuchElementException'

Alex


On 24/10/2020 17:51, mcmurchy1917techy wrote:
I've had a successful compile of LibreOffice after cloning from https://gerrit.libreoffice.org/core

When running soffice It bombs out

$ /home/alex/master/instdir/program/soffice --writer
terminate called after throwing an instance of 'com::sun::star::container::NoSuchElementException'

It doesn't give me much of a clue as to where to look.

Anyone give me a pointer as to where to start.

If it's any help I'm compiling against JDK11.

Alex

warning: Currently logging to gdbtrace.log.  Turn the logging off and on to make the new setting effective.
warning: File "/home/alex/master/instdir/program/libuno_sal.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
	add-auto-load-safe-path /home/alex/master/instdir/program/libuno_sal.so.3-gdb.py
line to your configuration file "/home/alex/.gdbinit".
To completely disable this security protection add
	set auto-load safe-path /
line to your configuration file "/home/alex/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
	info "(gdb)Auto-loading safe path"
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
warning: File "/home/alex/master/instdir/program/libuno_cppu.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/alex/master/instdir/program/libsvllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/alex/master/instdir/program/libtllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/alex/master/instdir/program/libvcllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/alex/master/instdir/program/libbasegfxlo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
[Detaching after fork from child process 19652]
[New Thread 0x7fffedb17700 (LWP 19667)]
[New Thread 0x7fffed316700 (LWP 19668)]

Thread 1 "soffice.bin" received signal SIGABRT, Aborted.
0x00007ffff7c51d6b in raise () from /lib64/libc.so.6
#0  0x00007ffff7c51d6b in raise () at /lib64/libc.so.6
#1  0x00007ffff7c32548 in abort () at /lib64/libc.so.6
#2  0x00007ffff7ac2693 in  () at /usr/lib64/libstdc++.so.6
#3  0x00007ffff7acdf06 in  () at /usr/lib64/libstdc++.so.6
#4  0x00007ffff7acdf71 in  () at /usr/lib64/libstdc++.so.6
#5  0x00007ffff7ace1c4 in  () at /usr/lib64/libstdc++.so.6
#6  0x00007fffede96fec in  () at /usr/lib64/libreoffice/program/../program/libconfigmgrlo.so
#7  0x00007fffedede7ad in  () at /usr/lib64/libreoffice/program/../program/libconfigmgrlo.so
#8  0x00007ffff709bb13 in comphelper::detail::ConfigurationWrapper::getPropertyValue(rtl::OUString const&) const (this=this@entry=0x7ffff7161a60 <rtl::StaticWithArg<comphelper::detail::ConfigurationWrapper, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous namespace)::TheConfigurationWrapper>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)::instance>, path=...) at /home/alex/master/comphelper/source/misc/configuration.cxx:136
#9  0x00007ffff7eb4437 in comphelper::ConfigurationProperty<officecfg::Office::Common::Misc::PreloadJVM, bool>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (context=...) at /home/alex/master/include/rtl/stringutils.hxx:209
#10 desktop::Desktop::Main() (this=0x7fffffffde50) at /home/alex/master/desktop/source/app/app.cxx:1245
#11 0x00007ffff44fa009 in ImplSVMain() () at /home/alex/master/vcl/source/app/svmain.cxx:196
#12 0x00007ffff7edba0f in soffice_main() () at /home/alex/master/desktop/source/app/sofficemain.cxx:98
#13 0x000000000040106c in sal_main () at /home/alex/master/desktop/source/app/main.c:48
#14 main (argc=<optimized out>, argv=<optimized out>) at /home/alex/master/desktop/source/app/main.c:47

Thread 3 (Thread 0x7fffed316700 (LWP 19668)):
#0  0x00007ffff7d276ef in accept () at /lib64/libc.so.6
#1  0x00007ffff7fa187b in osl_acceptPipe(oslPipe) (pPipe=0x1d741c0) at /home/alex/master/sal/osl/unx/pipe.cxx:381
#2  0x00007ffff7ed87c2 in osl::Pipe::accept(osl::StreamPipe&) (this=0x68cb30, Connection=...) at /home/alex/master/include/osl/pipe.hxx:151
#3  desktop::PipeIpcThread::execute() (this=0x68cb00) at /home/alex/master/desktop/source/app/officeipcthread.cxx:1138
#4  0x00007ffff6844a77 in salhelper::Thread::run() (this=0x68cb00) at /home/alex/master/salhelper/source/thread.cxx:40
#5  0x00007ffff6844bda in osl::threadFunc(void*) (param=0x68cb10) at /home/alex/master/include/osl/thread.hxx:185
#6  0x00007ffff7fa7189 in osl_thread_start_Impl(void*) (pData=0x1d8b8c0) at /home/alex/master/sal/osl/unx/thread.cxx:264
#7  0x00007ffff789d06b in start_thread () at /lib64/libpthread.so.0
#8  0x00007ffff7d2672f in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fffedb17700 (LWP 19667)):
#0  0x00007ffff78a3d50 in pthread_cond_timedwait@@GLIBC_2.3.2 () at /lib64/libpthread.so.0
#1  0x00007ffff7f99ce8 in osl_waitCondition(oslCondition, TimeValue const*) (Condition=0x1d740f0, pTimeout=<optimized out>) at /home/alex/master/sal/osl/unx/conditn.cxx:203
#2  0x00007fffedec7132 in  () at /usr/lib64/libreoffice/program/../program/libconfigmgrlo.so
#3  0x00007ffff6844a77 in salhelper::Thread::run() (this=0x1d743a0) at /home/alex/master/salhelper/source/thread.cxx:40
#4  0x00007ffff6844bda in osl::threadFunc(void*) (param=0x1d743b0) at /home/alex/master/include/osl/thread.hxx:185
#5  0x00007ffff7fa7189 in osl_thread_start_Impl(void*) (pData=0xc297e0) at /home/alex/master/sal/osl/unx/thread.cxx:264
#6  0x00007ffff789d06b in start_thread () at /lib64/libpthread.so.0
#7  0x00007ffff7d2672f in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fffee32be80 (LWP 19624)):
#0  0x00007ffff7c51d6b in raise () at /lib64/libc.so.6
#1  0x00007ffff7c32548 in abort () at /lib64/libc.so.6
#2  0x00007ffff7ac2693 in  () at /usr/lib64/libstdc++.so.6
#3  0x00007ffff7acdf06 in  () at /usr/lib64/libstdc++.so.6
#4  0x00007ffff7acdf71 in  () at /usr/lib64/libstdc++.so.6
#5  0x00007ffff7ace1c4 in  () at /usr/lib64/libstdc++.so.6
#6  0x00007fffede96fec in  () at /usr/lib64/libreoffice/program/../program/libconfigmgrlo.so
#7  0x00007fffedede7ad in  () at /usr/lib64/libreoffice/program/../program/libconfigmgrlo.so
#8  0x00007ffff709bb13 in comphelper::detail::ConfigurationWrapper::getPropertyValue(rtl::OUString const&) const (this=this@entry=0x7ffff7161a60 <rtl::StaticWithArg<comphelper::detail::ConfigurationWrapper, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>, (anonymous namespace)::TheConfigurationWrapper>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)::instance>, path=...) at /home/alex/master/comphelper/source/misc/configuration.cxx:136
#9  0x00007ffff7eb4437 in comphelper::ConfigurationProperty<officecfg::Office::Common::Misc::PreloadJVM, bool>::get(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&) (context=...) at /home/alex/master/include/rtl/stringutils.hxx:209
#10 desktop::Desktop::Main() (this=0x7fffffffde50) at /home/alex/master/desktop/source/app/app.cxx:1245
#11 0x00007ffff44fa009 in ImplSVMain() () at /home/alex/master/vcl/source/app/svmain.cxx:196
#12 0x00007ffff7edba0f in soffice_main() () at /home/alex/master/desktop/source/app/sofficemain.cxx:98
#13 0x000000000040106c in sal_main () at /home/alex/master/desktop/source/app/main.c:48
#14 main (argc=<optimized out>, argv=<optimized out>) at /home/alex/master/desktop/source/app/main.c:47
A debugging session is active.

	Inferior 1 [process 19624] will be killed.

Quit anyway? (y or n) [answered Y; input not from terminal]
_______________________________________________
LibreOffice mailing list
LibreOffice@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux