RTI Core Libraries and Utilities

If you create a large number of instances or entities and there is insufficient thread stack space, you can get the following error: REDAFastBufferPool_getBuffer:!precondition: pool==((void *)0) REDASkiplistNode_new:!create node REDASkiplist_assertNodeEA:!create node ...
3935 reads — 0 comments
There are some situations in which two applications, even though they have been configured to have each other in their initial peers lists, will not discover each other. Two applications are on the same machine and have only either 127.0.0.1 or "localhost" in their initial peers lists AND ...
9192 reads — 0 comments
Note: This solution applies to RTI Connext DDS 5.1.0. The Heartbleed bug, which causes a serious security threat, has been recently identified in certain versions of the OpenSSL cryptographic software library. More information about the bug can be found at www.heartbleed.com . OpenSSL is used for ...
3604 reads — 0 comments
When running two applications on the same WindRiver VxWorks target, one in kernel mode and the other in RTP mode, the two applications will not discover each other when using out of box settings in RTI Connext. The reason this occurs has to do with how RTI Connext internally marks the individual ...
5358 reads — 0 comments
If you are running RTI Connext DDS 5.2.0 or later , you may get this error message when starting your application: [D0062|ENABLE]DDS_DomainParticipantPresentation_reserve_participant_index_entryports:!enable reserve participant index [D0062|ENABLE] ...
20495 reads — 1 comment
If the logic of your application requires to spawn new threads, and in those threads you are calling a DDS API such as write() , you may notice a memory growth. To ensure that all the resources allocated in that thread are correctly released, remember to call unregister_thread() right before ...
4221 reads — 0 comments
For a complex topic data type that has many fields or long field names, Admin Console may not be able to show the topic’s data type, DDS Spy may not be able to print the samples’ contents, Recording Service may not be able to record the data, and Analyzer may show the warning “Failed to create ...
11293 reads — 0 comments
We have changed the default transport settings for RTI Connext DDS 5.1.0 to support better out-of-the-box throughput. This gives better performance, and in some cases reduces the time of the discovery process. However, this means that you must change your applications' transport settings in order ...
21727 reads — 1 comment
This error: The application was unable to start correctly (0xc0150002). Click OK to close the application. happens when you try to start an application compiled against RTI dotnet libraries in a system where the "Visual Studio® 2005 Service Pack 1 Redistributable Package MFC Security Update" is not ...
223741 reads — 0 comments
In short, by default, one copy of a sample is sent per transport locator, where a transport locator uniquely identifies a transport-level destination and is composed of <transport class>://<transport address>: <communication port> . For example, for UDPv4 a transport locator could ...
8030 reads — 0 comments

Pages

Subscribe to RSS - RTI Core Libraries and Utilities