Christian Brabandt wrote: > On So, 12 Jun 2016, Bram Moolenaar wrote: > > > > > Patch 7.4.1926 > > Problem: Possible crash with many history items. > > Solution: Avoid the index going past the last item. > > Files: src/ex_getln.c > > Something between 7.4.1924 and 7.4.1926 broke the daily binary built: > > ..\gvim -u dos.vim -U NONE --noplugin --not-a-term "+set ff=dos|f > dostmp\test58.in|wq" test58.in > move test58.in test58.in.bak > 1 file(s) moved. > copy dostmp\test58.in test58.in > 1 file(s) copied. > copy test58.ok test.ok > 1 file(s) copied. > ..\gvim -u dos.vim -U NONE --noplugin --not-a-term -s dotest.in test58.in > NMAKE : fatal error U1077: '..\gvim.EXE' : return code '0xc0000005' > Stop. > > I rebuild that commit 3 times and it always breaks at that step for the > 32bit build. Does anybody know, what that means?
I tried and for me it passes without troubles. Valgrind doesn't report anything in Vim (gtk libs have warnings). Perhaps it runs out of memory? -- >From "know your smileys": <>:-) Bishop /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
