Jump to content


Photo
- - - - -

Crashes with Merge VI


  • Please log in to reply
1 reply to this topic

#1 SULLutions

SULLutions

    Active

  • Members
  • Pip
  • 24 posts
  • Location:Greater Boston, Massachusetts
  • Version:LabVIEW 8.6
  • Since:1993

Posted 13 January 2005 - 02:07 PM

A merge VI from the LabHSM package created with LV 7.0 on a PC reproducibly crashes Mac or Linux systems running 7.1 or 7.1.1 during the merge process. (It works fine under all versions on PCs and under 7.0 on Macs.)

By whittling the VI down, I found that the culprit was an error case structure. Removing and replacing the case structure, whether on a Mac or a PC, cured the problem. Apparently, the exact sequence in forming the case structure introduced a subtle error.

NI is investigating, but has no result so far.

If you see this problem, suspect case structures.

#2 SULLutions

SULLutions

    Active

  • Members
  • Pip
  • 24 posts
  • Location:Greater Boston, Massachusetts
  • Version:LabVIEW 8.6
  • Since:1993

Posted 13 January 2005 - 02:11 PM

A merge VI from the LabHSM package created with LV 7.0 on a PC reproducibly crashes Mac or Linux systems running 7.1 or 7.1.1 during the merge process. (It works fine under all versions on PCs and under 7.0 on Macs.)

By whittling the VI down, I found that the culprit was an error case structure. Removing and replacing the case structure, whether on a Mac or a PC, cured the problem. Apparently, the exact sequence in forming the case structure introduced a subtle error.

NI is investigating, but has no result so far.

If you see this problem, suspect case structures.