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.)

> 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?

-- Hannes

_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to