Menu

#192 Multitrack Seg Fault

1.0.0
open
nobody
None
1
2016-03-30
2013-05-13
Doug Webb
No

In Multitrack Mode after dropping a clip or audio into a track I get a SEG FAULT. I just did a fresh install of Ubuntu 13.04 AMD64 because I never did get lives working under Ubuntu 12 with the same problem I assumed was a local configuration error.

Here's a backtrace:
doug@doug-desk:~$ gdb
GNU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 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/.
(gdb) file lives
Reading symbols from /usr/bin/lives-exe...done.
(gdb) run -debug
Starting program: /usr/bin/lives-exe -debug
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeab3b700 (LWP 23041)]
[New Thread 0x7fffea33a700 (LWP 23042)]

LiVES 2.0.4
Copyright 2002-2013 Gabriel Finch (salsaman@gmail.com) 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 0x7fffe37ff700 (LWP 23059)]
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 0x7fffc3abb700 (LWP 23547)]
[Thread 0x7fffe37ff700 (LWP 23059) exited]
[New Thread 0x7fffe37ff700 (LWP 23624)]
[Thread 0x7fffe37ff700 (LWP 23624) exited]

Program received signal SIGSEGV, Segmentation fault.
weed_find_leaf (key=<optimized out="">, leaf=<optimized out="">) at weed-gslice.c:204
204 if (!weed_strcmp((char )leaf->key,(char )key)) return leaf;
(gdb) backtrace

0 weed_find_leaf (key=<optimized out="">, leaf=<optimized out="">)

at weed-gslice.c:204

1 _weed_leaf_get (plant=0x500000004,

plant@entry=<error reading variable: Cannot access memory at address 0x7fffffffbe78>, key=0x5ac049 <Address 0x5ac049 out of bounds>, idx=0, value=0x0)
at weed-gslice.c:378

(gdb)

Discussion

  • Salsaman

    Salsaman - 2013-05-14

    You will need to get a longer backtrace - press return a few times after backtrace.

     
  • Salsaman

    Salsaman - 2016-03-30

    Is this still a problem or can I close it now ?

     

Log in to post a comment.