On Thu, Jan 25, 2007 at 08:38:22 +0100, Loïc Minier wrote:
> Could you provide a backtrace without optimization?
>
Here we go:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1335723088 (LWP 5043)]
0xb20fa239 in rgb24_to_rgba32 (dst=0xb06272ec, src=0xb06271ec, width=320,
height=240) at imgconvert_template.h:493
493 RGB_OUT(d, r, g, b);
#0 0xb20fa239 in rgb24_to_rgba32 (dst=0xb06272ec, src=0xb06271ec, width=320,
height=240) at imgconvert_template.h:493
s = (
const uint8_t *) 0xafc80ab0
"vd6ra2o]/o]/s_/s_/r\\+nY'wa-u`,q_(n\\$k[#n^%o_'o_'A.\025:'\016-\033"
d = (uint8_t *) 0xb2829000 "\177ELF\001\001\001"
src_wrap = 0
dst_wrap = -1200
j = 304
y = 36
#1 0xb20fcb96 in img_convert (dst=0xb06272ec, dst_pix_fmt=6, src=0xb06271ec,
src_pix_fmt=2, src_width=320, src_height=240) at imgconvert.c:2088
i = <value optimized out>
ret = <value optimized out>
int_pix_fmt = <value optimized out>
src_pix = (const PixFmtInfo *) 0xb260d9e8
dst_pix = (const PixFmtInfo *) 0x10
tmp1 = {data = {0xb20fb12c "�", 0xb06271ec " \200ǯ",
0xafc78020 "\n\b", 0x2 <Address 0x2 out of bounds>}, linesize = {320, 240,
1, -1335725672}}
inited = 1
#2 0xb20fd14c in img_convert (dst=0xb06272ec, dst_pix_fmt=6, src=0xb062726c,
src_pix_fmt=5, src_width=320, src_height=240) at imgconvert.c:2285
i = <value optimized out>
ret = <value optimized out>
int_pix_fmt = <value optimized out>
src_pix = (const PixFmtInfo *) 0xb238e0dc
dst_pix = (const PixFmtInfo *) 0xb238e0e8
tmp1 = {data = {0xafc78020 "\n\b", 0x0, 0x0,
0x5 <Address 0x5 out of bounds>}, linesize = {960, 240, 1943090368,
134513452}}
inited = 1
#3 0xb20fd14c in img_convert (dst=0xb06272ec, dst_pix_fmt=6, src=0xb062730c,
src_pix_fmt=4, src_width=320, src_height=240) at imgconvert.c:2285
i = <value optimized out>
ret = <value optimized out>
int_pix_fmt = <value optimized out>
src_pix = (const PixFmtInfo *) 0xb238e0d0
dst_pix = (const PixFmtInfo *) 0xb238e0e8
tmp1 = {data = { ... }, linesize = {320, 320, 320, 1}}
inited = 1
#4 0xb24ac645 in OpenChroma__0_8_5 ()
from /usr/lib/vlc/codec/libffmpeg_plugin.so
Hope this helps,
Julien