aws-samples / amazon-kinesis-video-streams-producer-embedded-c

Light-wight Amazon Kinesis Video Streams Producer SDK For FreeRTOS/Embedded Linux
Apache License 2.0
27 stars 17 forks source link

When KVS pushes streaming data, an error of <Alignment trap: not handling> occurs, causing the process to crash. #72

Closed Antong1997 closed 1 year ago

Antong1997 commented 1 year ago

When we use the putKinesisVideoFrame interface to start the push of streaming data, after about 5s, an error of will appear, causing the process to crash and a log will be attached. The platform we use is RV1106 (ARMv7) kvs.log

weichihl commented 1 year ago

@Antong1997 The log Alignment trap is not from the embedded producer library. It would be helpful to provide the call stack when the app crashes.

weichihl commented 1 year ago

@Antong1997 I'll close this issue first since there are no updates. Please feel free to reopen it if there are some updates. Thanks.