GNOME Bugzilla – Bug 724337
segfault when loading an xges
Last modified: 2014-02-16 19:59:07 UTC
$ ges-launch-1.0 -l /tmp/auto_pitivi_test_project_settings-backup.xges Loading project from : /tmp/auto_pitivi_test_project_settings-backup.xges (lt-ges-launch-1.0:8127): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed Segmentation fault (core dumped)
> $ ges-launch-1.0 -l /tmp/auto_pitivi_test_project_settings-backup.xges > Loading project from : /tmp/auto_pitivi_test_project_settings-backup.xges > > (lt-ges-launch-1.0:8127): GLib-GObject-CRITICAL **: > g_type_instance_get_private: assertion 'instance != NULL && instance->g_class > != NULL' failed > Segmentation fault (core dumped) Could you provide that project so we can debug it please?
Created attachment 269098 [details] file with the project Had the impression I attached it when I created the bug. - ah, it failed because I did not write a description, and it was simply ignored.
Created attachment 269115 [details] [review] ges: Give a reference to the formatter for the idle callback This avoid segfault as we are not guaranteed that the formatter will not be destroyed in the meantime. + Minor cleanup of handling of private members
@alex: Could you please check that out and tell me if it is good to push please?
Attachment 269115 [details] pushed as 387b234 - ges: Give a reference to the formatter for the idle callback