On Monday, June 13, 2016 at 8:52:25 PM UTC+10, Christian Brabandt wrote: > ..\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?
You know that 0xc0000005 is an access violation error code? Something caused gvim to try to access unallocated memory? John -- -- 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.
