Summary: | audio/sox: Play mode segfaults when releasing the device. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexandros Perdikomatis <alexandrosperdikomatis> | ||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | dnelson, tobik | ||||
Priority: | --- | Flags: | tobik:
maintainer-feedback+
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
URL: | http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=49929 | ||||||
Attachments: |
|
Description
Alexandros Perdikomatis
2016-10-07 05:34:53 UTC
Created attachment 188135 [details] sox.diff (In reply to Alexandros Perdikomatis from comment #0) I can confirm the segfault. Luckily there's a patch for it in pkgsrc which seems to fix the problem. I don't hear any clipping though when playback starts. Comment on attachment 188135 [details]
sox.diff
This patch looks good. Maintainer approved.
A commit references this bug: Author: tobik Date: Mon Nov 20 20:34:25 UTC 2017 New revision: 454577 URL: https://svnweb.freebsd.org/changeset/ports/454577 Log: audio/sox: Fix segfault in the OSS backend sox currently crashes when it finishes playing a file. PR: 213262 Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer) Reported by: Alexandros Perdikomatis <alexandrosperdikomatis@gmail.com> Obtained from: Pkgsrc MFH: 2017Q4 Changes: head/audio/sox/Makefile head/audio/sox/files/ head/audio/sox/files/patch-src_oss.c A commit references this bug: Author: tobik Date: Mon Nov 20 21:05:36 UTC 2017 New revision: 454580 URL: https://svnweb.freebsd.org/changeset/ports/454580 Log: MFH: r454577 audio/sox: Fix segfault in the OSS backend sox currently crashes when it finishes playing a file. PR: 213262 Approved by: Dan Nelson <dnelson@allantgroup.com> (maintainer) Reported by: Alexandros Perdikomatis <alexandrosperdikomatis@gmail.com> Obtained from: Pkgsrc Approved by: ports-secteam blanket Changes: _U branches/2017Q4/ branches/2017Q4/audio/sox/Makefile branches/2017Q4/audio/sox/files/ (In reply to Dan Nelson from comment #2) Committed. Thanks! |