GNOME Bugzilla – Bug 703152
Crash on split when run from PiTiVi
Last modified: 2013-09-24 16:03:32 UTC
I just updated to latest of everything (26 june 17h00 EST), and hit a crash when doing a split. To reproduce: 1. Open PiTiVi 2. Import an assert 3 Add it to the time line 4. Select some location 5. Click the split Program received signal SIGSEGV, Segmentation fault. 0x00007fffeef1789c in ges_uri_source_create_element (trksrc=0x7fff6006cd50) at ges-uri-source.c:221 221 switch (track->type) { Missing separate debuginfos, use: debuginfo-install at-spi2-atk-2.8.1-1.fc19.x86_64 at-spi2-core-2.8.0-1.fc19.x86_64 bzip2-libs-1.0.6-8.fc19.x86_64 clutter-gtk-1.4.4-1.fc19.x86_64 faad2-libs-2.7-4.fc19.x86_64 harfbuzz-0.9.18-3.fc19.x86_64 ibus-gtk3-1.5.2-7.fc19.x86_64 ibus-libs-1.5.2-7.fc19.x86_64 libattr-2.4.46-10.fc19.x86_64 libcap-2.22-6.fc19.x86_64 libdrm-2.4.45-1.fc19.x86_64 libpciaccess-0.13.1-3.fc19.x86_64 libwayland-client-1.1.90-0.1.20130515.fc19.x86_64 libwayland-cursor-1.1.90-0.1.20130515.fc19.x86_64 libwayland-server-1.1.90-0.1.20130515.fc19.x86_64 libxkbcommon-0.3.0-1.fc19.x86_64 mesa-dri-drivers-9.2-0.12.20130610.fc19.x86_64 mesa-libEGL-9.2-0.12.20130610.fc19.x86_64 mesa-libGL-9.2-0.12.20130610.fc19.x86_64 mesa-libgbm-9.2-0.12.20130610.fc19.x86_64 mesa-libglapi-9.2-0.12.20130610.fc19.x86_64 pcre-8.32-7.fc19.x86_64 pygobject2-2.28.6-9.fc19.x86_64 systemd-libs-204-9.fc19.x86_64 xz-libs-5.1.2-4alpha.fc19.x86_64 (gdb) print track $1 = (GESTrack *) 0x0 (gdb) bt
+ Trace 232153
commit c1451cf48c4d6c169e9f16c450d5ffd9af3b2804 Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Wed Jul 24 14:26:18 2013 -0400 clip: Fix the spliting method We should make sure that the newly created trackelement are inside a container when adding them to as this is needed for GESUriClip-s. Also do not try to set a child property on the TrackElement itself. https://bugzilla.gnome.org/show_bug.cgi?id=703152