https://bugs.freedesktop.org/show_bug.cgi?id=60210

--- Comment #29 from Gavin C. Flower <gavinflo...@yahoo.com> ---
$ pwd
/home/gavin/.config
$ mv was-libreoffice libreoffice-20130209a
$ ll libreoffice*
total 8
drwx------. 3 gavin family 4096 Feb  8 14:21 3/
drwx------. 3 gavin family 4096 Feb  8 07:09 4/
$ ll -d libreoffice*
drwxr-xr-x. 4 gavin family 4096 Feb  5 08:08 libreoffice-20130209a/
$ 
////////////////
#!/bin/bash
#  gcf_debug.sh

cd /opt/libreoffice4.0/program
./soffice --writer &
LOPID=$(pidof soffice.bin)
gdb soffice.bin $LOPID
////////////////
$ gcf_debug.sh
GNU gdb (GDB) Fedora (7.3.50.20110722-16.fc16)
Copyright (C) 2011 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-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /opt/libreoffice4.0/program/soffice.bin...(no debugging
symbols found)...done.
(gdb) 
(soffice:14649): GConf-WARNING **: Got Disconnected from DBus.

GConf Error: Configuration server couldn't be contacted: D-BUS error:
Connection was disconnected before a reply was received

(soffice:14649): GConf-WARNING **: The connection to DBus was broken. Can't
reinitialize it.
GConf Error: No D-BUS daemon running

break _exit
Function "_exit" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (_exit) pending.
(gdb) run
Starting program: /opt/libreoffice4.0/program/soffice.bin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7fffeef58700 (LWP 14693)]
[New Thread 0x7fffe5dfc700 (LWP 14694)]
[Thread 0x7fffe5dfc700 (LWP 14694) exited]
[Thread 0x7fffeef58700 (LWP 14693) exited]
[Inferior 1 (process 14690) exited normally]
Missing separate debuginfos, use: debuginfo-install
libreoffice4.0-4.0.0.3-103.x86_64
(gdb) 
////////////////
still there after a couple of minutes

N.B.  This is the first time I've attempted to use gdb for about 25 years!

Suggestions?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to