Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696912 - media-sound/pulseaudio-modules-bt-9999 with media-sound/pulseaudio-13.0 - pulseaudio: segmentation fault in ? at ?
Summary: media-sound/pulseaudio-modules-bt-9999 with media-sound/pulseaudio-13.0 - pul...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Jason A. Donenfeld
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-10-07 17:52 UTC by Jerome Venturi
Modified: 2019-10-20 11:04 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Gdb traceback (gdb-traceback.log,817 bytes, text/x-log)
2019-10-07 18:18 UTC, Jerome Venturi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jerome Venturi 2019-10-07 17:52:20 UTC
After building media-sound/pulseaudio-modules-bt-9999 against media-sound/pulseaudio-13.0 and following all the step (ie enabling bluethoot by editing '/etc/pulse/default.pa' like the ebuild suggest), pulseaudio won't start any more and segfault:

Oct  7 19:14:31 Gentoo kernel: pulseaudio[9328]: segfault at 0 ip 0000000000000000 sp 00007ffc11573f58 error 14 in pulseaudio[55eca7a8b000+5000]
Oct  7 19:14:31 Gentoo kernel: Code: Bad RIP value.

This is already know upstream : https://github.com/EHfive/pulseaudio-modules-bt/issues/83 


Reproducible: Always

Steps to Reproduce:
1. Install media-sound/pulseaudio-13.0 with use=-bluetooth
2. Install media-sound/pulseaudio-modules-bt-9999
3. enable bluetooth by editing '/etc/pulse/default.pa'
Actual Results:  
pulseaudio segfault

Expected Results:  
pulseaudio running and bluetooth working
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-10-07 17:54:51 UTC
Please attach a gdb traceback.
Comment 2 Jerome Venturi 2019-10-07 18:18:23 UTC
Created attachment 592092 [details]
Gdb traceback
Comment 3 mirko.langisch 2019-10-09 15:03:33 UTC
the pa-submodule is at v12.2 per default, so the module is compiled against the wrong version of pulseaudio

the ebuild should update the submodule to the right/installed version of pulseaudio
Comment 4 Larry the Git Cow gentoo-dev 2019-10-20 11:04:24 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b92e2ecb3be3dda4270e5971155daefd028c851

commit 5b92e2ecb3be3dda4270e5971155daefd028c851
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-10-20 11:03:12 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-10-20 11:04:16 +0000

    media-sound/pulseaudio-modules-bt: Fix compilation with latest pulseaudio
    
    Ensure we use right pa-modules version
    
    Closes: https://bugs.gentoo.org/696912
    Thanks-to: Jerome Venturi
    Thanks-to: EHfive
    Package-Manager: Portage-2.3.77, Repoman-2.3.17
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)