C== Exception (0x0E06D7363) Using Shared Variables In LabVIEW

Updated Jan 11, 2024

Reported In

Software

  • LabVIEW

Issue Details

LabVIEW crashes with C== Exception (0x0E06D7363)  after running my LabVIEW application during hours which contain Shared Variables.

Solution

This issue occurs when your LabVIEW application opens and closes the Shared Variables whenever you want to update a Shared Variable, which is unnecessary.
You need to open and close your Shared Variables once, and then you can read or write continuously.
image.png
To avoid conflicts between Shared Variables, it is recommended to enable options such as Use Buffering (when subscribers might experience delays or occasional network hiccups) and Single Writer (only one LabVIEW application is allowed to update the value of a shared variable).
image.png

Additional Information

In case the LabVIEW crash doesn't show any information, remember to use Error Handling to get more details.