Bây giờ, thỉnh thoảng lại bị crash luôn thế này:
[root@localhost ~]# pidgin
libnm_glib_nm_state_cb: dbus returned an error.
(org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
Pidgin has segfaulted and attempted to dump a core file.
This is a bug in the software and has happened through
no fault of your own.
If you can reproduce the crash, please notify the developers
by reporting a bug at:
http://developer.pidgin.im/newticket/
Please make sure to specify what you were doing at the time
and post the backtrace from the core file. If you do not know
how to get the backtrace, please read the instructions at
http://developer.pidgin.im/wiki/GetABacktrace
If you need further assistance, please IM either SeanEgn or
LSchiere (via AIM). Contact information for Sean and Luke
on other protocols is at
http://developer.pidgin.im/wiki/DeveloperPages
Aborted
Tớ load tiếp thằng pidgin-debuginfo về và
Code:
thì được thông tin từ gdb như sau:
GNU gdb Red Hat Linux (6.6-15.fc7rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb)
Tớ chạy thử:
Code:
thì được:
Starting program: /usr/bin/pidgin
[Thread debugging using libthread_db enabled]
[New Thread -1209043248 (LWP 4298)]
[New Thread -1211143280 (LWP 4301)]
libnm_glib_nm_state_cb: dbus returned an error.
(org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files
[Detaching after fork from child process 4302. (Try `set detach-on-fork off'.)]
[Detaching after fork from child process 4303.]
[Detaching after fork from child process 4307.]
[Detaching after fork from child process 4308.]
[Detaching after fork from child process 4309.]
[Detaching after fork from child process 4310.]
[Detaching after fork from child process 4311.]
[Detaching after fork from child process 4312.]
[Detaching after fork from child process 4313.]
[Detaching after fork from child process 4314.]
Program received signal SIGINT, Interrupt.
[Switching to Thread -1209043248 (LWP 4298)]
0x002b5402 in __kernel_vsyscall ()
lại gõ tiếp:
Code:
(gdb) thread apply all bt
thì được cách stack trace sau:
Thread 2 (Thread -1211143280 (LWP 4301)):
#0 0x002b5402 in __kernel_vsyscall ()
#1 0x42b95b73 in poll () from /lib/libc.so.6
#2 0x42cb4633 in g_source_remove () from /lib/libglib-2.0.so.0
#3 0x42cb49a9 in g_main_loop_run () from /lib/libglib-2.0.so.0
#4 0x003285d4 in ?? () from /usr/lib/libnm_glib.so.0
#5 0x42ccf49f in g_source_remove () from /lib/libglib-2.0.so.0
#6 0x42c5c2fb in start_thread () from /lib/libpthread.so.0
#7 0x42b9f93e in clone () from /lib/libc.so.6
Thread 1 (Thread -1209043248 (LWP 4298 )):
#0 0x002b5402 in __kernel_vsyscall ()
#1 0x42b95b73 in poll () from /lib/libc.so.6
#2 0x42cb4633 in g_source_remove () from /lib/libglib-2.0.so.0
#3 0x42cb49a9 in g_main_loop_run () from /lib/libglib-2.0.so.0
#4 0x00aef0e4 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#5 0x080b807b in main (argc=1, argv=0xbfb603f4) at gtkmain.c:842