eclipse-iceoryx / iceoryx

Eclipse iceoryx™ - true zero-copy inter-process-communication
https://iceoryx.io
Apache License 2.0
1.69k stars 393 forks source link

[POPO__CHUNK_SENDER_INVALID_CHUNK_TO_SEND_FROM_USER (code = 58) #2349

Closed gxl1457628736 closed 1 month ago

gxl1457628736 commented 2 months ago

cyclonedds and iceoryx error.why?

elfenpiff commented 1 month ago

@gxl1457628736 This is not enough information to start analyzing the bug. Please add all the information that enable us to reproduce the bug so that we can fix it and write a reproducible test that proves that it is fixed.

So we require:

If this is a question, please take your time and formulate it.

elBoberido commented 1 month ago

@gxl1457628736 the error indicates a double free (or nullptr release) of an iceoryx memory chunk. This is an error in an upper layer. In your case this layer seems to be a Cyclone DDS. There is nothing we can do on the iceoryx side.