Summary: | PolicyKit crash | ||
---|---|---|---|
Product: | [Plasma] policykit-kde-agent-1 | Reporter: | Ken <kenagray01> |
Component: | polkit-kde-authentication-agent-1 | Assignee: | Martin Bříza <mbriza> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | kenagray01, mbriza |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/polkit-qt-1/4ed9c3fa043b70ee50176c4baacc07d1c73f1fce | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Ken
2011-11-18 16:17:11 UTC
Created attachment 65980 [details]
New crash information added by DrKonqi
polkit-kde-authentication-agent-1 (0.99.0) on KDE Platform 4.7.2 (4.7.2) "release 5" using Qt 4.7.4
Editing a php file in NetBeans. This is not the cause since this crash is random and has occurred when playing PySol or doing nothing.
-- Backtrace (Reduced):
#6 g_type_check_instance_is_a (type_instance=<optimized out>, iface_type=<optimized out>) at gtype.c:3952
#7 0x00007f389ef9babd in polkit_details_get_keys (details=0xd07200) at polkitdetails.c:178
#8 0x00007f38a33d97cd in PolkitQt1::Details::keys (this=<optimized out>) at /usr/src/debug/polkit-qt-1-0.99.1/core/polkitqt1-details.cpp:89
#9 0x000000000040c27c in _start ()
Git commit 4ed9c3fa043b70ee50176c4baacc07d1c73f1fce by Martin Briza. Committed on 22/03/2013 at 15:52. Pushed by mbriza into branch 'master'. Fixed reference counting of GObjects Gets us rid of some crashes and reduces memory leaking. There's a change it fixes crashes~ Related: bug 257802, bug 291977, bug 307323 M +4 -0 agent/polkitqt1-agent-listener.cpp M +3 -0 agent/polkitqt1-agent-session.cpp M +10 -2 core/polkitqt1-details.cpp M +7 -0 core/polkitqt1-subject.cpp http://commits.kde.org/polkit-qt-1/4ed9c3fa043b70ee50176c4baacc07d1c73f1fce |