hao47825148

Results 4 comments of hao47825148

I found the problem: unsupport type was freed twice. The first free was in ddsi_typebuilder.c:534, if type is UNSUPPORTED it will call typebuilder_type_fini() when get_topic_descriptor(). https://github.com/eclipse-cyclonedds/cyclonedds/blob/4ece3334a608a7f983b9694d5ff3b9b23c6af5cf/src/core/ddsi/src/ddsi_typebuilder.c#L534 The second time was...

I attempted testing with version 2.14.4 and encountered the same issue. However, while compiling with the QNX toolchain, I found that QNX 7.1 does not support SCHED_BATCH and SCHED_IDLE. To...