I load some video, or audio. Add EQ Parametric or EQ Graphic and press play to hear how it sounds, and Cinelerra, crash (dissapear). I get some segmentation fault...
This is what I get when run cinelerra 4.1 in gdb, and what ti say when crash on play while try to render audio effect EQ (Graphic or Parametric):
..... ..... [New Thread 0x7fffb9eb4910 (LWP 27497)] [New Thread 0x7fffb96b3910 (LWP 27498)] [New Thread 0x7fffb8eb2910 (LWP 27499)]
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffb96b3910 (LWP 27498)] 0x00000000006e55e2 in VirtualANode::render_fade(double*, long, long, long, Autos*, int, int) () (gdb) bt #0 0x00000000006e55e2 in VirtualANode::render_fade(double*, long, long, long, Autos*, int, int) () #1 0x00000000006e58f4 in VirtualANode::render_as_module(Samples**, Samples*, long, long, long) () #2 0x00000000006e5cb3 in VirtualANode::render(Samples*, long, long, long) () #3 0x00000000006e495b in VirtualAConsole::process_buffer(long, long) () #4 0x000000000058e6d8 in ARender::run() () #5 0x0000000000e06310 in Thread::entrypoint(void*) () #6 0x00007ffff6d412a7 in start_thread () from /lib/libpthread.so.0 #7 0x00007ffff5ab88cd in clone () from /lib/libc.so.6 #8 0x0000000000000000 in ?? () (gdb)
hmmm...strange... now, I just succesfuly compiled cinelerra 4.1, and now, I dont have this error...
Log in to post a comment.
This is what I get when run cinelerra 4.1 in gdb, and what ti say when crash on play while try to render audio effect EQ (Graphic or Parametric):
.....
.....
[New Thread 0x7fffb9eb4910 (LWP 27497)]
[New Thread 0x7fffb96b3910 (LWP 27498)]
[New Thread 0x7fffb8eb2910 (LWP 27499)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffb96b3910 (LWP 27498)]
0x00000000006e55e2 in VirtualANode::render_fade(double*, long, long, long, Autos*, int, int) ()
(gdb) bt
#0 0x00000000006e55e2 in VirtualANode::render_fade(double*, long, long, long, Autos*, int, int) ()
#1 0x00000000006e58f4 in VirtualANode::render_as_module(Samples**, Samples*, long, long, long) ()
#2 0x00000000006e5cb3 in VirtualANode::render(Samples*, long, long, long) ()
#3 0x00000000006e495b in VirtualAConsole::process_buffer(long, long) ()
#4 0x000000000058e6d8 in ARender::run() ()
#5 0x0000000000e06310 in Thread::entrypoint(void*) ()
#6 0x00007ffff6d412a7 in start_thread () from /lib/libpthread.so.0
#7 0x00007ffff5ab88cd in clone () from /lib/libc.so.6
#8 0x0000000000000000 in ?? ()
(gdb)
hmmm...strange... now, I just succesfuly compiled cinelerra 4.1, and now, I dont have this error...