Re: libcall() and Mac OS X

2018-03-20 Thread Bram Moolenaar
Jason Felice wrote: > I'm using libcall() to implement a plugin which corrects parentheses on > every edit (TextChangedI/TextChangedP). It works well, is snappy, and so > forth, but it seems to make Vim SIGABRT "at random". I tracked down the > issue, and it seems that on Mac OS X (at least), i

libcall() and Mac OS X

2018-03-20 Thread Jason Felice
I'm using libcall() to implement a plugin which corrects parentheses on every edit (TextChangedI/TextChangedP). It works well, is snappy, and so forth, but it seems to make Vim SIGABRT "at random". I tracked down the issue, and it seems that on Mac OS X (at least), if a dylib uses any thread loca