Hi, Rolf Bjarne Kvinge wrote: > Attached are three files (o-file, a-file and b-file) which when run with > git-merge-changelog causes an assertion in: > > #3 0x08049985 in main (argc=Cannot access memory at address 0x34a6) at > git-merge-changelog.c:1469 > 1469 ASSERT (entry_equals > (ancestor_file.entries[i],
Could you please indicate - Which version of git-merge-changelog.c are you using? The ones in the gnulib repository have that ASSERT line at a different line number than 1469. - How are you calling git-merge-changelog (options and values of environment variables starting with "GIT"?). I can not reproduce a crash with the 3 files that you sent, on x86_64-linux. - As always, also the platform, please? Thanks. Bruno