07-30-2007 01:28 PM
07-30-2007 04:50 PM - edited 07-30-2007 04:50 PM
This is a pretty generic error you're describing. Does this happen while you're running code or just with LV open? Have you looked at CPU or memory usage in the task manager? If you don't have code running, maybe try a repair or mass compiling the LV directory. If it's only while you're running code, then I'd look closer at code issues.
Also, does LV give you any .cpp errors at all when it crashes or when you reopen it?
Message Edited by Sima on 07-30-2007 04:51 PM
07-31-2007 07:01 AM
hi there
for me (and after the experience with my own apps...) this sounds like a memory leak (like Sima suggested). you can use the vi attached to retrieve some information about the process of your app like memory usage etc. try to log these information in a file for further investigation. i'd search for constant increasing memory usage and then i'd try to find the location where the memory is leaking. popular reasons are reopened references in loops and unclosed references from collections.
07-31-2007 09:17 AM
08-03-2007 11:29 AM
08-06-2007 10:58 AM