Christian J. Robinson wrote:
> Unfortunately no, as I'm building under cygwin, but I was able to get a gdb > backtrace: > > #0 0x0000000100716a4e in skipwhite (q=0x9 <error: Cannot access memory at > address 0x9>) at charset.c:1474 > #1 0x000000010045dfed in eval0_retarg (arg=0x800cf2c56 > "b:htmlplugin.internal_template->functions.ConvertCase()", > rettv=0xffff8420, eap=0xffff85e0, evalarg=0xffff8380, retarg=0x0) at > eval.c:2326 That is enough to see the cause of the problem, "0x9" indicates using a NULL pointer with an offset. I'll make a fix. -- Some say the world will end in fire; some say in segfaults. I say it will end in a curly bracket. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/20220118103356.AB1721C044E%40moolenaar.net.
