Replies: 1 comment
-
Please ignore the post. I found out where the issue is. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Actually, I wanted to send an int value, but the value is greater than INT64, so I planned to send a STRING value. I referred to this link:https://github.com/aws/aws-iot-fleetwise-edge/blob/2ec8363fed74814bd341e719f749dab0924a2cbb/src/SomeipDataSource.cpp#L135
Error:
I implemented it based on the reference but encountered a issue.
[2025-03-31 16:15:51.049] [Thread: 26425] [2025-03-31T10:45:53.142Z] [WARN ] [IWaveDeviceInfo.cpp:114] [SendData()]: [Raw message id: 41 can not be handed over to RawBufferManager]
To debug the issue, I copied the entire code from this link:
https://github.com/aws/aws-iot-fleetwise-edge/blob/v1.2.1/examples/network_agnostic_data_collection/MyCounterDataSource.cpp#L52
but still faced the segmentation fault problem: over here
https://github.com/aws/aws-iot-fleetwise-edge/blob/2ec8363fed74814bd341e719f749dab0924a2cbb/src/SomeipDataSource.cpp#L151
Kindly guide me in sending the string value.
attached the my files.
IWaveDeviceInfo.zip
Beta Was this translation helpful? Give feedback.
All reactions