[gstreamer-bugs] [Bug 164234] [swfdec] segmentation fault playing a flash v6 that swf_play plays ok

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Tue Jan 18 08:27:32 PST 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=164234
 GStreamer | gst-plugins | Ver: 0.8.7





------- Additional Comments From Stephane LOEUILLET  2005-01-18 11:27 -------
#0  0xb73410a1 in swfdec_bits_get_u16 (b=0x82799a8) at swfdec_bits.c:96
#1  0xb734098c in get_kerning_record (bits=0x82799a8, wide_codes=1) at
swfdec_font.c:106
#2  0xb7340db2 in tag_func_define_font_2 (s=0x82798f8) at swfdec_font.c:214
#3  0xb733b946 in swfdec_decoder_parse (s=0x82798f8) at swf.c:216
#4  0xb73d7be0 in gst_swfdec_loop (element=0x82787c8) at gstswfdec.c:234

(gdb) f 3
#3  0xb733b946 in swfdec_decoder_parse (s=0x82798f8) at swf.c:216

216               ret = func (s);
(gdb) f 2
#2  0xb7340db2 in tag_func_define_font_2 (s=0x82798f8) at swfdec_font.c:214

214           get_kerning_record (bits, wide_codes);
(gdb) f 1
#1  0xb734098c in get_kerning_record (bits=0x82799a8, wide_codes=1) at
swfdec_font.c:106
106         swfdec_bits_get_u16 (bits);
(gdb) f 0
#0  0xb73410a1 in swfdec_bits_get_u16 (b=0x82799a8) at swfdec_bits.c:96
96        r = b->ptr[0] | (b->ptr[1] << 8);


p  b->ptr[0]
$1 = 0 '\0'

p  b->ptr[1]
Cannot access memory at address 0x82b4000

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list