https://bugs.documentfoundation.org/show_bug.cgi?id=145817

--- Comment #10 from elias estatistics <[email protected]> ---
I finally found how to work gdb... 


-what is "bt"?

in terminal.... gdb shows that: 



gdb --pid=$(pidof soffice.bin)
GNU gdb (GDB) 11.1
Copyright (C) 2021 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-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://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".
Attaching to process 116383
[New LWP 116385]
[New LWP 116390]
[New LWP 116392]
[New LWP 116393]
[New LWP 116394]
[New LWP 116395]
[New LWP 116396]
[New LWP 116404]
[New LWP 116405]
[New LWP 116407]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x00007f488f6e1aff in poll () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) c
Continuing.
[New Thread 0x7f4846f7a700 (LWP 116420)]
[Thread 0x7f4846f7a700 (LWP 116420) exited]
[New Thread 0x7f4846f7a700 (LWP 116421)]
[Thread 0x7f4846f7a700 (LWP 116421) exited]
[New Thread 0x7f4846f7a700 (LWP 116424)]
[Thread 0x7f4846f7a700 (LWP 116424) exited]

Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault.
0x00007f4891dbf645 in SvtBroadcaster::Add(SvtListener*) () from
/opt/libreofficedev7.3/program/libmergedlo.so
(gdb) c
Continuing.
[Thread 0x7f487ffdc700 (LWP 116385) exited]

Thread 1 "soffice.bin" received signal SIGSTOP, Stopped (signal).
0x00007f488f6e1aff in poll () from /lib/x86_64-linux-gnu/libc.so.6
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to