On Mon, 21 Aug 2006 18:00:53 +0000 "Away With Spam" <[EMAIL PROTECTED]> wrote:
> [Transcode] > I've manually recompiled transcode. I retrieved the source from > http://www.linuxfromscratch.org/blfs/view/svn/multimedia/transcode.html That's a backup official (read: developer-recognized) 1.0.2 release archive here: http://fromani.exit1.org/transcode-1.0.2.tar.gz Of course since hash code matches there is no problem[1]. > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1115703632 (LWP 15565)] > 0x00002b2937e15a1b in memset () from /lib/libc.so.6 > (gdb) (decode_mp3.c) channels=2, samplerate=48000 Hz, bitrate=128 kbps, > (1152) > where > #0 0x00002b2937e15a1b in memset () from /lib/libc.so.6 > #1 0x0000000000425ae3 in yuv_clip_top_bottom ( > image=0x2aaaaaaae000 '\020' <repeats 200 times>..., > dest=0x2aaaaabe6000 '\020' <repeats 200 times>..., _width=480, > _height=272, _lines_top=-46, _lines_bottom=-44) at video_yuv.c:734 OK, that's the root of evil. That's a new entry in our bug list, and a pretty unexpected thing since this code was pretty stable in time, and that's the first time I heard a problem about it. Well, no problem, there is a first time for everything :D I'll look at this problem as soon as is possible, but it will take some time, don't know yet how much. In the meantime, you can try adding --accel C to your commandline and see what is changes. For shore, it will go slower, maybe it will not crash anymore. If transcode still crashes using --accel C too, please provide a crash report using gdb like this one, it will help debugging this issue. If you feel adventurous and/or you like to experiment, try future 1.1.0 from CVS HEAD: it features brand new code on interested area, and it's MUCH better maintained and maintenable (in facts, I works on 1.1.0 much much more than on 1.0.x, something like a 95%/5% ratio). HTH, Best regards, +++ [1] Yes, I'm aware of MD5 collisions. I'll be optimist for one time :P -- Francesco Romani - Ikitt ['people always complain, no matther what you do'] IM contact : (email first, Antispam default deny!) icq://27-83-87-867 known bugs : http://www.transcoding.org/cgi-bin/transcode?Bug_Showcase tiny homepage : http://fromani.exit1.org (see IDEAS if you want send code!)
