1) In both the IDE and Windows Standalone I'm experiencing a no-message crash to desktop.
2) Through use of extensive logging I've narrowed the point at which my app terminates down to the single line -
Set the dgText[false] of group "DataGrid1" to Empty
3) However, I never experience a crash the 1st time that this line is run. If I repeat EXACTLY the same actions, the crash will occur on the 2nd, or 3rd, or 10th, etc, time that I execute this line of code.
4) My logfile is recording the dgNumberOfLines of group "DataGrid1" immediately before DataGrid1 is set to empty. The dgNumberOfLines is returning the expected result. "12" to be precise

5) The only other clue that I've got, and it's out-rightly obscure, is that my PC's cooling fans fire up when executing the offending handlers. The cooling fans stay silent for all other parts of my app. LC seems to be doing something that requires a lot of ummppphhhh at this point.
I've got a huge amount of logging in place, and my app is executing all of the handlers that I'd expect in the order that I expect. It just gets to "Set the dgText[false] of group "DataGrid1" to Empty", then sometimes dies.
Any tips on how to debug a no-message crash to desktop would be much appreciated.
Thanks
Kim