https://bugs.documentfoundation.org/show_bug.cgi?id=158889
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 --- Comment #12 from Julien Nabet <[email protected]> --- (In reply to LOO Debugger from comment #10) > Comment on attachment 191620 [details] > Attempting to debug with GDB > > Attempting to do as recommended. > - As user => GDB cannot attach to process > - Ass root => LOo seems to crash too strongly ; results in message "no bt" > in GDB Reading your last trace, I see: [New LWP 482951] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x00007f7ddbd189df in __GI___poll (fds=0x556544072dd0, nfds=3, timeout=61357) at ../sysdeps/unix/sysv/linux/poll.c:29 29 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory. (gdb) c Continuing. [New Thread 0x7f7dbb7fe640 (LWP 484614)] => OK Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. 0x00007f7d6860062d in ?? () (gdb) c Continuing. [New Thread 0x7f7dbbe2d640 (LWP 484676)] => OK but then: [Thread 0x7f7d453ce640 (LWP 484689) exited] Thread 1 "soffice.bin" received signal SIGABRT, Aborted. __pthread_kill_implementation (no_tid=0, signo=6, threadid=140178438963584) at ./nptl/pthread_kill.c:44 44 ./nptl/pthread_kill.c: No such file or directory. (gdb) c Continuing. => No, you should have typed "bt" here since it wasn't "?" or "??". -- You are receiving this mail because: You are the assignee for the bug.
