06-24-2021 03:22 PM
All,
I am working on a project that generates crash reports. I've looked and looked and I can't seem to find where the possibility of the crash is occurring. It only does this if I close the VI and reopen it. My guess is that I am not closing something gracefully but I can't identify it.
I am hoping someone can take a look and let me know where the crashing might be occuring.
Solved! Go to Solution.
06-24-2021 03:31 PM
@Eric1977 wrote:
All,
I am working on a project that generates crash reports. I've looked and looked and I can't seem to find where the possibility of the crash is occurring. It only does this if I close the VI and reopen it. My guess is that I am not closing something gracefully but I can't identify it.
I am hoping someone can take a look and let me know where the crashing might be occuring.
Isn't it ironic that it is the crash report generator that is crashing? I'm looking at it now. 😄
06-24-2021 03:33 PM
Which VI was that? (Also, some files seem to be missing.)
06-24-2021 04:20 PM
Should me Main.vi.
Which files seem to me missing?
06-25-2021 12:46 AM
06-25-2021 02:01 AM
@Eric1977 wrote:
All,
I am working on a project that generates crash reports. I've looked and looked and I can't seem to find where the possibility of the crash is occurring. It only does this if I close the VI and reopen it. My guess is that I am not closing something gracefully but I can't identify it.
Does it crash right when reopening the VI or only after you start it again?
06-25-2021 08:24 AM - edited 06-25-2021 08:24 AM
Bill - here are the missing control and clusters.
06-25-2021 08:26 AM
It seems to happen right as it reopens. You'll get a few successful runs with the VI but takes 2-3 times before it fails and crashes.
06-25-2021 11:16 AM
rolfk,
Here's the crash report which looks like memory addressing?
06-25-2021 12:07 PM
@Eric1977 wrote:
rolfk,
Here's the crash report which looks like memory addressing?
It's relatively difficult for LabVIEW to achieve a memory access violation because it is pretty good at keeping track of its resources. This is usually caused by a dll causing an exception that makes LV crash. Possibly .NET related?