I couldn't seem to give the -debug arg to lives under gdb so here it is 
without.  This time it hung up instead of crashing.


doug@doug-desktop:~$ gdb lives
GNU gdb (GDB) 7.5-ubuntu
Copyright (C) 2012 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".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/lives...done.
(gdb) run
Starting program: /usr/bin/lives
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffec8f6700 (LWP 12347)]
[New Thread 0x7fffe6daa700 (LWP 12348)]

LiVES 2.0.3
Copyright 2002-2013 Gabriel Finch ([email protected]) 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.

[New Thread 0x7fffe5d53700 (LWP 12365)]
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

[New Thread 0x7fffbed40700 (LWP 12853)]
[Thread 0x7fffe5d53700 (LWP 12365) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6916c30 in g_type_check_instance_cast ()
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
(gdb) bt
#0  0x00007ffff6916c30 in g_type_check_instance_cast ()
    from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#1  0x00000000005540f8 in draw_block (mt=0x254cf80,
     mt@entry=<error reading variable: Cannot access memory at address 
0x7fffffffcb48>,
     cairo=<error reading variable: Cannot access memory at address 
0x7fffffffcab8>,
     surf=<error reading variable: Cannot access memory at address 
0x7fffffffcac0>, block=0x29b68b0, x1=0,
     x2=<error reading variable: Cannot access memory at address 
0x7fffffffcab0>) at multitrack.c:831
(gdb)









