[Bug 629844] New: "PolicyKit1-KDE closed unexpectedly" on every login for any LDAP user
http://bugzilla.novell.com/show_bug.cgi?id=629844 http://bugzilla.novell.com/show_bug.cgi?id=629844#c0 Summary: "PolicyKit1-KDE closed unexpectedly" on every login for any LDAP user Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Critical Priority: P5 - None Component: KDE4 Workspace AssignedTo: kde-maintainers@suse.de ReportedBy: m.lewis-smith@warwick.ac.uk QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.6) Gecko/20100626 SUSE/3.6.6-1.2 Firefox/3.6.6 GTB7.1 When logging in as any user with credentials stored in LDAP database (ie not a local user), PolicyKit1-KDE (polkit-kde-authentication-agent-1) crashes. Restarting the applications from KDE crash handler causes another crash and so on PolicyKit-0.9-20.2.x86_64 Note that a local user created with adduser or Yast2 will log in successfully. Reproducible: Always Steps to Reproduce: 1. Start KDE4 session using credentials from LDAP Actual Results: KDE Crash Handler appears with crash information as below. Restarting the application gives another crash. Application: PolicyKit1-KDE (polkit-kde-authentication-agent-1), signal: Aborted [KCrash Handler] #5 0x00007f58dcf789e5 in raise () from /lib64/libc.so.6 #6 0x00007f58dcf79ee6 in abort () from /lib64/libc.so.6 #7 0x00007f58d7d0f3e5 in _dbus_abort () at dbus-sysdeps.c:88 #8 0x00007f58d7d0b925 in _dbus_warn_check_failed (format= 0x7f58d7d18d60 "arguments to %s() were incorrect, assertion \"%s\" failed in file %s line %d.\nThis is normally a bug in some application using the D-Bus library.\n") at dbus-internals.c:283 #9 0x00007f58d7cf675b in dbus_connection_get_data (connection=0x0, slot=<value optimized out>) at dbus-connection.c:5804 #10 0x00007f58d6bec65b in dbus_connection_setup_with_g_main (connection=0x0, context=0x63d920) at dbus-gmain.c:572 #11 0x00007f58d7abafae in egg_dbus_connection_constructed (object=<value optimized out>) at eggdbusconnection.c:490 #12 0x00007f58dab0ba5a in IA__g_object_newv (object_type=1, n_parameters=<value optimized out>, parameters=<value optimized out>) at gobject.c:1289 #13 0x00007f58dab0c0b1 in IA__g_object_new_valist (object_type=7365264, first_property_name=<value optimized out>, var_args=0x7fffbd8933e0) at gobject.c:1377 #14 0x00007f58dab0c2e1 in IA__g_object_new (object_type=7365264, first_property_name=0x7f58d7ad47e0 "bus-type") at gobject.c:1095 #15 0x00007f58d7abaa78 in egg_dbus_connection_get_for_bus (bus_type=<value optimized out>) at eggdbusconnection.c:602 #16 0x00007f58db00950b in polkit_unix_session_initable_init (initable=0x709c30, cancellable=0x0, error=0x7fffbd8936e0) at polkitunixsession.c:510 #17 0x00007f58dad8af4f in IA__g_initable_new_valist (object_type=<value optimized out>, first_property_name=0x7f58db015646 "pid", var_args=0x7fffbd893570, cancellable=0x0, error=0x7fffbd8936e0) at ginitable.c:242 #18 0x00007f58dad8b03b in IA__g_initable_new (object_type=<value optimized out>, cancellable=<value optimized out>, error=<value optimized out>, first_property_name=<value optimized out>) at ginitable.c:162 #19 0x00007f58db009cab in polkit_unix_session_new_for_process_sync (pid=29573, cancellable=0x0, error=0x7fffbd8936e0) at polkitunixsession.c:314 #20 0x00007f58dcd3fb77 in PolkitQt1::UnixSessionSubject::UnixSessionSubject (this=0x709960, pid=29573) at /usr/src/debug/polkit-qt-1-0.95.1/core/polkitqt1-subject.cpp:153 #21 0x0000000000407ee1 in _start () -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=629844 http://bugzilla.novell.com/show_bug.cgi?id=629844#c1 --- Comment #1 from Jaroslaw Zachwieja <grok@warwick.ac.uk> 2010-08-10 10:47:30 UTC --- This prevents all sorts of things from working, removable disks for example. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=629844 https://bugzilla.novell.com/show_bug.cgi?id=629844#c2 Lubos Lunak <llunak@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|KDE4 Workspace |GNOME AssignedTo|kde-maintainers@suse.de |bnc-team-gnome@forge.provo. | |novell.com --- Comment #2 from Lubos Lunak <llunak@novell.com> 2010-09-01 11:51:09 UTC --- The crash is deep in polkit. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=629844 https://bugzilla.novell.com/show_bug.cgi?id=629844#c3 --- Comment #3 from Magnus Lewis-Smith <m.lewis-smith@warwick.ac.uk> 2010-09-01 12:35:53 UTC --- The following seems to fix it -- or at least work around it: 1. service denyhosts stop 2. echo localhost > /var/lib/denyhosts/allowed-hosts 3. >/etc/hosts.deny 4. service denyhosts start 5. service dbus restart 6. service haldaemon restart Executed immediately after install and the problem has never resurfaced. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=629844 https://bugzilla.novell.com/show_bug.cgi?id=629844#c4 Jaroslaw Zachwieja <grok@warwick.ac.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Jaroslaw Zachwieja <grok@warwick.ac.uk> 2010-09-15 14:09:23 UTC --- fixed -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com