error

3 posts / 0 new
Last post
Offline
Last seen: 2 years 7 months ago
Joined: 07/30/2021
Posts: 1
Why would a write cause this error?

I'm getting this error when running my application.

    terminate called after throwing an instance of 'dds::core::TimeoutError'
      what():  write
    terminate called after throwing an instance of 'dds::core::TimeoutError'
      what():  write

And from the `what(): write`, I'm guessing that's when I write out a message like so

    my_writer->write(msg);
    

7 posts / 0 new
Last post
Offline
Last seen: 4 years 4 months ago
Joined: 08/25/2014
Posts: 7
Segmentation Fault when using ContentFilteredTopic with DynamicData
Dear All,I am getting a segmentation fault in one of the RTI's background threads when using a ContentFilteredTopic with DynamicData (see concrete, simplified example below). Basically, in my example I initiate one Topic using DynamicData as a type and one DataWriter. Then I initiate two DataReaders, each with an own ContentFilteredTopic that are attached to the first topic.
6 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Failed to close DataReader

Hi everybody,

Subscribe to RSS - error