pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles() from pa_bluetooth_transport_set_state() from profile_new_connection() from profile_handler() from _dbus_object_tree_dispatch_and_unlock()

Bug #1672171 reported by bikram tuladhar
14
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PulseAudio
Fix Released
Medium
pulseaudio (Ubuntu)
Fix Released
High
Daniel van Vugt
Xenial
Fix Released
Undecided
Unassigned

Bug Description

[Impact]
pulseaudio daemon crashes, interrupting sound output/input.

[Test Case]
Theoretical test case (crash does not happen for all users):
1. Get a Bluetooth audio device capable of multiple profiles (e.g. high
   fidelity A2DP and the lower quality headset profiles).
2. Pair it with your machine and select the device in sound settings.
3. Turn the Bluetooth audio device off and on again, making sure it is
   set to active if not automatically so.
4. Select the device in sound settings.
5. Check that that pulseaudio process is still running, with a start
   time older than when you began this test case.

[Regression Potential]
Low. This SRU affects the pulseaudio daemon only so the worst case would
be loss of sound output/input. The same patches have been released to
17.10 for a month already and zero regressions of the crashes have
occurred worldwide since then.

[Other Info]
Debdiff patch is attached to the most prolific bug 1539209.

[Original Description]

Bluetooth device keep disconnect and audio output tab is empty

ProblemType: Crash
DistroRelease: Ubuntu 17.04
Package: pulseaudio 1:10.0-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-11.13-generic 4.10.1
Uname: Linux 4.10.0-11-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC1: bikram 14994 F.... pulseaudio
 /dev/snd/controlC0: bikram 14994 F.... pulseaudio
CrashCounter: 1
CurrentDesktop: Unity:Unity7
Date: Sun Mar 12 21:52:24 2017
ExecutablePath: /usr/bin/pulseaudio
ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
Signal: 6
SourcePackage: pulseaudio
StacktraceTop:
 pa_bluetooth_transport_set_state () from /usr/lib/pulse-10.0/modules/libbluez5-util.so
 ?? () from /usr/lib/pulse-10.0/modules/libbluez5-util.so
 ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
 dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3
 ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-10.0.so
Title: pulseaudio crashed with SIGABRT in pa_bluetooth_transport_set_state()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
dmi.bios.date: 11/14/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A07
dmi.board.name: 0Y004V
dmi.board.vendor: Dell Inc.
dmi.board.version: A07
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: dmi:bvnDellInc.:bvrA07:bd11/14/2013:svnDellInc.:pnInspiron3437:pvrNotSpecified:rvnDellInc.:rn0Y004V:rvrA07:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Inspiron 3437
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

Revision history for this message
bikram tuladhar (bikramtuladhar2011) wrote :
Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 device_start_waiting_for_profiles (device=<optimized out>) at modules/bluetooth/bluez5-util.c:254
 pa_bluetooth_transport_set_state (t=<optimized out>, state=<optimized out>) at modules/bluetooth/bluez5-util.c:294
 profile_new_connection (conn=<optimized out>, userdata=0x55696375e640, m=0x5569637a3f40) at modules/bluetooth/backend-native.c:389
 profile_handler (c=<optimized out>, m=0x5569637a3f40, userdata=0x55696375e640) at modules/bluetooth/backend-native.c:436
 _dbus_object_tree_dispatch_and_unlock () from /tmp/apport_sandbox_aGPO21/lib/x86_64-linux-gnu/libdbus-1.so.3

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : StacktraceSource.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in pulseaudio (Ubuntu):
importance: Undecided → Medium
summary: - pulseaudio crashed with SIGABRT in pa_bluetooth_transport_set_state()
+ pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles()
tags: removed: need-amd64-retrace
summary: pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles()
+ from pa_bluetooth_transport_set_state() from profile_new_connection()
+ from profile_handler() from _dbus_object_tree_dispatch_and_unlock()
Changed in pulseaudio (Ubuntu):
importance: Medium → High
information type: Private → Public
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Also tracking in bug 1690028.

