What happens here is that udisks2 expects
polkit_authority_check_authorization_sync() to return an error if it
returns NULL, but it doesn't:

        result = 0x0
        error = 0x0

polkit_authority_check_authorization_finish() looks reasonable, i. e. it
returns NULL precisely if an error is set. So I suppose what happens
here is that one of the initial assertions (g_return_val_if_fail) fails.
The stack trace does not tell us already what's wrong, the authority,
subject, etc. arguments look reasonable. So we'd need to capture stderr
to see what's really going on here.

Half of the duplicates mention that this crash report is shown at system
startup, but my hunch is that it really crashed during shutdown, and on
the next system boot you get the crash notification from the past
shutdown process.

Did anyone of the reporters encounter this crash during a running
desktop session, i. e. not during login? Did anyone actually see
something not work right due to this? If so, do you have a way to
reproduce this crash?

** Changed in: udisks2 (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1032744

Title:
  udisksd crashed with SIGSEGV in
  udisks_daemon_util_check_authorization_sync()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1032744/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to