2014-04-28 13:26 UTC
I haven't completely researched this, but wanted to get a post started to potentially save some headaches. I have code that works in 2010-2014 but crashes in 2015. I have isolated the issue to event functions that use (command) or (vl-cmdf).
I was able to resolve the crash by swapping (command) with (command-s). My suspicion is that this is some sort of asynchronous/synchronous issue introduced in 2015.
So far simply replacing (command) or (vl-cmdf) with (command-s) has fixed the issue.
I think (command-s) was introduced in 2014. The differences are documented here:
{2}.
I was able to resolve the crash by swapping (command) with (command-s). My suspicion is that this is some sort of asynchronous/synchronous issue introduced in 2015.
So far simply replacing (command) or (vl-cmdf) with (command-s) has fixed the issue.
I think (command-s) was introduced in 2014. The differences are documented here:
{2}.