Bug 481661 - segfault whilst transcoding.
Summary: segfault whilst transcoding.
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: vorbis-tools
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Zdenek Prikryl
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-26 21:59 UTC by Dave Jones
Modified: 2015-01-04 22:30 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-05-28 12:12:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dave Jones 2009-01-26 21:59:59 UTC
I was transcoding my copy of http://theslip.nin.com/ from flac to oggs, and it crashed after the transcode was complete.

in gdb, this is what I got from the backtrace..

Program received signal SIGSEGV, Segmentation fault.
__libc_free (mem=0x17700c5760002) at malloc.c:3599
3599	  if (chunk_is_mmapped(p))                       /* release mmapped memory. */
(gdb) bt
#0  __libc_free (mem=0x17700c5760002) at malloc.c:3599
#1  0x00000000004023cd in flac_close (info=<value optimized out>) at flac.c:195
#2  0x0000000000403f67 in main (argc=<value optimized out>, argv=<value optimized out>) at oggenc.c:379


The key to the crash is to encode with --resample 44100 
(I need this otherwise my neuros player barfs on the oggs, as it won't play 96KHz oggs.)

Comment 1 Zdenek Prikryl 2009-03-19 09:56:56 UTC
Hello,
I downloaded the first song (01 999,999.flac CD quality) and everything works fine. Could you tell me how do you encode flacs?


Note You need to log in before you can comment on or make changes to this bug.