App crashes on startup on ubuntu 15.04

Bug #1490945 reported by Kieran Bingham
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
lives (Ubuntu)
New
Undecided
Unassigned

Bug Description

lsb_release -d
Description: Ubuntu 15.04

apt-cache policy lives
lives:
  Installed: 2.2.8~ds0-1ubuntu1
  Candidate: 2.2.8~ds0-1ubuntu1
  Version table:
 *** 2.2.8~ds0-1ubuntu1 0
        500 http://gb.archive.ubuntu.com/ubuntu/ vivid/universe amd64 Packages
        100 /var/lib/dpkg/status

Expected: Application to launch.
Actual: Application displays splash screen then terminates.

Note: - A quick google looks like this has been noted by the upstream and potentially fixed. So this package probably just needs a version bump

http://sourceforge.net/p/lives/bugs/205/?page=1

Debug log / Stack Trace:
kbingham@CookieMonster:~$ gdb /usr/lib/lives/lives-exe
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/lib/lives/lives-exe...Reading symbols from /usr/lib/debug/.build-id/c3/353ce6e35f1f292e90b7e0b3277a16aafe942d.debug...done.
done.
(gdb) r
Starting program: /usr/lib/lives/lives-exe
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

LiVES 2.2.8
Copyright 2002-2015 Gabriel Finch (<email address hidden>) and others.
LiVES comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions; see the file COPYING for details.

LiVES info: Invalid effect farneback_analyserfarneback_analysersalsaman1 found in compound effect image_stabilizer, line 4

LiVES info: Invalid effect farneback_analyserfarneback_analysersalsaman1 found in compound effect motion_analyser, line 4

**
Gtk:ERROR:/build/buildd/gtk+3.0-3.14.13/./gtk/gtkprogressbar.c:606:tick_cb: assertion failed: (priv->pulse2 > priv->pulse1)
[New Thread 0x7fffe2432700 (LWP 18573)]
[New Thread 0x7fffe1c31700 (LWP 18545)]
[New Thread 0x7fffe2c33700 (LWP 18543)]
[New Thread 0x7fffe98fb700 (LWP 18052)]
[New Thread 0x7fffea0fc700 (LWP 18051)]

Program received signal SIGABRT, Aborted.
0x00007ffff391c267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
55 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff391c267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
#1 0x00007ffff391deca in __GI_abort () at abort.c:89
#2 0x00007ffff63cab55 in g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff63cabea in g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff7755a7e in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#5 0x00007ffff7840134 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#6 0x00007ffff667a504 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7 0x00007ffff6693fa7 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8 0x00007ffff6694e4a in g_signal_emit_by_name () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9 0x00007ffff727e69c in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#10 0x00007ffff7270d08 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#11 0x00007ffff63a55e3 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#12 0x00007ffff63a4b4d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007ffff63a4f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007ffff63a4fcc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x000000000041d4c1 in lives_widget_context_update () at widget-helper.c:6897
#16 0x00000000004bdf47 in end_threaded_dialog () at dialogs.c:2694
#17 0x00000000004b6af4 in splash_end () at gui.c:4436
#18 0x0000000000423b04 in lives_init (ign_opts=0x8152e0 <ign_opts>) at main.c:1588
#19 0x0000000000424acf in lives_startup (data=<optimised out>) at main.c:2404
#20 0x00007ffff63a4b4d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00007ffff63a4f20 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007ffff63a5242 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff7701de5 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#24 0x00000000004173b1 in main (argc=1, argv=0x7fffffffde38) at main.c:3035
(gdb)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.