[Gstreamer-bugs] [Bug 132468] Changed - player segfaults at end of any avi play in colorspace convertion fct

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Sun Jan 25 07:35:55 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=132468

Changed by bugs at leroutier.net.

--- shadow/132468	Sun Jan 25 09:55:56 2004
+++ shadow/132468.tmp.5006	Sun Jan 25 10:35:54 2004
@@ -68,6 +68,27 @@
 #26 0x400846e6 in gst_thread_main_loop (arg=0x30000) at gstthread.c:551
 #27 0x403651c7 in g_thread_create_proxy () from /usr/lib/libglib-2.0.so.0
 #28 0x402a9fc8 in pthread_start_thread () from /lib/libpthread.so.0
 #29 0x402aa164 in pthread_start_thread_event () from /lib/libpthread.so.0
 #30 0x40467aaa in clone () from /lib/libc.so.6
 (gdb)
+
+------- Additional Comments From bugs at leroutier.net  2004-01-25 10:35 -------
+retried with basicgthread did the same crash even if the back-trace is
+smaller :
+
+(gdb) f 0
+#0  0x407ef3ab in yuv420p_to_rgba32 (dst=0x859a4c0, src=0x859aa80,
+width=512, height=384) at imgconvert_template.h:43
+43      in imgconvert_template.h
+(gdb) p *dst
+$1 = {data = {0x43a98008 "", 0x0, 0x0, 0x0}, linesize = {2048, 0, 0, 0}}
+(gdb) p *src
+$2 = {data = {0x0, 0x30000 <Address 0x30000 out of bounds>, 0x3c000
+<Address 0x3c000 out of bounds>, 0x0}, linesize = {512, 256, 256, 0}}
+
+file uploaded there :
+http://www.leroutier.net/Comme.des.connards.avi
+
+it is an xvid avi
+got the crash with another xvid avi too
+




More information about the Gstreamer-bugs mailing list