abrt 1.1.1 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: /usr/libexec/lxpolkit comment: Crash happens everytime I login using LXDE desktop environment component: lxpolkit crash_function: vfprintf executable: /usr/libexec/lxpolkit global_uuid: 82e5efed759556900efbd6d22848201234e60317 kernel: 2.6.33.6-147.fc13.x86_64 package: lxpolkit-0.1.0-0.1.20100402git5087383.fc13 rating: 4 reason: Process /usr/libexec/lxpolkit was killed by signal 11 (SIGSEGV) release: Fedora release 13 (Goddard)
Created attachment 433363 [details] File: backtrace
Did you disable polkit-gnome-authentication-agent?
How/where would/could I do/verify that?
$ ps -A | grep policy You will most likely see something like 5768 ? 00:00:00 polkitd 6126 ? 00:00:00 polkit-gnome-au This means that polkit-gnome-authentication-agent-1 is running. To disable it start lxsession-edit and disable "PolicyKit Authentication Agent" there.
polkit-gnome-authentication-agent was indeed enabled. After disabling it abrt no longer reports any crashes. Thanks.
Well, even is there is another authentfication agent already claiming the service, lxpolkit shouldn't crash but silently exit, perhaps with a warning in ~/.xsession-errors but definitely not with a crash. I forwarded your bug to https://sourceforge.net/tracker/?func=detail&aid=3032602&group_id=180858&atid=894869 for further investigation. Thanks for your report.
*** Bug 617781 has been marked as a duplicate of this bug. ***
*** Bug 617883 has been marked as a duplicate of this bug. ***
(In reply to comment #4) > $ ps -A | grep policy > > You will most likely see something like > > 5768 ? 00:00:00 polkitd > 6126 ? 00:00:00 polkit-gnome-au > > This means that polkit-gnome-authentication-agent-1 is running. To disable it > start lxsession-edit and disable "PolicyKit Authentication Agent" there. the command '$ ps -A | grep policy' do nothing for me but in 'lxsession-edit' I see the "PolicyKit Authentication Agent" and I disable it, but I don't know if it work. Sorry for my double or trouble post and sorry for my not perfect english
(In reply to comment #9) > the command '$ ps -A | grep policy' do nothing for me Sorry Jérémy, this was my fault, it should be $ ps -A | grep polkit > Sorry for my double or trouble post and sorry for my not perfect english No need to apologize. Your English is fine and the duplicate report is not your fault. The bug reporting tool should cover these duplicates automatically. Unfortunately this doesn't work and causes a lot of work for us maintainers. :( Thanks for your feedback, it is highly appreciated.
This don't work, I do that and the terminal say: [root@JRLaptop ~]# lxsession-edit (lxsession-edit:2321): GLib-CRITICAL **: g_key_file_free: assertion `key_file != NULL' failed
This warning can be ignored, it doesn't impact the functionality of lxsession-edit. What exactly does not work? Do you still have another PolicyKit authentication agent running?
I have 2 PolicyKit authentication, but every restart of the computer, one PolicyKit authentication enable hitself, I have a native kde with gnome et lxde, everytime I go to lxde, I see that error/bug
So you have 3 different desktops installed, KDE, GNOME and LXDE? Which agent is active after lxpolkit is crashing? Please only use one authentification agent and make sure the others are disabled. You can disable polkit-gnome-authentication-agent-1 in LXDE by editing /etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop and adding "LXDE;" to the last line. It should look like this: NotShowIn=KDE;LXDE; Make sure you don't have a private copy of that file in ~/.config/autostart, remove it with rm ~/.config/autostart/polkit-gnome-authentication-agent-1.desktop
*** Bug 619164 has been marked as a duplicate of this bug. ***
*** Bug 622205 has been marked as a duplicate of this bug. ***
*** Bug 626059 has been marked as a duplicate of this bug. ***
*** Bug 632981 has been marked as a duplicate of this bug. ***
*** Bug 650524 has been marked as a duplicate of this bug. ***
*** Bug 672522 has been marked as a duplicate of this bug. ***