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 580480 - ffenc_mpeg4 segfault on gst-inspect
ffenc_mpeg4 segfault on gst-inspect
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-27 16:52 UTC by Christian Fredrik Kalager Schaller
Modified: 2010-09-21 01:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2009-04-27 16:52:25 UTC
imization for CBP
                           (0x08000000): qp-rd            - Rate Distoration Optimization for QP selection
                           (0x10000000): ss               - H263 slice struct
                           (0x40000000): scanoffset       - Reserve space for SVCD scan offset user data
                           (0x80000000): closedgop        - Closed GOP
  interlaced          : Interlaced Material
                        flags: readable, writable
                        Boolean. Default: false Current: false
  max-bframes         : Maximum B-frames in a row
                        flags: readable, writable
                        Integer. Range: 0 - 16 Default: 0 Current: 0
Segmentation fault
[cschalle@crazyhorse presets]$ gst-inspect-0.10 ffenc_mpeg4
Comment 1 Tim-Philipp Müller 2009-04-27 17:06:57 UTC
Strack trace?
Comment 2 Christian Fredrik Kalager Schaller 2009-04-27 21:37:42 UTC
what gdb command do I need to run to run gst-inspect inside gdb?
Comment 3 Christian Fredrik Kalager Schaller 2009-04-27 22:34:02 UTC
Program received signal SIGSEGV, Segmentation fault.
0x003617c4 in fini_context_translations () at setrans_client.c:243
243		free(prev_r2t_trans);
(gdb) thread apply bt all
(gdb) thread apply all bt

Thread 1 (Thread 0xb7fe16c0 (LWP 27084))

  • #0 fini_context_translations
    at setrans_client.c line 243
  • #1 fini_lib
    at init.c line 127
  • #2 __do_global_dtors_aux
    from /lib/libselinux.so.1
  • #3 _fini
    from /lib/libselinux.so.1
  • #4 _dl_fini
    at dl-fini.c line 248
  • #5 exit
    at exit.c line 75
  • #6 __libc_start_main
    at libc-start.c line 252
  • #7 _start

Comment 4 Jarkko Palviainen 2009-08-17 09:58:16 UTC
I cannot reproduce the crash with Ubuntu Karmic packages (gstreamer0.10-ffmpeg version: 0.10.7-1) or current Git. Is this bug already fixed? Which versions were used in the original report?

By the way, there is another unrelated bug affecting ffenc_mpeg4 in my installation: https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10-ffmpeg/+bug/379325/comments/6. I don't know whether that workaround can affect this bug.
Comment 5 Tim-Philipp Müller 2010-08-05 11:08:21 UTC
Christian, does this still happen?

No idea what causes this, but it looks selinux/linker/compiler/system-related and not GStreamer-related. Does the SELinux log say anything?
Comment 6 Felipe Besoaín Pino 2010-09-21 01:13:43 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!