Freeze exception for csound?
Julien Cristau
jcristau at debian.org
Thu Dec 16 19:02:24 UTC 2010
On Sat, Nov 13, 2010 at 21:13:58 -0300, Felipe Sateler wrote:
> Dear release team,
>
> Recently, a bug was reported against csound (#603321), which was
> already fixed in upstream CVS. The bug is severity: normal, although
> one could argue for a higher severity given that it segfaults whenever
> using a certain opcode.
>
> Here is the entire patch:
>
> Description: Acquire bus lock at init time
> Otherwise we get segfaults when trying to use it at perf time
> Origin: upstream, commit:1.40
> Bug-Debian: http://bugs.debian.org/603321
> --- a/OOps/bus.c
> +++ b/OOps/bus.c
> @@ -1056,6 +1056,8 @@
> err = csoundGetChannelPtr(csound, &(p->fp), (char*) p->iname,
> CSOUND_AUDIO_CHANNEL | CSOUND_OUTPUT_CHANNEL);
> if (LIKELY(!err)) {
> + p->lock = csoundGetChannelLock(csound, (char*) p->iname,
> + CSOUND_AUDIO_CHANNEL | CSOUND_OUTPUT_CHANNEL);
> p->h.opadr = (SUBR) chnclear_opcode_perf;
> return OK;
> }
>
>
> Would this be acceptable for squeeze? If not, I will not upload to
> leave the window open for a possible RC bug fix via unstable.
>
Yes, that would be fine. Sorry for the delayed answer.
Cheers,
Julien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20101216/8803d668/attachment-0001.pgp>
More information about the pkg-multimedia-maintainers
mailing list