#0 0x08069263 in screensaver_auth_request_cb (screensaver=0x81c7b80, auth_begin=0, manager=0x80bc9e8) at gpm-manager.c:1175 1170: /* only clear errors if we have finished the authentication */ 1171: if (auth_begin == FALSE) { 1172: error = NULL; 1173: ret = hal_gpower_clear_suspend_error (manager->priv->hal_power, &error); 1174: if (ret == FALSE) { 1175: gpm_debug ("Failed to clear suspend error; %s", error->message); 1176: g_error_free (error); 1177: } 1178: error = NULL; 1179: ret = hal_gpower_clear_hibernate_error (manager->priv->hal_power, &error); 1180: if (ret == FALSE) { #1 0xb72afb69 in IA__g_cclosure_marshal_VOID__BOOLEAN (closure=0x81d8288, return_value=0x0, n_param_values=2, param_values=0xbfb2fecc, invocation_hint=0xbfb2fddc, #2 0xb72a2772 in IA__g_closure_invoke (closure=0x81d8288, return_value=0x0, n_param_values=2, param_values=0xbfb2fecc, invocation_hint=0xbfb2fddc) #3 0xb72b3323 in signal_emit_unlocked_R (node=0x81cbe20, detail=0, instance=0x81c7b80, emission_return=0x0, instance_and_params=0xbfb2fecc) #4 0xb72b4847 in IA__g_signal_emit_valist (instance=0x81c7b80, signal_id=188, detail=0, var_args=0xbfb30110 "") at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2199 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #5 0xb72b4a09 in IA__g_signal_emit (instance=0x81c7b80, signal_id=188, detail=0) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #6 0x0806d9f6 in gpm_screensaver_auth_end (proxy=0x81d0930, screensaver=0x81c7b80) at gpm-screensaver.c:80 75: static void 76: gpm_screensaver_auth_end (DBusGProxy *proxy, 77: GpmScreensaver *screensaver) 78: { 79: gpm_debug ("emitting auth-request : (%i)", FALSE); 80: g_signal_emit (screensaver, signals [AUTH_REQUEST], 0, FALSE); 81: } 82: 83: /** Invoked when we get the AuthenticationRequestEnd from g-s when the user 84: * has entered a valid password or re-authenticated. 85: */ #7 0xb72afc09 in IA__g_cclosure_marshal_VOID__VOID (closure=0x81d80d0, return_value=0x0, n_param_values=1, param_values=0x8202878, invocation_hint=0xbfb302ac, #8 0xb76be486 in marshal_dbus_message_to_g_marshaller (closure=0x81d80d0, return_value=0x0, n_param_values=3, param_values=0xbfb3039c, invocation_hint=0xbfb302ac, #9 0xb72a2772 in IA__g_closure_invoke (closure=0x81d80d0, return_value=0x0, n_param_values=3, param_values=0xbfb3039c, invocation_hint=0xbfb302ac) #10 0xb72b3323 in signal_emit_unlocked_R (node=0x80fc540, detail=1110, instance=0x81d0930, emission_return=0x0, instance_and_params=0xbfb3039c) #11 0xb72b4847 in IA__g_signal_emit_valist (instance=0x81d0930, signal_id=160, detail=1110, #12 0xb72b4a09 in IA__g_signal_emit (instance=0x81d0930, signal_id=160, detail=1110) at /build/buildd/glib2.0-2.14.1/gobject/gsignal.c:2243 [Error: /build/buildd/glib2.0-2.14.1/gobject/gsignal.c was not found in source tree] #13 0xb76bf471 in dbus_g_proxy_manager_filter (connection=0x80e7230, message=0x824ce00, user_data=0x81ba460) at dbus-gproxy.c:1691 [Error: dbus-gproxy.c was not found in source tree] #14 0xb72e0c22 in dbus_connection_dispatch (connection=0x80e7230) at dbus-connection.c:4346 [Error: dbus-connection.c was not found in source tree] #15 0xb76b68fd in message_queue_dispatch (source=0x80e8c78, callback=0, user_data=0x0) at dbus-gmain.c:101 [Error: dbus-gmain.c was not found in source tree] #16 0xb720a11c in IA__g_main_context_dispatch (context=0x80befa0) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #17 0xb720d55f in g_main_context_iterate (context=0x80befa0, block=1, dispatch=1, self=0x8095638) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2694 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #18 0xb720d909 in IA__g_main_loop_run (loop=0x8204048) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #19 0x08065e2c in main (argc=) at gpm-main.c:267 262: if (timed_exit == TRUE) { 263: g_timeout_add (1000 * 20, (GSourceFunc) timed_exit_cb, loop); 264: } 265: 266: if (immediate_exit == FALSE) { 267: g_main_loop_run (loop); 268: } 269: 270: g_main_loop_unref (loop); 271: gpm_debug_shutdown (); 272: #20 0xb708f050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #21 0x0804e001 in _start ()