Comment 4 for bug 148467

Revision history for this message
Paul Sladen (sladen) wrote :

(gdb) break dbus_error_free
Breakpoint 1 at 0xb7f7501a: file dbus-errors.c, line 187.
(gdb) cont
Continuing.

Breakpoint 1, dbus_error_free (error=0xbfce6270) at dbus-errors.c:187
187 dbus-errors.c: No such file or directory.
        in dbus-errors.c
(gdb) bt
#0 dbus_error_free (error=0xbfce6270) at dbus-errors.c:187
#1 0x0804904c in main_loop (ctx=0x804cd60, eventfp=0x8050910) at addon-acpi.c:239
#2 0x08049463 in main (argc=Cannot access memory at address 0x6

...