[gstreamer-bugs] [Bug 331543] crash on iTunes MPEG v4 AAC-LC files

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Feb 17 06:39:02 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=331543
 GStreamer | gst-plugins-bad | Ver: 0.10.2





------- Comment #2 from Stanislav Brabec  2006-02-17 14:39 UTC -------
No. it does not crash on my file.m4a.

But if I try to cut it, new (incorrect) file causes SIGBUS:

sbrabec at hammer:~> head -c 10000 file.m4a >file_cut.m4a
sbrabec at hammer:~> gst-launch-0.10 filesrc location=file_cut.m4a ! decodebin !
audioconvert !  audioresample ! alsasink
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Bus error (core dumped)

#0  qtdemux_parse (qtdemux=0x55b1f0, node=0x5e54d8, buffer=0xac94,
length=<value optimized out>)
    at qtdemux.c:1446
1446          len = QTDEMUX_GUINT32_GET (buf);
(gdb) bt
#0  qtdemux_parse (qtdemux=0x55b1f0, node=0x5e54d8, buffer=0xac94,
length=<value optimized out>)
    at qtdemux.c:1446
#1  0x00002aaaaaab7535 in qtdemux_parse (qtdemux=0x55b1f0, node=0x5e5438,
    buffer=<value optimized out>, length=<value optimized out>) at
qtdemux.c:1458
#2  0x00002aaaaaab7535 in qtdemux_parse (qtdemux=0x55b1f0, node=0x5e53c0,
    buffer=<value optimized out>, length=<value optimized out>) at
qtdemux.c:1458
#3  0x00002aaaaaab7535 in qtdemux_parse (qtdemux=0x55b1f0, node=0x5e5370,
    buffer=<value optimized out>, length=<value optimized out>) at
qtdemux.c:1458
#4  0x00002aaaaaab7535 in qtdemux_parse (qtdemux=0x55b1f0, node=0x5e5320,
    buffer=<value optimized out>, length=<value optimized out>) at
qtdemux.c:1458
#5  0x00002aaaaaab8083 in qtdemux_parse_moov (qtdemux=0x55b1f0,
buffer=0x2aaaaafba020,
    length=49299) at qtdemux.c:1379
#6  0x00002aaaaaabd12f in gst_qtdemux_loop (pad=<value optimized out>) at
qtdemux.c:595
#7  0x00002b1c2d2df2ed in gst_task_func (task=0x5e5150, tclass=<value optimized
out>)
    at gsttask.c:186
#8  0x00002b1c2df1b2e8 in g_thread_pool_push () from
/opt/gnome/lib64/libglib-2.0.so.0
#9  0x00002b1c2df196b6 in g_thread_create_full () from
/opt/gnome/lib64/libglib-2.0.so.0
#10 0x00002b1c2dbba223 in start_thread (arg=<value optimized out>) at
pthread_create.c:261
#11 0x00002b1c2e1238bd in clone () from /lib64/libc.so.6
#12 0x0000000000000000 in ?? ()


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list