Changed in pulseaudio:
importance: Unknown → Medium
status: Unknown → Fix Released
Changed in pulseaudio (Ubuntu):
assignee: nobody → Daniel van Vugt (vanvugt)
status: New → In Progress
Revision history for this message
Daniel van Vugt (vanvugt) wrote :
Changed in pulseaudio (Ubuntu):
status: In Progress → Fix Committed
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package pulseaudio - 1:10.0-2ubuntu1

---------------
pulseaudio (1:10.0-2ubuntu1) artful; urgency=medium

  * Cherrypick fixes for common crashes from upstream:
    - cb78d6f5: SIGABRT in device_start_waiting_for_profiles (LP: #1690028,
      LP: #1672171)
    - d985276c: SIGABRT in pa_alsa_path_set_volume (LP: #1539209, LP: #1562817)
  * Enable modules that needn't be disabled:
    - module-role-cork: Now enabled per upstream defaults (LP: #1701688)
    - module-switch-on-connect: Enabled for seamless hotplugging (LP: #1702794)
  * Don't try to load sounds that don't exist in Kubuntu (LP: #1703334)
  * Merge latest debian changes (see below).

 -- Daniel van Vugt <email address hidden> Tue, 11 Jul 2017 16:57:16 +0800

Changed in pulseaudio (Ubuntu):
status: Fix Committed → Fix Released
description: updated
Revision history for this message
Chris J Arges (arges) wrote : Please test proposed package

Hello bikram, or anyone else affected,

Accepted pulseaudio into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.4 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested and change the tag from verification-needed-xenial to verification-done-xenial. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed-xenial. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Changed in pulseaudio (Ubuntu Xenial):
status: New → Fix Committed
tags: added: verification-needed verification-needed-xenial
tags: added: verification-done verification-done-xenial
removed: verification-needed verification-needed-xenial
Revision history for this message
bikram tuladhar (bikramtuladhar2011) wrote : Re: [Bug 1672171] Re: pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles() from pa_bluetooth_transport_set_state() from profile_new_connection() from profile_handler() from _dbus_object_tree_dispatch_and_unlock()
Download full text (5.0 KiB)

Thank you chris. I am using new device . i am not facing these problems.
Thank you for fixes.

On Aug 23, 2017 6:16 PM, "Chris J Arges" <email address hidden> wrote:

> Hello bikram, or anyone else affected,
>
> Accepted pulseaudio into xenial-proposed. The package will build now and
> be available at
> https://launchpad.net/ubuntu/+source/pulseaudio/1:8.0-0ubuntu3.4 in a
> few hours, and then in the -proposed repository.
>
> Please help us by testing this new package. See
> https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
> to enable and use -proposed.Your feedback will aid us getting this
> update out to other Ubuntu users.
>
> If this package fixes the bug for you, please add a comment to this bug,
> mentioning the version of the package you tested and change the tag from
> verification-needed-xenial to verification-done-xenial. If it does not
> fix the bug for you, please add a comment stating that, and change the
> tag to verification-failed-xenial. In either case, details of your
> testing will help us make a better decision.
>
> Further information regarding the verification process can be found at
> https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
> advance!
>
> ** Also affects: pulseaudio (Ubuntu Xenial)
> Importance: Undecided
> Status: New
>
> ** Changed in: pulseaudio (Ubuntu Xenial)
> Status: New => Fix Committed
>
> ** Tags added: verification-needed verification-needed-xenial
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1672171
>
> Title:
> pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles()
> from pa_bluetooth_transport_set_state() from profile_new_connection()
> from profile_handler() from _dbus_object_tree_dispatch_and_unlock()
>
> Status in PulseAudio:
> Fix Released
> Status in pulseaudio package in Ubuntu:
> Fix Released
> Status in pulseaudio source package in Xenial:
> Fix Committed
>
> Bug description:
> [Impact]
> pulseaudio daemon crashes, interrupting sound output/input.
>
> [Test Case]
> Theoretical test case (crash does not happen for all users):
> 1. Get a Bluetooth audio device capable of multiple profiles (e.g. high
> fidelity A2DP and the lower quality headset profiles).
> 2. Pair it with your machine and select the device in sound settings.
> 3. Turn the Bluetooth audio device off and on again, making sure it is
> set to active if not automatically so.
> 4. Select the device in sound settings.
> 5. Check that that pulseaudio process is still running, with a start
> time older than when you began this test case.
>
> [Regression Potential]
> Low. This SRU affects the pulseaudio daemon only so the worst case would
> be loss of sound output/input. The same patches have been released to
> 17.10 for a month already and zero regressions of the crashes have
> occurred worldwide since then.
>
> [Other Info]
> Debdiff patch is attached to the most prolific bug 1539209.
>
> [Original Description]
>
> Bluetooth device keep disconnect and audio output tab is empty
>
> ProblemType: Crash
> ...

Read more...

Revision history for this message
Brian Murray (brian-murray) wrote :

Does this also require fixing in Ubuntu 17.04?

Revision history for this message
bikram tuladhar (bikramtuladhar2011) wrote :
Download full text (3.7 KiB)

No, it doesn't.

On Aug 31, 2017 11:07 PM, "Brian Murray" <email address hidden> wrote:

> Does this also require fixing in Ubuntu 17.04?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1672171
>
> Title:
> pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles()
> from pa_bluetooth_transport_set_state() from profile_new_connection()
> from profile_handler() from _dbus_object_tree_dispatch_and_unlock()
>
> Status in PulseAudio:
> Fix Released
> Status in pulseaudio package in Ubuntu:
> Fix Released
> Status in pulseaudio source package in Xenial:
> Fix Committed
>
> Bug description:
> [Impact]
> pulseaudio daemon crashes, interrupting sound output/input.
>
> [Test Case]
> Theoretical test case (crash does not happen for all users):
> 1. Get a Bluetooth audio device capable of multiple profiles (e.g. high
> fidelity A2DP and the lower quality headset profiles).
> 2. Pair it with your machine and select the device in sound settings.
> 3. Turn the Bluetooth audio device off and on again, making sure it is
> set to active if not automatically so.
> 4. Select the device in sound settings.
> 5. Check that that pulseaudio process is still running, with a start
> time older than when you began this test case.
>
> [Regression Potential]
> Low. This SRU affects the pulseaudio daemon only so the worst case would
> be loss of sound output/input. The same patches have been released to
> 17.10 for a month already and zero regressions of the crashes have
> occurred worldwide since then.
>
> [Other Info]
> Debdiff patch is attached to the most prolific bug 1539209.
>
> [Original Description]
>
> Bluetooth device keep disconnect and audio output tab is empty
>
> ProblemType: Crash
> DistroRelease: Ubuntu 17.04
> Package: pulseaudio 1:10.0-1ubuntu1
> ProcVersionSignature: Ubuntu 4.10.0-11.13-generic 4.10.1
> Uname: Linux 4.10.0-11-generic x86_64
> NonfreeKernelModules: nvidia_uvm nvidia
> ApportVersion: 2.20.4-0ubuntu2
> Architecture: amd64
> AudioDevicesInUse:
> USER PID ACCESS COMMAND
> /dev/snd/controlC1: bikram 14994 F.... pulseaudio
> /dev/snd/controlC0: bikram 14994 F.... pulseaudio
> CrashCounter: 1
> CurrentDesktop: Unity:Unity7
> Date: Sun Mar 12 21:52:24 2017
> ExecutablePath: /usr/bin/pulseaudio
> ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
> Signal: 6
> SourcePackage: pulseaudio
> StacktraceTop:
> pa_bluetooth_transport_set_state () from /usr/lib/pulse-10.0/modules/
> libbluez5-util.so
> ?? () from /usr/lib/pulse-10.0/modules/libbluez5-util.so
> ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
> dbus_connection_dispatch () from /lib/x86_64-linux-gnu/libdbus-1.so.3
> ?? () from /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-10.0.so
> Title: pulseaudio crashed with SIGABRT in pa_bluetooth_transport_set_
> state()
> UpgradeStatus: No upgrade log present (probably fresh install)
> UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
> dmi.bios.date: 11/14/2013
> dmi.bios.vendor: Dell Inc.
> ...

Read more...

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package pulseaudio - 1:8.0-0ubuntu3.4

---------------
pulseaudio (1:8.0-0ubuntu3.4) xenial; urgency=medium

  * debian/control: Update Vcs fields to launchpad git.
  * Cherrypick fixes for common crashes from upstream:
    - cb78d6f5: SIGABRT in device_start_waiting_for_profiles (LP: #1690028,
      LP: #1672171)
    - d985276c: SIGABRT in pa_alsa_path_set_volume (LP: #1539209, LP: #1562817)

 -- Daniel van Vugt <email address hidden> Fri, 11 Aug 2017 15:16:57 +0800

Changed in pulseaudio (Ubuntu Xenial):
status: Fix Committed → Fix Released
Revision history for this message
Brian Murray (brian-murray) wrote : Update Released

The verification of the Stable Release Update for pulseaudio has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
bikram tuladhar (bikramtuladhar2011) wrote : Re: [Bug 1672171] Re: pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles() from pa_bluetooth_transport_set_state() from profile_new_connection() from profile_handler() from _dbus_object_tree_dispatch_and_unlock()
Download full text (4.3 KiB)

Thanks!

On Sep 26, 2017 12:17 AM, "Launchpad Bug Tracker" <
<email address hidden>> wrote:

> This bug was fixed in the package pulseaudio - 1:8.0-0ubuntu3.4
>
> ---------------
> pulseaudio (1:8.0-0ubuntu3.4) xenial; urgency=medium
>
> * debian/control: Update Vcs fields to launchpad git.
> * Cherrypick fixes for common crashes from upstream:
> - cb78d6f5: SIGABRT in device_start_waiting_for_profiles (LP:
> #1690028,
> LP: #1672171)
> - d985276c: SIGABRT in pa_alsa_path_set_volume (LP: #1539209, LP:
> #1562817)
>
> -- Daniel van Vugt <email address hidden> Fri, 11 Aug 2017
> 15:16:57 +0800
>
> ** Changed in: pulseaudio (Ubuntu Xenial)
> Status: Fix Committed => Fix Released
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1672171
>
> Title:
> pulseaudio crashed with SIGABRT in device_start_waiting_for_profiles()
> from pa_bluetooth_transport_set_state() from profile_new_connection()
> from profile_handler() from _dbus_object_tree_dispatch_and_unlock()
>
> Status in PulseAudio:
> Fix Released
> Status in pulseaudio package in Ubuntu:
> Fix Released
> Status in pulseaudio source package in Xenial:
> Fix Released
>
> Bug description:
> [Impact]
> pulseaudio daemon crashes, interrupting sound output/input.
>
> [Test Case]
> Theoretical test case (crash does not happen for all users):
> 1. Get a Bluetooth audio device capable of multiple profiles (e.g. high
> fidelity A2DP and the lower quality headset profiles).
> 2. Pair it with your machine and select the device in sound settings.
> 3. Turn the Bluetooth audio device off and on again, making sure it is
> set to active if not automatically so.
> 4. Select the device in sound settings.
> 5. Check that that pulseaudio process is still running, with a start
> time older than when you began this test case.
>
> [Regression Potential]
> Low. This SRU affects the pulseaudio daemon only so the worst case would
> be loss of sound output/input. The same patches have been released to
> 17.10 for a month already and zero regressions of the crashes have
> occurred worldwide since then.
>
> [Other Info]
> Debdiff patch is attached to the most prolific bug 1539209.
>
> [Original Description]
>
> Bluetooth device keep disconnect and audio output tab is empty
>
> ProblemType: Crash
> DistroRelease: Ubuntu 17.04
> Package: pulseaudio 1:10.0-1ubuntu1
> ProcVersionSignature: Ubuntu 4.10.0-11.13-generic 4.10.1
> Uname: Linux 4.10.0-11-generic x86_64
> NonfreeKernelModules: nvidia_uvm nvidia
> ApportVersion: 2.20.4-0ubuntu2
> Architecture: amd64
> AudioDevicesInUse:
> USER PID ACCESS COMMAND
> /dev/snd/controlC1: bikram 14994 F.... pulseaudio
> /dev/snd/controlC0: bikram 14994 F.... pulseaudio
> CrashCounter: 1
> CurrentDesktop: Unity:Unity7
> Date: Sun Mar 12 21:52:24 2017
> ExecutablePath: /usr/bin/pulseaudio
> ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
> Signal: 6
> SourcePackage: pulseaudio
> StacktraceTop:
> pa_bluetooth_transport_set_state () from /usr/li...

Read more...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.