pulseaudio (RAOP module) crashed with SIGABRT in raise()

Bug #743073 reported by aspretto
56
This bug affects 9 people
Affects Status Importance Assigned to Milestone
pulseaudio (Ubuntu)
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: pulseaudio

plus de son apres installation vlc

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: pulseaudio 1:0.9.22+stable-queue-24-g67d18-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-7.39-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Architecture: amd64
AudioDevicesInUse:
 USER PID ACCESS COMMAND
 /dev/snd/controlC0: nonatty 8150 F.... pulseaudio
 /dev/snd/pcmC0D0c: nonatty 8150 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'NVidia'/'HDA NVidia at 0xfe024000 irq 22'
   Mixer name : 'Realtek ALC887'
   Components : 'HDA:10ec0887,1458a002,00100202'
   Controls : 38
   Simple ctrls : 21
Card1.Amixer.info:
 Card hw:1 'Generic'/'HD-Audio Generic at 0xfddfc000 irq 43'
   Mixer name : 'ATI R6xx HDMI'
   Components : 'HDA:1002aa01,00aa0100,00100200'
   Controls : 4
   Simple ctrls : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined penum
   Playback channels: Mono
   Mono: Playback [on]
CrashCounter: 1
Date: Sat Mar 26 13:03:33 2011
ExecutablePath: /usr/bin/pulseaudio
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64+mac (20110326)
ProcCmdline: /usr/bin/pulseaudio --start --log-target=syslog
ProcEnviron:
 LANGUAGE=fr_FR:en
 LANG=fr_FR.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: pulseaudio
StacktraceTop:
 raise () from /lib/x86_64-linux-gnu/libc.so.6
 abort () from /lib/x86_64-linux-gnu/libc.so.6
 ?? () from /usr/lib/pulse-0.9.22/modules/librtp.so
 pa_raop_client_set_volume () from /usr/lib/pulse-0.9.22/modules/libraop.so
 pa_sink_set_mute () from /usr/lib/libpulsecore-0.9.22.so
Title: pulseaudio crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
dmi.bios.date: 11/18/2009
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F1
dmi.board.name: M68M-S2P
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF1:bd11/18/2009:svnGigabyteTechnologyCo.,Ltd.:pnM68M-S2P:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnM68M-S2P:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
dmi.product.name: M68M-S2P
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

Revision history for this message
aspretto (evisa8) wrote :
Revision history for this message
Apport retracing service (apport) wrote :

StacktraceTop:
 raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
 abort () at abort.c:92
 rtsp_exec (c=0x1fefd40, cmd=0x7f52122f54f4 "SET_PARAMETER", content_type=0x7f52122f54e4 "text/parameters", content=0x203e4a0 "volume: -144,000000\r\n", headers=0x0, expect_response=<value optimized out>) at modules/rtp/rtsp_client.c:405
 pa_raop_client_set_volume (c=0x1fefbb0, volume=<value optimized out>) at modules/raop/raop_client.c:467
 pa_sink_set_mute (s=0x1ff0120, mute=true, save=true) at pulsecore/sink.c:1591

Revision history for this message
Apport retracing service (apport) wrote : Stacktrace.txt
Revision history for this message
Apport retracing service (apport) wrote : ThreadStacktrace.txt
Changed in pulseaudio (Ubuntu):
importance: Undecided → Medium
tags: removed: need-amd64-retrace
visibility: private → public
summary: - pulseaudio crashed with SIGABRT in raise()
+ pulseaudio (RAOP module) crashed with SIGABRT in raise()
Revision history for this message
Julian Taylor (jtaylor) wrote :

I get this crash every time I turn the volume to zero with the keyboard media keys.

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

This bug was fixed in the package pulseaudio - 1:0.9.22+stable-queue-24-g67d18-0ubuntu3

---------------
pulseaudio (1:0.9.22+stable-queue-24-g67d18-0ubuntu3) natty; urgency=low

  [ David Henningsson ]
  * Add separate profile for Nvidia to make it easier to select the right
    codec out of four (LP: #716371)
  * Add workaround to make it possible to control the volume of some
    USB headsets (LP: #749856, LP: #671560)

  [ Luke Yelavich ]
  * debian/control: Demote pulseaudio-module-raop to suggests, as it is
    causing various issues, including crashers, (LP: #742281, #743073)
    and re-opens (LP #688272)
  * Pull some bugfixes from the stable-queue branch:
    - 4fa7495 (vala: Some bugfixes for the vala bindings)
    - ea0a2a6 (vala: delegate FreeCb does not have a target.)
    - 64985aa (vala: move GLibMainLoop class into separate file to fix linker
               errors)
    - 9f52c10 (vala: Fix path error in the last commit.)
    - 1ade8df (build-sys: Link binaries linking libpulse to libpulsecommon too)
    - c25207f (build-sys: Link binaries linking libpulsecommon to libpulse too)
    - 4be49ae (build-sys: Link lirc libraries in right order)
    - fd5b282 (module-jack-sink/source: protect against null return in
               jack_get_ports) (LP: #733424)
    - 93e7a19 (vala: ChannelMap has no destroy function.)
  * debian/patches/0097-explicitly-link-libraries.patch: Dropped, applied
    upstream
  * debian/control, debian/rules: Add dh-autoreconf
 -- Luke Yelavich <email address hidden> Mon, 11 Apr 2011 16:58:14 +1000

Changed in pulseaudio (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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