terminate called after throwing an instance of 'com::sun::star::deployment::DeploymentException'

Kevin Suo suokunlong at 126.com
Wed Sep 14 09:33:39 UTC 2022


Below is a backtrace without debug symbols:


(gdb) bt
#0  __pthread_kill_implementation (threadid=<optimized out>, 
signo=signo at entry=6, no_tid=no_tid at entry=0) at pthread_kill.c:44
#1  0x00007ffff2daecb3 in __pthread_kill_internal (signo=6, 
threadid=<optimized out>) at pthread_kill.c:78
#2  0x00007ffff2d5e9c6 in __GI_raise (sig=sig at entry=6) at 
../sysdeps/posix/raise.c:26
#3  0x00007ffff2d487f4 in __GI_abort () at abort.c:79
#4  0x00007ffff04c2b57 in __gnu_cxx::__verbose_terminate_handler() () at 
../../../../libstdc++-v3/libsupc++/vterminate.cc:95
#5  0x00007ffff04ce3dc in __cxxabiv1::__terminate(void (*)()) 
(handler=<optimized out>) at 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
#6  0x00007ffff04ce447 in std::terminate() () at 
../../../../libstdc++-v3/libsupc++/eh_terminate.cc:58
#7  0x00007ffff04ce6a8 in __cxxabiv1::__cxa_throw(void*, 
std::type_info*, void (*)(void*)) (obj=<optimized out>, 
tinfo=0x7ffff7b71218 <typeinfo for 
com::sun::star::deployment::DeploymentException>, dest=0x7ffff4683110)
     at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:98
#8  0x00007ffff3e30836 in  () at /opt/libreoffice7.3/program/libmergedlo.so
#9  0x00007ffff46e1d41 in dp_misc::syncRepositories(bool, 
com::sun::star::uno::Reference<com::sun::star::ucb::XCommandEnvironment> 
const&) () at /opt/libreoffice7.3/program/libmergedlo.so
#10 0x00007ffff539859a in  () at /opt/libreoffice7.3/program/libmergedlo.so
#11 0x00007ffff539125e in  () at /opt/libreoffice7.3/program/libmergedlo.so
#12 0x00007ffff650b356 in ImplSVMain() () at 
/opt/libreoffice7.3/program/libmergedlo.so
#13 0x00007ffff53af69d in soffice_main () at 
/opt/libreoffice7.3/program/libmergedlo.so
#14 0x000000000040106b in  ()
#15 0x00007ffff2d49550 in __libc_start_call_main 
(main=main at entry=0x401060, argc=argc at entry=1, 
argv=argv at entry=0x7fffffffe038) at ../sysdeps/nptl/libc_start_call_main.h:58
#16 0x00007ffff2d49609 in __libc_start_main_impl (main=0x401060, argc=1, 
argv=0x7fffffffe038, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, stack_end=0x7fffffffe028) at 
../csu/libc-start.c:389
#17 0x00000000004010a5 in  ()


Not sure whether it is possible to generate a bt with debug symbols for 
this case, but I will try.



*From: *Kevin Suo [mailto:suokunlong at 126.com]
*Sent: *Wednesday, September 14, 2022 05:11 PM +08
*To: *libreoffice at lists.freedesktop.org
*Subject: *terminate called after throwing an instance of 
'com::sun::star::deployment::DeploymentException'

soffice does not have "x" permission after the rpm installation:


$ ls -l /opt/libreoffice7.3/program/soffice
-rw-r--r-- 1 root root 6731  9月 14 15:45 
/opt/libreoffice7.3/program/soffice


Problem still exists after I chmod +x:


$ sudo chmod +x /opt/libreoffice7.3/program/soffice
$ /opt/libreoffice7.3/program/soffice
terminate called after throwing an instance of 
'com::sun::star::deployment::DeploymentException'
Unspecified Application Error




*From: *Michael Stahl [mailto:mst at libreoffice.org]
*Sent: *Wednesday, September 14, 2022 04:36 PM +08
*To: *Kevin Suo; libreoffice-dev
*Subject: *terminate called after throwing an instance of 
'com::sun::star::deployment::DeploymentException'

On 12.09.22 15:35, Kevin Suo wrote:

> However, if I install the RPMs:
>
> $ sudo dnf install 
> ./workdir/installation/LibreOfficeDev/rpm/install/LibreOfficeDev_7.3.7.0.0_Linux_x86-64_rpm/RPMS/*.rpm
>
> and then run the installed application, I got the following error:
>
> $ /opt/libreofficedev7.3/program/soffice.bin
> terminate called after throwing an instance of 
> 'com::sun::star::deployment::DeploymentException'
> Unspecified Application Error

running "soffice.bin" directly is not supported.  you need to run 
"soffice" or similar wrapper to start LO.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20220914/9b925320/attachment.htm>


More information about the LibreOffice mailing list