Replies: 3 comments 1 reply
-
Valgrind output: Running sample.ipciot-cpp component |
Beta Was this translation helpful? Give feedback.
-
Seems like a double free issue, modified the MessageAmendment deconstructor in EventStreamClient.cpp. Just replaced the ByetBufDelete line with m_payload->buffer = nullptr and rebuilt and the issue appears to be resolved. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have built and installed the sdk and am trying to test greengrass ipc pubsub. I have used the example application here: https://docs.aws.amazon.com/greengrass/v2/developerguide/ipc-iot-core-mqtt.html When deployed, the component seg faults at ipcClient.Connect(ipcLifecycleHandler).get()
Beta Was this translation helpful? Give feedback.
All reactions