GNU gdb (Gentoo 7.1 p1) 7.1 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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". For bug reporting instructions, please see: ... Reading symbols from /usr/libexec/devkit-power-daemon...done. (gdb) run Starting program: /usr/libexec/devkit-power-daemon warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libpolkit-gobject-1.so.0.0.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libgudev-1.0.so.0.0.1.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libdbus-glib-1.so.2.1.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libdbus-1.so.3.4.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libgobject-2.0.so.0.2400.0.debug [Thread debugging using libthread_db enabled] warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libglib-2.0.so.0.2400.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/lib64/libusb-0.1.so.4.4.4.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libeggdbus-1.so.0.0.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libgio-2.0.so.0.2400.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/lib64/libz.so.1.2.4.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libgmodule-2.0.so.0.2400.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/usr/lib64/libgthread-2.0.so.0.2400.0.debug warning: no loadable sections found in added symbol-file /usr/lib64/debug/lib64/libudev.so.0.6.1.debug Program received signal SIGSEGV, Segmentation fault. strchr () at ../sysdeps/x86_64/strchr.S:33 33 ../sysdeps/x86_64/strchr.S: No such file or directory. in ../sysdeps/x86_64/strchr.S (gdb) bt #0 strchr () at ../sysdeps/x86_64/strchr.S:33 #1 0x00007ffff6e8a065 in g_param_spec_pool_lookup () from /usr/lib/libgobject-2.0.so.0 #2 0x00007ffff6e86fe9 in g_object_set_valist () from /usr/lib/libgobject-2.0.so.0 #3 0x00007ffff6e87654 in g_object_set () from /usr/lib/libgobject-2.0.so.0 #4 0x0000000000414cd6 in dkp_device_supply_reset_values (device=0x644000) at dkp-device-supply.c:98 #5 dkp_device_supply_coldplug (device=0x644000) at dkp-device-supply.c:723 #6 0x000000000040a661 in dkp_device_coldplug (device=0x644000, daemon=, native=0x635f20) at dkp-device.c:551 #7 0x00000000004124b4 in dkp_backend_device_new (backend=0x637840, native=0x635f20) at dkp-backend.c:119 #8 dkp_backend_device_add (backend=0x637840, native=0x635f20) at dkp-backend.c:207 #9 0x0000000000412763 in dkp_backend_coldplug (backend=0x637840, daemon=) at dkp-backend.c:301 #10 0x000000000040727e in dkp_daemon_startup (daemon=0x63f020) at dkp-daemon.c:668 #11 0x0000000000411cf8 in main (argc=1, argv=0x7fffffffdd68) at dkp-main.c:187 (gdb) quit A debugging session is active. Inferior 1 [process 21205] will be killed. Quit anyway? (y or n) y