Hi all,
I built the latest vim (7.4.1646) with debug (-g) information on Mac OS.
On startup, Vim aborts at the following location:
frame #7: 0x000000010002fe23 vim`eval_init + 163 at eval.c:940
937 for (i = 0; i < VV_LEN; ++i)
938 {
939 p = &vimvars[i];
-> 940 STRCPY(p->vv_di.di_key, p->vv_name);
941 if (p->vv_flags & VV_RO)
942 p->vv_di.di_flags = DI_FLAGS_RO | DI_FLAGS_FIX;
943 else if (p->vv_flags & VV_RO_SBX)
The strcpy check says "detected source and destination buffer overlap".
- Yegappan
--
--
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.