Bug 130968
Summary: | sox segfaults after run | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Paul Nasrat <nobody+pnasrat> |
Component: | sox | Assignee: | Thomas Woerner <twoerner> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | byte |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | powerpc | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-08-26 15:35:10 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 121179 |
Description
Paul Nasrat
2004-08-26 08:54:27 UTC
ef: Electric Fence 2.2.0 Copyright (C) 1987-1999 Bruce Perens <bruce> ElectricFence Aborting: free(7ffffbd3): address not from malloc(). valgrind snippet: ==25804== Invalid free() / delete / delete[] ==25804== at 0xFE9903C: free (vg_replace_malloc.c:186) ==25804== by 0x100173A0: (within /usr/bin/sox) ==25804== by 0x10004430: (within /usr/bin/sox) ==25804== by 0xF83F824: __libc_start_main (in /lib/libc-2.3.3.so) ==25804== Address 0x7FFFFB2B is on thread 1's stack ... ==25804== malloc/free: 7 allocs, 8 frees, 48736 bytes allocated. Double free? No, the problem was a free on an unset pointer in the wav file handler. Fixed in rawhide in rpm sox-12.17.5-2, or newer. |