On Monday 27 August 2007 15:35, Jim Scott wrote: > I checked out the current SVN yesterday and compiled it with no problems > for amd64. I can render to most audio formats, DV, and yuv4mpeg. Cinelerra > crashes whenever I try to render video into either quicktime or AVI format. > > Any idea what the issue might be? Backtrace of one crash is below.
I've seen this backtrace in the past, I think. The reason for the crash was that the person had two incompatible versions of x264 on the system, one in /usr, the other in /usr/local. The build used the headers of one version, but linked the other version. And, no, it doesn't matter whether your footage is in that codec - you crash regardless. -- Hannes > > (gdb) backtrace > #0 0x00000033b3073acb in free () from /lib64/libc.so.6 > #1 0x00002aaaaab5db72 in delete_codec (vtrack=<value optimized out>) > at qth264.c:91 > #2 0x00002aaaaab5b625 in quicktime_find_vcodec (vtrack=0x2585f20) > at plugin.c:138 > #3 0x00002aaaaab51137 in new_vcodec (vtrack=0x2585f20) at codecs.c:122 > #4 0x00002aaaaab5fa0e in quicktime_init_video_map (vtrack=0x100000000, > trak=0x2aaaaacf236a) at quicktime.c:979 > #5 0x00002aaaaab60e7b in quicktime_set_video (file=0x25bc540, tracks=1, > frame_w=720, frame_h=480, frame_rate=<value optimized out>, > compressor=0x4aa080c0 "dvc ") at quicktime.c:245 > #6 0x000000000058b2b4 in FileMOV::asset_to_format (this=0x25fccf0) > at filemov.C:329 > #7 0x000000000058b8a8 in FileMOV::open_file (this=0x25fccf0, rd=0, wr=1) > at filemov.C:213 > #8 0x00000000005725f4 in File::open_file (this=0x1cf10c0, > preferences=<value optimized out>, asset=0x25b8690, rd=0, wr=1, > base_samplerate=<value optimized out>, > base_framerate=<value optimized out>) at file.C:546 > #9 0x000000000060315f in PackageRenderer::create_output (this=0x4aa0e6a0) > at packagerenderer.C:147 > #10 0x0000000000603303 in PackageRenderer::render_package (this=0x4aa0e6a0, > package=0x1d62900) at packagerenderer.C:510 > ---Type <return> to continue, or q <return> to quit--- > #11 0x000000000063f507 in Render::render (this=0x1c8d140, test_overwrite=1, > asset=<value optimized out>, edl=<value optimized out>, strategy=0, > range_type=<value optimized out>) at render.C :794 > #12 0x00000000006401e8 in Render::run (this=0x1c8d140) at render.C:368 > #13 0x00002aaaab6ff456 in Thread::entrypoint (parameters=<value optimized > out>) > at thread.C:48 > #14 0x00000033b40062f7 in start_thread () from /lib64/libpthread.so.0 > #15 0x00000033b30d0fbd in clone () from /lib64/libc.so.6 > #16 0x0000000000000000 in ?? () _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
