You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the crash reproducible ? If so, could you try to capture a complete backtrace of the crash, with the variable values, similar to what can be obtained using gdb ?
The last line is a function I wrote myself to initialize the camera. In this function, arv_camera_gv_auto_packet_size() is called.
In addition, I did another test.
After replacing arv_camera_gv_auto_packet_size() with arv_camera_gv_set_packet_size(), if I set a value that exceeds the maximum supported by the camera, the program still crashes when calling arv_camera_create_stream(). The following is the stack information:
Is the crash reproducible ? If so, could you try to capture a complete backtrace of the crash, with the variable values, similar to what can be obtained using gdb ?
Yes, the crash can be reproduced.
I am currently using a compiled dll file in the program, so I cannot trace back more information. When I have time later, I can download the aravis source code for further debugging and locating problems.
Describe the bug
Calling arv_camera_gv_auto_packet_size() to automatically negotiate the packet size causes the program to crash.
Camera description:
Platform description:
Additional context
stack information:
The text was updated successfully, but these errors were encountered: