.. include:: /../getting_started/vars.rst .. _section-Regressions601: Regressions in 6.0.1 ******************** The following regressions were introduced in *Connext* 6.0.1. Core Libraries ============== .. _section-CORE-11515: Samples lost if multiple readers were created in same locator and push_on_write was set to false ------------------------------------------------------------------------------------------------ If ``push_on_write`` was set to false in a |DW|'s DATA_WRITER_PROTOCOL QoS Policy, and multiple |DRs| were created in the same locator (same participant, same port), samples may have been lost. This potential loss may have occurred when the second or subsequent |DR| was created. When the |DW| detected the new |DR|, it sent an RTPS gap message, which may have gapped unsent samples. This was only an issue if ``push_on_write`` was set to false. **Fixed in:** 6.1.1 [RTI Issue ID CORE-11515] .. _section-CORE-11731: XML parser crashed from infinite recursion when XML QoS configuration contained inheritance loop ------------------------------------------------------------------------------------------------ An inheritance loop was formed when a ```` inherited from itself or when any ```` inherited from itself or its encapsulating ````. Inheritance can be performed by using the ``base_name`` attribute or ```` tag. In previous releases, |CONNEXT| ignored this inheritance loop, but in 6.0.1 it crashed. The following XML, which was fine in previous releases, caused a crash in 6.0.1: .. code-block:: xml VOLATILE_DURABILITY_QOS true 0 250000000 SetIdentityRequestReader ControlTowerProfile This problem has been fixed in release 6.1.1 by producing an error, instead of a crash, if the parser detects the inheritance loop. To work around this problem in earlier releases, remove the inheritance loop in your XML file. For example, revise the above XML file as follows: .. code-block:: xml VOLATILE_DURABILITY_QOS true 0 250000000 ControlTowerProfile **Fixed in:** 6.1.1 [RTI Issue ID CORE-11731] Possible issues with communication and enabling DomainParticipant on Windows systems if network interface had multiple IP addresses ----------------------------------------------------------------------------------------------------------------------------------- On Windows platforms, when a network interface has assigned more than one IP address, |CONNEXT| only detected the one with the lowest IP address. |DPs| running on a Windows host with this network configuration could not be discovered through the other IP addresses, causing communication issues. Besides the communication issues, the |DP| could not be enabled if the allow/deny_interfaces_list properties of the transport restricted the available IP addresses to the ones not reported and there was no other transport enabled on that |DP|. This regression has been fixed. Now, all the IP addresses of a network interface are detected and work as expected. **Fixed in:** 6.1.0 [RTI Issue ID CORE-11232] Failure to allocate memory larger than 2 GB ------------------------------------------- |CONNEXT| failed to allocate heap memory larger than 2 GB. For example, if the DataWriterQos's ``resource_limits.initial_samples`` was large enough to cause a preallocation of more than 2 GB but less than the available heap memory, then |DW| creation incorrectly failed. **Fixed in:** 6.1.0 [RTI Issue ID CORE-10057] Recording Service ================= Crash if monitoring enabled and TopicGroup matched with Topic name containing '/' character ------------------------------------------------------------------------------------------- *Recording Service* crashed if monitoring was enabled and a TopicGroup matched with a Topic name that contained one or more forward slash ('/') characters. **Fixed in:** 6.1.0 [RTI Issue ID RECORD-1153] .. _section-Product_Prot-Regress: Prototyper ========== Prototyper broken in 6.0.1 -------------------------- Changes to internal components in *RTI Connector*, which are shared with *RTI Prototyper*, render *Prototyper* unusable in 6.0.1. This problem is fixed in release 6.1.0; however, 6.1.0 is the last release in which *Prototyper* is supported. After 6.1.0, *Prototyper* will not be supported. *RTI Connector* replaces it and supports more scripting languages. **Fixed in:** 6.1.0 [RTI Issue ID PROT-89]