-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upper body detector crashes quite frequently #156
Comments
Closes strands-project#152 Bad workaround for strands-project#156 and strands-project#76
Hard to do much without either a reproducible case (bagfile?) or a coredump or even a backtrace. |
I managed to get a backtrace by attaching gdb and waiting for the crash. It's actually not crashing but aborting due to glibc's sanity checks for double-free or corruption upon free:
The backtrace is the following:
The crash originates from
If no-one subscribes to the UBD result image, we do not even touch that pointer, ever. I'm quite certain nobody was subscribing it during this crash, which suggests a bug in either ROS or boost's shared_ptr. The latter sounds unlikely, the former not. Am I missing something? I will fix the visualization code, though, because the current one will fail spectacularly if either the ROS image or the QImage are not contiguous. |
#76 seems to have found its way to the real robot:
I will try to investigate but for now it will be "fixed" via #152 which I will PR by the end of the day.
The text was updated successfully, but these errors were encountered: