After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574877 - totem-video-thumbnailer crashes with segfault on MP4 file
totem-video-thumbnailer crashes with segfault on MP4 file
Status: RESOLVED DUPLICATE of bug 573369
Product: GStreamer
Classification: Platform
Component: dont know
0.10.22
Other All
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-11 02:45 UTC by mark burdett
Modified: 2009-03-11 09:37 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description mark burdett 2009-03-11 02:45:16 UTC
Steps to reproduce:
1. totem-video-thumbnailer test.mp4 test.png
2. segmentation fault (core dumped)

Stack trace:
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
(gdb) run test.mp4 test.png
Starting program: /usr/local/bin/totem-video-thumbnailer test.mp4 test.png
[New LWP 100240]
[New Thread 0x80a002180 (LWP 100240)]
[New Thread 0x80a002900 (LWP 100203)]
[New Thread 0x80a002a80 (LWP 100250)]
[New Thread 0x11a70180 (LWP 100495)]
[New Thread 0x11a70300 (LWP 100507)]
[New Thread 0x11a70480 (LWP 100508)]
[New Thread 0x11a70600 (LWP 100509)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x11a70180 (LWP 100495)]
0x00000000121036b8 in gst_faad_setcaps (pad=0x80a4245c0, caps=0x80a18c840) at gstfaad.c:330
330	gstfaad.c: No such file or directory.
	in gstfaad.c
(gdb) thread apply all bt

Thread 8 (Thread 0x11a70600 (LWP 100509))

  • #0 __error
    from /lib/libthr.so.3
  • #1 pthread_cond_init
    from /lib/libthr.so.3
  • #2 ??
    from /usr/local/lib/gstreamer-0.10/libgstcoreelements.so
  • #3 gst_task_func
    at gsttask.c line 192
  • #4 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #5 g_thread_create_proxy
    at gthread.c line 635
  • #6 pthread_getprio
    from /lib/libthr.so.3
  • #7 ??

Other information:
Comment 1 Tim-Philipp Müller 2009-03-11 09:37:08 UTC
Thanks for taking the time to report this bug.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade.


*** This bug has been marked as a duplicate of 573369 ***