I think I've been able to narrow down my crashes. They seem to be right after I send in a play request over the http interface. It happens about 1/2 the time. But it's in spurts, say 5 crashes in a row, then it works 3 times in a row.
This feels like a timing bug. I get a crash, the crashdump file is zero length.
Clearing out the %appdata%\vlc makes no difference here. v 0.99 has no problems.
When it does work, I'm seeing something strange.
1. small window (waiting for a video to play)
2. send in the http request
3. small window changes to large window, blank contents for an instant
4. back to small window for a short instant (1/3d second approx)
5 returns to larger window, with video playing.
Sometimes the small window appears on top of the larger window in steps 3 and 4.
When it crashes, it never goes to the larger window, just dies.
If I run v 0.99 on the same video it does the above except for the extra toggle between small to large to small and it doesn't crash.