07-18-2005 08:48 AM
07-18-2005 05:36 PM
07-18-2005 07:54 PM
Since I sent my first post I had another thought that might provide a little hope--still not very much, but a little. Go to your computer's temp directory and you should find some vi files hanging around. LV keeps copies if the files it has open in the temp directory. Normally LV cleans up these files when it quits but seeing as how your editing session didn't quit normally, you might be able to find a pre-crash version of your code in there somewhere. No guarantees, but it's a possibility.
Mike...
07-19-2005 03:08 AM
And, of course, the usual, very-annoying-but-very-true, advice - ALWAYS backup.
As a frequent backup I have a directory into which I copy the files I'm working on at the end of each day (or, if I change a lot, in the middle of the day as well). Less frequent backups include other computers and multiple CDs, stored in different places.
07-19-2005 03:08 AM
07-19-2005 07:34 AM
The problem with errors like this is that very often the software as it is dying is trying to figure out what happened, and very often the answer comes out wrong. In terms of why you still seemed to have memory left, it could have been a transient condition that didn't last long enough for task manager to see it.
As I have said before, remember the maxim: "Stuff Happens".
Saving often, not using LLBs and running good background backup software can save you from a world of hurt. In situations like this I also look at it philisophically in that it seems like the code I rebuild is always better than what I created the first time.
Hmmmm.... Maybe I need to change my maxim to: "Stuff Happens--and that's not necessarily a bad thing..."
Mike...
07-19-2005 07:54 AM