The script sets environment variable 'PADSP_DEBUG'
conditionally if the '-d' option is passed to it, 
but the executable (padsp.c) interrogates
PADSP_DEBUG unconditionally.  Adding

# Set default debug level to prevent segfault in 'getenv'
test $PADSP_DEBUG || export PADSP_DEBUG=0

to the padsp script prevents the error.

I'll open a bug in 'pulseaudio-utils' and provide the patch.
OK to close this, sorry for the noise and thanks for the nudge down the
right path.

 




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to