Kumar Appaiah, le Sun 24 Oct 2010 18:04:59 -0500, a écrit :
> 1. Could you please confirm the version number of the package where
> this works? I would guess that it is 1:2.0.95~beta-1.

Yes it is.

> The version number you have used seems to be a custom one.

I have started reportbug after installing my fixed package :)

> 2. Could you please tell me an easy way to reproduce the error, so
> that I can confirm that the built package works perfectly?

Well, it's not so easy.  I had to reroute audsp:

$ cd /usr/lib/festival
$ mv audsp audsp.real
$ cat << EOF > audsp
#!/bin/bash
exec /usr/bin/valgrind --track-origins=yes --log-file=/tmp/blip 
/usr/lib/festival/audsp.real "$@"

Also, the crash may depend on some conditions, for instance not having
an esd server running.  Is it mandatory to run an esd server btw?  The
tools seems to expect one running, which is not necessarily common
nowadays with the pulseaudio server:

$ na_play ~/test.wav                              
ESD: error writing - Bad file descriptor
$ esd &
$ na_play ~/test.wav                              
$

I tried to force the linux alsa frontend, but it didn't work:

$ NA_PLAY_PROTOCOL=linux16audio na_play ~/test.wav 
MacOS X audio support not compiled.

...

Samuel



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to