On 13-04-16 09:07 PM, salsaman wrote:
> No sorry, I should have said backtrace and not stack trace. Make sure 
> you have gdb installed, the run lives -debug. When it crashes, type 
> "bt" at the prompt.
>
> Regards,
> Gabriel.
>
>
>
> http://lives.sourceforge.net
> https://www.ohloh.net/accounts/salsaman
>
>
> On Wed, Apr 10, 2013 at 8:44 PM, Doug Webb <[email protected] 
> <mailto:[email protected]>> wrote:
>
>     This time it crashed just after inserting video in Multi mode. Here's
>     the stack trace.
>
>
>     poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3,
>     events=POLLIN}, {fd=11, events=POLLIN}], 4, 4) = 0 (Timeout)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3,
>     events=POLLIN}, {fd=11, events=POLLIN}], 4, 4) = 0 (Timeout)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3,
>     events=POLLIN}, {fd=11, events=POLLIN}], 4, 4) = 0 (Timeout)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=3,
>     events=POLLIN}, {fd=11, events=POLLIN}], 4, 4) = 1 ([{fd=6,
>     revents=POLLIN}])
>     recvfrom(6,
>     
> "#\203\310g\26\0\0\0\5\0\2\0\331\352H\0\1\0\0\0`\2\0\0\312\22\340\3\344\22\340\3"...,
>     4096, 0, NULL, NULL) = 272
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"$\0\1\0\203(\3\0`\2\0\0\2\0\203\0", 16}, {NULL, 0}, {"",
>     0}], 3) = 16
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\312g\7\0\0\0`\2\0\0\260\333\340\0\0\0\260\1\0\0\264\2\0\0\260\1\0\0\264\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\260\333\340\0\2\0\0\0", 12}, {NULL, 0},
>     {"", 0}],
>     3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\313g\7\0\0\0`\2\0\0\261\333\340\0\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\261\333\340\0\2\0\0\0", 12}, {NULL, 0},
>     {"", 0}],
>     3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\314g\7\0\0\0`\2\0\0\312\22\340\3\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\312\22\340\3\2\0\0\0", 12}, {NULL, 0}, {"",
>     0}],
>     3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\315g\7\0\0\0`\2\0\0\344\22\340\3\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"%(\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\312\22\340\3\2\0\0\0", 12}, {NULL, 0}, {"",
>     0}],
>     3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\317g\7\0\0\0`\2\0\0\344\22\340\3\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6,
>     
> [{"\203*\4\0\312\22\340\3{\24\340\3\2\0\203\0_\2\2\0{\24\340\3\203*\4\0\312\22\340\3"...,
>     56}, {NULL, 0}, {"", 0}], 3) = 56
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\324g\7\0\0\0`\2\0\0\260\333\340\0\0\0\260\1\0\0\264\2\0\0\260\1\0\0\264\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\260\333\340\0\2\0\340\3", 12}, {NULL, 0}, {"",
>     0}], 3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\325g\7\0\0\0`\2\0\0\261\333\340\0\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\261\333\340\0\2\0\340\3", 12}, {NULL, 0}, {"",
>     0}], 3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\326g\7\0\0\0`\2\0\0\312\22\340\3\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\312\22\340\3\2\0\340\3", 12}, {NULL, 0}, {"",
>     0}], 3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     
> "\1(\327g\7\0\0\0`\2\0\0\344\22\340\3\0\0\260\1\0\0\264\2\0\0o\1\0\0\234\2"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\344\22\340\3\2\0\340\3", 12}, {NULL, 0}, {"",
>     0}], 3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     "\1(\330g\7\0\0\0`\2\0\0\0\0\0\0\0\0\260\1\0\0\264\2\0\0o\1\0\0N\0"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"%(\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"\203(\3\0\344\22\340\3\2\0\340\3", 12}, {NULL, 0}, {"",
>     0}], 3) = 12
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     "\1(\332g\7\0\0\0`\2\0\0\0\0\0\0\0\0\260\1\0\0\264\2\0\0o\1\0\0N\0"...,
>     4096, 0, NULL, NULL) = 60
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     stat("/usr/share/pixmaps/gnome", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/usr/local/share/pixmaps/gnome", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/gnome/pixmaps/gnome", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/ubuntu/pixmaps/gnome", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/share/icons/gnome", {st_mode=S_IFDIR|0755, st_size=4096,
>     ...}) = 0
>     stat("/usr/local/share/icons/gnome", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/gnome/icons/gnome", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/ubuntu/icons/gnome", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/home/doug/.icons/gnome", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/home/doug/.local/share/icons/gnome", 0x7fff94f53550) = -1
>     ENOENT
>     (No such file or directory)
>     stat("/usr/share/pixmaps/ubuntu-mono-light", 0x7fff94f53550) = -1
>     ENOENT
>     (No such file or directory)
>     stat("/usr/local/share/pixmaps/ubuntu-mono-light", 0x7fff94f53550)
>     = -1
>     ENOENT (No such file or directory)
>     stat("/usr/share/gnome/pixmaps/ubuntu-mono-light", 0x7fff94f53550)
>     = -1
>     ENOENT (No such file or directory)
>     stat("/usr/share/ubuntu/pixmaps/ubuntu-mono-light",
>     0x7fff94f53550) = -1
>     ENOENT (No such file or directory)
>     stat("/usr/share/icons/ubuntu-mono-light", {st_mode=S_IFDIR|0755,
>     st_size=4096, ...}) = 0
>     stat("/usr/local/share/icons/ubuntu-mono-light", 0x7fff94f53550) = -1
>     ENOENT (No such file or directory)
>     stat("/usr/share/gnome/icons/ubuntu-mono-light", 0x7fff94f53550) = -1
>     ENOENT (No such file or directory)
>     stat("/usr/share/ubuntu/icons/ubuntu-mono-light", 0x7fff94f53550) = -1
>     ENOENT (No such file or directory)
>     stat("/home/doug/.icons/ubuntu-mono-light", 0x7fff94f53550) = -1
>     ENOENT
>     (No such file or directory)
>     stat("/home/doug/.local/share/icons/ubuntu-mono-light",
>     0x7fff94f53550)
>     = -1 ENOENT (No such file or directory)
>     stat("/home/doug/.local/share/icons/Humanity", 0x7fff94f53550) = -1
>     ENOENT (No such file or directory)
>     stat("/home/doug/.icons/Humanity", 0x7fff94f53550) = -1 ENOENT (No
>     such
>     file or directory)
>     stat("/usr/share/ubuntu/icons/Humanity", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/share/gnome/icons/Humanity", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/local/share/icons/Humanity", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/share/icons/Humanity", {st_mode=S_IFDIR|0755, st_size=4096,
>     ...}) = 0
>     stat("/usr/share/ubuntu/pixmaps/Humanity", 0x7fff94f53550) = -1 ENOENT
>     (No such file or directory)
>     stat("/usr/share/gnome/pixmaps/Humanity", 0x7fff94f53550) = -1 ENOENT
>     (No such file or directory)
>     stat("/usr/local/share/pixmaps/Humanity", 0x7fff94f53550) = -1 ENOENT
>     (No such file or directory)
>     stat("/usr/share/pixmaps/Humanity", 0x7fff94f53550) = -1 ENOENT
>     (No such
>     file or directory)
>     stat("/home/doug/.local/share/icons/hicolor", 0x7fff94f53550) = -1
>     ENOENT (No such file or directory)
>     stat("/home/doug/.icons/hicolor", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/usr/share/ubuntu/icons/hicolor", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/share/gnome/icons/hicolor", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/local/share/icons/hicolor", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096,
>     ...}) = 0
>     stat("/usr/share/ubuntu/pixmaps/hicolor", 0x7fff94f53550) = -1 ENOENT
>     (No such file or directory)
>     stat("/usr/share/gnome/pixmaps/hicolor", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/local/share/pixmaps/hicolor", 0x7fff94f53550) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/share/pixmaps/hicolor", 0x7fff94f53550) = -1 ENOENT (No
>     such
>     file or directory)
>     stat("/home/doug/.local/share/icons", 0x7fff94f53550) = -1 ENOENT (No
>     such file or directory)
>     stat("/home/doug/.icons", {st_mode=S_IFDIR|0755, st_size=4096,
>     ...}) = 0
>     stat("/usr/share/ubuntu/icons", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/usr/share/gnome/icons", 0x7fff94f53550) = -1 ENOENT (No
>     such file
>     or directory)
>     stat("/usr/local/share/icons", 0x7fff94f53550) = -1 ENOENT (No
>     such file
>     or directory)
>     stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096,
>     ...}) = 0
>     stat("/usr/share/ubuntu/pixmaps", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/usr/share/gnome/pixmaps", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/usr/local/share/pixmaps", 0x7fff94f53550) = -1 ENOENT (No such
>     file or directory)
>     stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096,
>     ...}) = 0
>     lstat("/usr/share/icons/Humanity/actions/22/media-seek-backward.svg",
>     {st_mode=S_IFREG|0644, st_size=2043, ...}) = 0
>     stat("/home/doug/.local/share//mime/mime.cache", 0x7fff94f52290) = -1
>     ENOENT (No such file or directory)
>     stat("/home/doug/.local/share//mime/globs", 0x7fff94f52290) = -1
>     ENOENT
>     (No such file or directory)
>     stat("/home/doug/.local/share//mime/magic", 0x7fff94f52290) = -1
>     ENOENT
>     (No such file or directory)
>     stat("/usr/share/ubuntu/mime/mime.cache", 0x7fff94f52290) = -1 ENOENT
>     (No such file or directory)
>     stat("/usr/share/ubuntu/mime/globs", 0x7fff94f52290) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/ubuntu/mime/magic", 0x7fff94f52290) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share/gnome/mime/mime.cache", 0x7fff94f52290) = -1
>     ENOENT (No
>     such file or directory)
>     stat("/usr/share/gnome/mime/globs", 0x7fff94f52290) = -1 ENOENT
>     (No such
>     file or directory)
>     stat("/usr/share/gnome/mime/magic", 0x7fff94f52290) = -1 ENOENT
>     (No such
>     file or directory)
>     stat("/usr/local/share//mime/mime.cache", 0x7fff94f52290) = -1 ENOENT
>     (No such file or directory)
>     stat("/usr/local/share//mime/globs", 0x7fff94f52290) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/local/share//mime/magic", 0x7fff94f52290) = -1 ENOENT (No
>     such file or directory)
>     stat("/usr/share//mime/mime.cache", {st_mode=S_IFREG|0644,
>     st_size=113044, ...}) = 0
>     open("/usr/share/icons/Humanity/actions/22/media-seek-backward.svg",
>     O_RDONLY) = 20
>     fstat(20, {st_mode=S_IFREG|0644, st_size=2043, ...}) = 0
>     read(20, "<?xml version=\"1.0\" encoding=\"UT"..., 65536) = 2043
>     read(20, "", 65536)                     = 0
>     close(20)                               = 0
>     lstat("/usr/share/icons/Humanity/actions/22/media-playback-start.svg",
>     {st_mode=S_IFREG|0644, st_size=1407, ...}) = 0
>     open("/usr/share/icons/Humanity/actions/22/media-playback-start.svg",
>     O_RDONLY) = 20
>     fstat(20, {st_mode=S_IFREG|0644, st_size=1407, ...}) = 0
>     read(20, "<?xml version=\"1.0\" encoding=\"UT"..., 65536) = 1407
>     read(20, "", 65536)                     = 0
>     close(20)                               = 0
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6,
>     
> [{"5\30\4\0|\24\340\3\312\22\340\3@\1k\1\213\4\6\0}\24\340\3|\24\340\3\21\2\0\0"...,
>     3052},
>     
> {"\362\363\356\377\362\365\356\377\363\365\356\377\362\366\353\377\362\367\353\377\364\370\353\377\366\372\352\377\364\370\352\377"...,
>     261120}, {"", 0}], 3) = 264172
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"H\2\6\17\202\24\340\3\20\0\340\3@\1\f\0\0\0\314\0\0
>     \340\0034K]\377x\254\306\377"..., 16376}, {NULL, 0}, {"", 0}], 3)
>     = 16376
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLIN|POLLOUT}])
>     recvfrom(6,
>     
> "#\203\377g\30\0\0\0\6\0\2\0\1\353H\0\0\0\0\0`\2\0\0\344\22\340\3\0\0\0\0"...,
>     4096, 0, NULL, NULL) = 128
>     writev(6,
>     
> [{"\213\32\7\0\1\24\340\3\343\22\340\3\377\377\377\377\377\377\377\377\0\0\20\0\31\6\1\0\213\n\20\0"...,
>     14664},
>     
> {"\0\177F\0\0\202F\0\0003\7\0\0\177F\0\0\24\6\0\0\217F\0\0003\7\0\0\177F\0"...,
>     9120}, {"", 0}], 3) = 23784
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6,
>     [{";\0\t\0\r\0\340\3\0\0\0\0I\1\0\0\31\6\21\0\0\0A\0\16\0\31\0\0\0_\0"...,
>     96}, {NULL, 0}, {"", 0}], 3) = 96
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     poll([{fd=6, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=6,
>     revents=POLLOUT}])
>     writev(6, [{"+\0\1\0", 4}, {NULL, 0}, {"", 0}], 3) = 4
>     poll([{fd=6, events=POLLIN}], 1, -1)    = 1 ([{fd=6, revents=POLLIN}])
>     recvfrom(6,
>     "\1\2ah\0\0\0\0\313\22\340\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0",
>     4096, 0, NULL, NULL) = 32
>     recvfrom(6, 0x2a8b0b4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource
>     temporarily unavailable)
>     --- SIGSEGV (Segmentation fault) @ 0 (0) ---
>     rt_sigaction(SIGSEGV, {SIG_DFL, [SEGV], SA_RESTORER|SA_RESTART,
>     0x7f45053f54a0}, {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER,
>     0x7f450578dcb0}, 8) = 0
>     rt_sigaction(SIGABRT, {SIG_DFL, [ABRT], SA_RESTORER|SA_RESTART,
>     0x7f45053f54a0}, {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER,
>     0x7f450578dcb0}, 8) = 0
>     write(2, "\nUnfortunately LiVES crashed.\nPl"..., 173
>     Unfortunately LiVES crashed.
>     Please report this bug at
>     http://sourceforge.net/tracker/?group_id=64341&atid=507139
>     Thanks. Recovery should be possible if you restart LiVES.
>     ) = 173
>     write(2, "\n\nWhen reporting crashes, please"..., 119
>
>     When reporting crashes, please include details of your operating
>     system,
>     distribution, and the LiVES version (2.0.3)
>     ) = 119
>     write(2, "and any information shown below:"..., 34and any information
>     shown below:
>
>     ) = 34
>     clone(child_stack=0,
>     flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
>     child_tidptr=0x7f4508f2dc10) = 5519
>     wait4(5519, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5519
>     --- SIGCHLD (Child exited) @ 0 (0) ---
>     write(2, "Preserving set.\n", 16Preserving set.
>     )       = 16
>     munmap(0x7f44c1d97000, 33558528)        = 0
>     rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER, 0x7f450578dcb0}, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigprocmask(SIG_BLOCK, [CHLD], [INT ABRT SEGV TERM], 8) = 0
>     clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD,
>     parent_tidptr=0x7fff94f54cc0) = 5522
>     wait4(5522, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 5522
>     rt_sigaction(SIGINT, {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER,
>     0x7f45053f54a0}, NULL, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0},
>     NULL,
>     8) = 0
>     rt_sigprocmask(SIG_SETMASK, [INT ABRT SEGV TERM], NULL, 8) = 0
>     write(18, "W", 1)                       = 1
>     write(18, "W", 1)                       = 1
>     futex(0x2d7c100, FUTEX_UNLOCK_PI_PRIVATE, 0) = 0
>     write(18, "W", 1)                       = 1
>     futex(0x2d7c100, FUTEX_UNLOCK_PI_PRIVATE, 0) = 0
>     close(19)                               = 0
>     munmap(0x7f44cfbed000, 67112960)        = 0
>     unlink("/dev/shm/pulse-shm-1934087794") = 0
>     close(17)                               = 0
>     close(18)                               = 0
>     getcwd("/home/doug", 4096)              = 11
>     chdir("/home/doug")                     = 0
>     rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigprocmask(SIG_BLOCK, [CHLD], [INT ABRT SEGV TERM], 8) = 0
>     clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD,
>     parent_tidptr=0x7fff94f54cc0) = 5524
>     wait4(5524, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5524
>     rt_sigaction(SIGINT, {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER,
>     0x7f45053f54a0}, NULL, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0},
>     NULL,
>     8) = 0
>     rt_sigprocmask(SIG_SETMASK, [INT ABRT SEGV TERM], NULL, 8) = 0
>     rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigprocmask(SIG_BLOCK, [CHLD], [INT ABRT SEGV TERM], 8) = 0
>     clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD,
>     parent_tidptr=0x7fff94f54cc0) = 5532
>     wait4(5532, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5532
>     rt_sigaction(SIGINT, {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER,
>     0x7f45053f54a0}, NULL, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0},
>     NULL,
>     8) = 0
>     rt_sigprocmask(SIG_SETMASK, [INT ABRT SEGV TERM], NULL, 8) = 0
>     unlink("/home/doug/livestmp//teset/lock.4982") = -1 ENOENT (No
>     such file
>     or directory)
>     unlink("/home/doug/livestmp//.smogplugin.4982") = -1 ENOENT (No such
>     file or directory)
>     rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f45053f54a0},
>     {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0}, 8) = 0
>     rt_sigprocmask(SIG_BLOCK, [CHLD], [INT ABRT SEGV TERM], 8) = 0
>     clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD,
>     parent_tidptr=0x7fff94f44c60) = 5535
>     wait4(5535, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 5535
>     rt_sigaction(SIGINT, {0x41c0a0, [INT ABRT SEGV TERM], SA_RESTORER,
>     0x7f45053f54a0}, NULL, 8) = 0
>     rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f45053f54a0},
>     NULL,
>     8) = 0
>     rt_sigprocmask(SIG_SETMASK, [INT ABRT SEGV TERM], NULL, 8) = 0
>     access("/home/doug/livestmp//.smogplugin.4982", F_OK) = 0
>     open("/home/doug/livestmp//.smogplugin.4982", O_RDONLY) = 17
>     read(17, "finalised\n", 65535)          = 10
>     close(17)                               = 0
>     unlink("/home/doug/livestmp//.smogplugin.4982") = 0
>     unlink("/home/doug/livestmp//.smogplugin.4982") = -1 ENOENT (No such
>     file or directory)
>     munmap(0x7f44f5d3f000, 2121976)         = 0
>     munmap(0x7f44f5b3a000, 2113744)         = 0
>     munmap(0x7f44f5934000, 2117856)         = 0
>     munmap(0x7f44f572f000, 2113752)         = 0
>     munmap(0x7f44f5529000, 2117848)         = 0
>     munmap(0x7f44f5323000, 2119936)         = 0
>     munmap(0x7f44f511d000, 2118944)         = 0
>     munmap(0x7f44f4f06000, 2187520)         = 0
>     munmap(0x7f44f4d01000, 2113752)         = 0
>     munmap(0x7f44f4afb000, 2117856)         = 0
>     munmap(0x7f44f48f5000, 2117840)         = 0
>     munmap(0x7f44f46ee000, 2122040)         = 0
>     munmap(0x7f44f44e7000, 2122072)         = 0
>     munmap(0x7f44f42e2000, 2113768)         = 0
>     munmap(0x7f44f40dc000, 2117840)         = 0
>     munmap(0x7f44efdfa000, 2117840)         = 0
>     munmap(0x7f44efbf4000, 2120968)         = 0
>     munmap(0x7f44ef9ee000, 2118912)         = 0
>     getcwd("/home/doug", 4096)              = 11
>     chdir("/usr/lib/lives/plugins/effects/realtime/weed") = 0
>     chdir("/home/doug")                     = 0
>     munmap(0x7f44ef7e1000, 2146896)         = 0
>     munmap(0x7f44ef5db000, 2117912)         = 0
>     munmap(0x7f44ef3d1000, 2136480)         = 0
>     munmap(0x7f44ef1cb000, 2119456)         = 0
>     munmap(0x7f44eefc5000, 2117872)         = 0
>     munmap(0x7f44eedbf000, 2117856)         = 0
>     getcwd("/home/doug", 4096)              = 11
>     chdir("/usr/lib/lives/plugins/effects/realtime/weed") = 0
>     chdir("/home/doug")                     = 0
>     munmap(0x7f44eebb5000, 2134400)         = 0
>     munmap(0x7f44ee9b0000, 2113776)         = 0
>     munmap(0x7f44ee7aa000, 2117944)         = 0
>     munmap(0x7f44ee5a4000, 2117864)         = 0
>     munmap(0x7f44ee39e000, 2120968)         = 0
>     munmap(0x7f44ee198000, 2117864)         = 0
>     munmap(0x7f44edf93000, 2113744)         = 0
>     munmap(0x7f44edd8d000, 2117896)         = 0
>     munmap(0x7f44edb88000, 2113744)         = 0
>     munmap(0x7f44ed983000, 2113744)         = 0
>     munmap(0x7f44ed77e000, 2113744)         = 0
>     munmap(0x7f44ed579000, 2117376)         = 0
>     munmap(0x7f44ed374000, 2113744)         = 0
>     getcwd("/home/doug", 4096)              = 11
>     chdir("/usr/lib/lives/plugins/effects/realtime/weed") = 0
>     chdir("/home/doug")                     = 0
>     munmap(0x7f44ed0eb000, 2654864)         = 0
>     munmap(0x7f44ecee5000, 2118944)         = 0
>     munmap(0x7f44eccdf000, 2119936)         = 0
>     getcwd("/home/doug", 4096)              = 11
>     chdir("/usr/lib/lives/plugins/effects/realtime/weed") = 0
>     chdir("/home/doug")                     = 0
>     munmap(0x7f44eca57000, 2650688)         = 0
>     munmap(0x7f44ec851000, 2117848)         = 0
>     munmap(0x7f44ec64b000, 2120968)         = 0
>     munmap(0x7f44ec445000, 2117864)         = 0
>     munmap(0x7f44ec23f000, 2117840)         = 0
>     munmap(0x7f44ec039000, 2117856)         = 0
>     getcwd("/home/doug", 4096)              = 11
>     chdir("/usr/lib/lives/plugins/effects/realtime/weed") = 0
>     chdir("/home/doug")                     = 0
>     munmap(0x7f44e7de6000, 2203032)         = 0
>     munmap(0x7f44e7be1000, 2113760)         = 0
>     munmap(0x7f44e79dc000, 2113744)         = 0
>     munmap(0x7f44e7754000, 2652328)         = 0
>     munmap(0x7f44e754e000, 2117864)         = 0
>     munmap(0x7f44e7348000, 2117912)         = 0
>     munmap(0x7f44e7142000, 2117848)         = 0
>     munmap(0x7f44e6f3d000, 2113744)         = 0
>     munmap(0x7f44e6d35000, 2126216)         = 0
>     munmap(0x7f44d3e2c000, 2118064)         = 0
>     munmap(0x7f44d3bee000, 2349152)         = 0
>     close(14)                               = 0
>     close(15)                               = 0
>     close(16)                               = 0
>     exit_group(0)                           = ?
>
>
>     On 13-04-09 08:20 PM, salsaman wrote:
>     > Hi all,
>     > I have just released LiVES 2.0.3. This fixes a couple of bugs which
>     > were noted after the last release:
>     >
>     > - correctly set file URL in ogg_decoder plugin.
>     > - fix bad rounding error in multitrack audio insert.
>     >
>     >
>     >
>     >
>     >
>     > URLS:
>     >
>     > http://salsaman.home.xs4all.nl/lives/current/LiVES-2.0.3.tar.bz2
>     > (source bzip2, 3.4 MB)
>     >
>     > http://salsaman.home.xs4all.nl/lives/current/LiVES-2.0.3.tar.gz
>     > (source gzip, 4.6 MB)
>     >
>     >
>     > -----BEGIN PGP SIGNED MESSAGE-----
>     > Hash: SHA1
>     >
>     > sha1sums:
>     >
>     > f1c7504d739af0b33bf9cde0c673f441448856e3 LiVES-2.0.3.tar.bz2
>     > e885b62f95b7470c98404416e3e433e837acd271 LiVES-2.0.3.tar.gz
>     >
>     >
>     > sha256sums:
>     >
>     > 094f6f61947d2ddaf5711ba32552d79c2f1bd6ffa2b7abfa9e09b1f30a4e9572
>     > LiVES-2.0.3.tar.bz2
>     > 38c87391d06630a2584d597c6a156e2764dee0da80ac8ebbcefcdefe8665ccbf
>     > LiVES-2.0.3.tar.gz
>     > -----BEGIN PGP SIGNATURE-----
>     > Version: GnuPG v1.4.13 (GNU/Linux)
>     >
>     > iEYEARECAAYFAlFk2B8ACgkQ6nIyGQ+AtI13zQCfYlF/fHoKxNzH8Bno9k0o/who
>     > 6dkAn0luJ0rM1716n2S+IxrDF5Yipt45
>     > =Tz5s
>     > -----END PGP SIGNATURE-----
>     >
>     >
>     > Gabriel.
>     >
>     > http://lives.sourceforge.net
>     > https://www.ohloh.net/accounts/salsaman
>     >
>     >
>     >
>     
> ------------------------------------------------------------------------------
>     > Precog is a next-generation analytics platform capable of advanced
>     > analytics on semi-structured data. The platform includes APIs
>     for building
>     > apps and a phenomenal toolset for data science. Developers can use
>     > our toolset for easy data analysis & visualization. Get a free
>     account!
>     > http://www2.precog.com/precogplatform/slashdotnewsletter
>     >
>     >
>     > _______________________________________________
>     > Lives-users mailing list
>     > [email protected]
>     <mailto:[email protected]>
>     > https://lists.sourceforge.net/lists/listinfo/lives-users
>
>
>     
> ------------------------------------------------------------------------------
>     Precog is a next-generation analytics platform capable of advanced
>     analytics on semi-structured data. The platform includes APIs for
>     building
>     apps and a phenomenal toolset for data science. Developers can use
>     our toolset for easy data analysis & visualization. Get a free
>     account!
>     http://www2.precog.com/precogplatform/slashdotnewsletter
>     _______________________________________________
>     Lives-users mailing list
>     [email protected]
>     <mailto:[email protected]>
>     https://lists.sourceforge.net/lists/listinfo/lives-users
>
>
>
>
> ------------------------------------------------------------------------------
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
>
>
> _______________________________________________
> Lives-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lives-users


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Lives-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lives-users

Reply via email to