On Tue, Jan 09, 2007 at 09:48:58PM +0100, Johannes Sixt wrote: > Nicolas, > > thanks for trying. > > On Tuesday 09 January 2007 00:26, Nicolas Maufrais wrote: > > So, I did loaded the project with the latest revision, and older > > revisions (I have more than 30 revisions of cinelerra installed on my > > system for testing and bug reporting purpose). > > I tracked the bug, and it appears in r945. The project loads fine with > > r944 and previous releases, and crashes in r945! That's strange, because > > here's the SVN commit note: > > "r945 | minmax | 2006-10-21 00:51:56 +0200 (Sat, 21 Oct 2006) | 2 lines > > Revert merge of editing modes" > > > > Anyway, I really would like to test your patched revision with that > > project, because it'd really be a good test to validate the changes you > > made. > > You can easily attach the changes onto r944 in this way: > > # create a test branch > $ git-branch fix-for-944 > # attach it onto r944 > $ git-rebase --onto cb60b61e8 dd3575b15e4 fix-for-944 > > (Use 'gitk master fix-for-944' to verify that cb60b61e8... is r973 and > dd3575b15e4... is r944, and you can use other commit ids for --onto if you > want to.)
Sorry, but I don't know git enough to do that... $ cg-clone git://git.pipapo.org/cinelerra/j6t $ git-branch fix-for-944 fatal: Not a git repository > > Here's the gdb output when opening the project in r945: > > http://www.europephoto.com/temp/bug_when_loading_huge_project_in_r945.txt > > I know this crash and have looked into it in the past, but can't reproduce > it. > It must be some race condition or memory corruption in some other part of the > program. What codec is inside your AVI? ID_DEMUXER=avi ID_VIDEO_FORMAT=dvsd ID_VIDEO_BITRATE=28800000 ID_VIDEO_WIDTH=720 ID_VIDEO_HEIGHT=576 ID_VIDEO_FPS=25.000 ID_VIDEO_ASPECT=0.0000 ID_AUDIO_FORMAT=1 ID_AUDIO_BITRATE=1024000 ID_AUDIO_RATE=0 ID_AUDIO_NCH=0 ID_LENGTH=561.76 That seems to be a regression beginning from r945 up to the latest revision... :-/ Nicolas. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ BOYCOTT SUSE & NOVELL (C)(TM)(R) MICRO$OFT ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~ I DO LIKE AND SUPPORT GPL VERSION 3 ~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
