AxisCommunications / acap-native-sdk-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) Native SDK
Apache License 2.0
41 stars 23 forks source link

sh[4012]: double free or corruption (out) #160

Closed awais40 closed 10 months ago

awais40 commented 11 months ago

I updated my firmware from 11.1.72 to 11.6.89 for P3265 Camera, my application start to crash. It is working fine till firmware 11.1.72 but later firmware version had some memory leak that start to crash kernel. I was told that it was fixed in firmware 11.5x. When I tested on firmware 11.6.89, it did resolved the kernel crash but it is now given me following error when i call the following function

loadedModel = larodLoadModel(conn, larodModelFd, LAROD_ACCESS_PRIVATE,
                                 "object_detection", &error);

Object Detection code at line 335.

Screenshot 2023-09-21 142326

please also find my camera report in attachment. serverreport_cgi.txt

pataxis commented 11 months ago

Hi @awais40 , thanks for reaching out.

Which ACAP SDK version have you used to build your application and which Larod API version have you specified?

I was told that it was fixed in firmware 11.5x. Was this another reported issue here on this GitHub repo? If so, could you provide links to the issues for reference? If it was through Axis support channels it's better that you file a new support ticket there.

pataxis commented 10 months ago

Closed due to inactivity