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 776064 - ges-launch-1.0 segfaults when omitting options argument
ges-launch-1.0 segfaults when omitting options argument
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal minor
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-13 21:50 UTC by Antonio Ospite
Modified: 2016-12-14 02:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Antonio Ospite 2016-12-13 21:50:26 UTC
I can replicate the segfault with this command line:

$ ./build/tools/ges-launch-1.0 -o
Error initializing: Missing argument for -o
Segmentation fault

The segfault seems to be from gst_deinit() in tools/ges-launch.c::main()
Comment 1 Thibault Saunier 2016-12-14 02:27:45 UTC
commit e8d9f9226a9117e706ee37e4aaf3f505f0b1317c
Author: Thibault Saunier <thibault.saunier@osg.samsung.com>
Date:   Tue Dec 13 23:26:23 2016 -0300

    ges-launch: Make sure GStreamer is always initialized
    
    https://bugzilla.gnome.org/show_bug.cgi?id=776064