>From my own debugging, the crash appears to be in this line:
if (!s->userdata->client || avahi_client_get_state(s->userdata->client) !=
AVAHI_CLIENT_S_RUNNING)
return;
adding a check for !s->userdata seems to fix the issue (for some reason,
probably due to a race condition, userdata is null at the time of the
call).
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1690051
Title:
pulseaudio crashed with SIGSEGV in publish_service() from
once_callback() from dispatch_defer() from pa_mainloop_dispatch() from
pa_mainloop_iterate()
Status in pulseaudio package in Ubuntu:
Confirmed
Bug description:
The Ubuntu Error Tracker has been receiving reports about a problem regarding
pulseaudio. This problem was most recently seen with package version
1:10.0-1ubuntu2, the problem page at
https://errors.ubuntu.com/problem/c39b5c96e18a9e1b48ea983380914ce29fd79134
contains more details, including versions of packages affected, stacktrace or
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker you can request it at
http://forms.canonical.com/reports/.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1690051/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp