I'm glad I found this thread. I'm also having the same, or at least a similar problem with SONAR Platinum x64 Lexington. The three conditions mentioned at the top of this post are the same (take lanes on, sound on sound mode, existing data in the previous take lanes). I was recording a MIDI track, and I reproduced it a total of four times (and never saw a situation with these conditions in which it did not occur) in the course of trying to see if there was some plugin conflict involved. I record as short or long as I like, hit the space bar to stop recording, and boom! In my case, SONAR's Fault Reporter dialog never comes up, just a normal Windows application crash, and the Event Viewer shows a heap corruption crash in ntdll.dll. (Despite pointing to an operating system library, heap corruption crashes are usually bugs in applications in managing their dynamically allocated memory.) I'll paste the event information at the bottom of this post.
I initially thought it might be something relating to using my Akai EWI USB since today was the first time I plugged it in since upgrading to Windows 10, but trying that with a simpler project and a fresh track did not have the same issue. (Interestingly, though, trying to remove the EWI plugin from that simple project, without deleting the associated track, hung. However, then trying again with the same plugin I'd been using in my original project, Arturia's AnalogLab, didn't have an issue removing the track in the simpler project.) I've also verified that, if I turn the take lanes off, there is no crash on stopping recording, so I'm going to guess that the issue comes in allocating memory to hold the new take lane (which makes me wonder if the crash will just end up being delayed to when I show take lanes again later). In any event, there does at least seem to be a workaround at this point (i.e. just turn take lanes off while recording).
Here is the application event info:
------------------------------
Log Name: Application
Source: Application Error
Date: 1/10/2016 3:42:15 PM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: RP-Studio
Description:
Faulting application name: SONARPLT.exe, version: 21.11.0.25, time stamp: 0x566ebb2c
Faulting module name: ntdll.dll, version: 10.0.10586.20, time stamp: 0x56540c3b
Exception code: 0xc0000374
Fault offset: 0x00000000000ee00c
Faulting process id: 0x2f68
Faulting application start time: 0x01d14bffaa374f99
Faulting application path: C:\Program Files\Cakewalk\SONAR Platinum\SONARPLT.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 2eaf8265-ab40-4348-88d5-615bef92299e
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-01-10T23:42:15.652426000Z" />
<EventRecordID>6308</EventRecordID>
<Channel>Application</Channel>
<Computer>RP-Studio</Computer>
<Security />
</System>
<EventData>
<Data>SONARPLT.exe</Data>
<Data>21.11.0.25</Data>
<Data>566ebb2c</Data>
<Data>ntdll.dll</Data>
<Data>10.0.10586.20</Data>
<Data>56540c3b</Data>
<Data>c0000374</Data>
<Data>00000000000ee00c</Data>
<Data>2f68</Data>
<Data>01d14bffaa374f99</Data>
<Data>C:\Program Files\Cakewalk\SONAR Platinum\SONARPLT.exe</Data>
<Data>C:\WINDOWS\SYSTEM32\ntdll.dll</Data>
<Data>2eaf8265-ab40-4348-88d5-615bef92299e</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>