termination

3 posts / 0 new
Last post
Offline
Last seen: 2 years 6 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);
    

2 posts / 0 new
Last post
Offline
Last seen: 8 years 7 months ago
Joined: 08/17/2015
Posts: 1
Subscribing Program Terminates Unexpectedly

After a few minutes reading data from a topic, the subscribing program unexpectedly terminates as if someone decided to simply stop it. What could cause a subscribing program to terminate by itself? I had originally thought that maybe it was a set limitation of the trial license (since at termination, the licensing information is displayed), but the problem remains with the full license. Data is received with a couple losses here and there. Perhaps the problem is obvious, but I am new to DDS. Has this happened to anyone else, and how did you solve it?

Subscribe to RSS - termination