LabVIEW 2019 Bug Fixes

Overview

The following items are the IDs and titles of a subset of issues fixed between LabVIEW 2018 SP1 and LabVIEW 2019. If you have a CAR ID, you can search this list to validate that the issue has been fixed.

Bug Fixes

The following items are Bug Fixes in LabVIEW 2019.

IDLegacy IDFixed IssueIssue Details
525685
Error -2628 is returned when parsing an XML file with a Document Type Definition fileN/A
528963
File Dialog Express VI crashes when passed a null hex string as the pattern inputThe File Dialog Express VI crashes LabVIEW when a null string is passed as the pattern (all files) input. The crash report states that an "Exception: Noncontinuable exception (0xC0000025) at EIP 0x000000" occurs.
610384
.NET methods do not appear.NET methods may not appear if the ulong data type is one of the parameters.
654057
When using clusters with a reference to the same control to register for multiple events, LabVIEW does not properly handle all events.After bundling a control reference into a cluster and registering for different events using the same cluster, only the first event registered will be handled by the event structure.
656572
In some cases, some primitives may not properly display coercion dots when converting between integer representations 
682390
Parallel DVR operations crash LabVIEWWhen performing several DVR operations in parallel, LabVIEW can crash. This most commonly occurs when reading, writing, and deleting the DVR in parallel.
682535
Writing TDMS file set to a specific size to a drive other than the main drive results in a larger than expected fileWhen wanting to write multiple TDMS files using the option to create a new TDMS file based on a certain size, and writing these files to another drive (other than the main drive), a new file is not created once the specific size has been reached. The original TDMS file just continues to grow larger.
686273
Sound Output VIs can cause LabVIEW to freeze on Mac OSUsing Sound Output Stop followed by Sound Output Write can cause LabVIEW to freeze when developing for Mac OS.
686379
Objects flattened to XML may revert data to default valueWhen passing a class to the Flatten to XML VIs, data may be reverted to the default value rather than the value passed on when calling Unflatten from XML later.
695836
TCP Write Stream.vi incorrectly limits files to 2GBThe TCP Write Stream VI included in the FTP library incorrectly coerces the size from I64 to I32 artificially limiting the transfer file size to 2GB.
697920
Undo of Remove and Rewire action causes LabVIEW crashIf a subVI is linked incorrectly anywhere in the VI, performing the undo will cause a LabVIEW crash.
700904
Traverse for GObjects.vi's Other Refnum input only accepts GObject RefnumsThe VI description lists that the "Other Refnum" is a reference to the container object you want to search. However references to anything other than a GObject will result in a broken wire.
705000
LabVIEW crashes when using Parks McClellan.viThe crash specifically occurs when the filter type set to "Differentiator" and the "# of taps" is odd. If the filter type is changed to "Multiband" or "Hilbert", the crash no longer occurs, but you do receive an error.
710211
Dragging controls out of structures can cause LabVIEW to crash.When dragging controls out of structures with auto wiring enabled, LabVIEW can get into a bad state and crash.
713787
Transpose 2D Array within a parallel For Loop can crashAn interaction between parallel For Loops, Transpose 2D Array, and Property Nodes can cause LabVIEW to crash.
714241
Building executables including Malleable VIs may display error stating Asserts are missingIf the executable contains Malleable VIs and is configured to both "Remove unused polymorphic VI instances" and enable debugging, the build will fail with an error related to Asserts not being found.
715179
Certificate signing error causes installer build to fail when the [ProductVersion] tag is included in the destination directoryAfter configuring an installer to require a signed certificate, an error will be returned when building if the destination directory includes the [ProductVersion] tag
717611
LabVIEW crashes when reading the Text.ClassName property of a string within a queue referenceN/A
720634
Actor Framework VIs may incorrectly determine wiring requirementsWhen creating a message using right-clicks within an Actor Framework project, wires may change required/recommended/optional settings resulting in an undesired behavior for the message.
722497
LabVIEW crash when undoing/redoing malleable VI renamesLabVIEW can crash after undoing or redoing the rename of a malleable VI's control or indicator, if a caller is in memory.
725936
LabVIEW crash when using more than 256 dynamic dispatch VIsN/A
726278
Packed project libraries may fail to build due to VI compilation errorsN/A
726495
LabVIEW is missing the Active X invoke and property nodes.ActiveX property and invoke nodes do not appear in the palettes and cannot be dropped onto the Block Diagram.
726830
Removing control from malleable VI's connector pane does not break callers that have objects wired to the removed terminalWhen a control is removed from a malleable VI, wires connected to that connector pane terminal do not break in callers of the malleable VI
728055
LabVIEW crashes in some cases when an error register is created on a For Loop with iteration parallelism enabledIn special cases, LabVIEW will crash when compiling a VI with error registers on a parallel for loop

Glossary of Terms

 

  • Bug ID - When an issue is reported to NI, you may be given this ID or find it on ni.com.  You may also find IDs posted by NI on the discussion forums or in KnowledgeBase articles.
  • Legacy ID – An older issue ID that refers to the same issue.  You may instead find this issue ID in older known issues documents.
  • Description - A few sentences which describe the problem. The brief description given does not necessarily describe the problem in full detail.
  • Workaround - Possible ways to work around the problem.
  • Reported Version - The earliest version in which the issue was reported.
  • Resolved Version - Version in which the issue was resolved or was no longer applicable. "N/A" indicates that the issue has not been resolved.
  • Date Added - The date the issue was added to the document (not the reported date).