I've rebuilt the whole stack of libraries (polkit-1, libpolkit-qt-1 and kdelibs) and now I'm getting some other error. The attached backtraces are from an application that just tests authorizations of many different actions, where some of them aren't known by the local authority. Polkit is used through two layers of extra libraries, so if it's not so useful, I'll cut it down to some smaller test case again. The git revisions used: polkit commit 90c0429f668be1cb675da26eba0ef505e6e3f123 glib commit 4bc9654c63feee596de5aa214d7cbd8fc293cd9d
Created attachment 37561 [details] Segfault backtrace
Any chance you can run this with G_DBUS_DEBUG=all? Thanks
Created attachment 37577 [details] Archive with many runs of the integtest tool Ok, here it is. I did get two different segfaults (less common) and many assertion hits. Many runs also completed without any crashes.
(In reply to comment #3) > Created an attachment (id=37577) [details] > Archive with many runs of the integtest tool > > Ok, here it is. I did get two different segfaults (less common) and many > assertion hits. Many runs also completed without any crashes. Ugh, never upload .tar.gz as attachments please - use plaintext attachments instead. That way it's much easier for people to read in a browser ... case in point: I wanted to read the attachments from my iPad last night but couldn't.
(In reply to comment #3) > Created an attachment (id=37577) [details] > Archive with many runs of the integtest tool > > Ok, here it is. I did get two different segfaults (less common) and many > assertion hits. Many runs also completed without any crashes. Does valgrind say anything interesting about this?
(In reply to comment #5) > Does valgrind say anything interesting about this? Not really, just an invalid memory access to an unallocated address. I updated to PolicyKit 0.97 along with rebuilding everything again and this seems to have vanished. The other bug with polkitd leaking and eventually stalling is back though.
(In reply to comment #6) > (In reply to comment #5) > > Does valgrind say anything interesting about this? > Not really, just an invalid memory access to an unallocated address. > I updated to PolicyKit 0.97 along with rebuilding everything again and this > seems to have vanished. The other bug with polkitd leaking and eventually > stalling is back though. OK, I'll try to leak check + fix before releasing 0.98.
Closing as per comment 6.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.