Ticket #912 (new defect)

Opened 7 weeks ago

After opening a project file; segmentation fault

Reported by: skinkie Owned by: cinelerra@…
Priority: normal Component: File Loading
Version: 2.1 Severity: major
Keywords: Cc:

Description

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffd2a44710 (LWP 6015)]
0x00007fffefe89cc3 in _int_malloc () from /lib/libc.so.6
(gdb) bt
#0 0x00007fffefe89cc3 in _int_malloc () from /lib/libc.so.6
#1 0x00007fffefe8b800 in malloc () from /lib/libc.so.6
#2 0x00007ffff67f0ccd in operator new(unsigned long) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6
#3 0x00007ffff67f0de9 in operator new[](unsigned long) () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.4/libstdc++.so.6
#4 0x00007ffff6d49648 in VFrame::allocate_data (this=0x1dd4a50, data=0x0, y_offset=0, u_offset=0, v_offset=0, w=<value optimized out>, h=480, color_model=10,

bytes_per_line=-1) at vframe.C:363

#5 0x00007ffff6d4a24a in VFrame (this=0x1dd4a50, data=<value optimized out>, w=<value optimized out>, h=480, color_model=10, bytes_per_line=-1) at vframe.C:86
#6 0x000000000069bc0e in VDeviceX11::new_output_buffer (this=0x1db8c50, result=0xb9a3d8, colormodel=10) at vdevicex11.C:490
#7 0x00000000006a63f5 in VRender::process_buffer (this=0xb9a330, input_position=2157) at vrender.C:146
#8 0x00000000006a66e4 in VRender::run (this=0xb9a330) at vrender.C:436
#9 0x00007ffff6d46aa6 in Thread::entrypoint (parameters=<value optimized out>) at thread.C:69
#10 0x00007ffff03f48e4 in start_thread () from /lib/libpthread.so.0
#11 0x00007fffefee527d in clone () from /lib/libc.so.6

Note: See TracTickets for help on using tickets.