Skip to content
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

segfault on closing #46

Open
fdarvas opened this issue Dec 2, 2021 · 0 comments
Open

segfault on closing #46

fdarvas opened this issue Dec 2, 2021 · 0 comments

Comments

@fdarvas
Copy link

fdarvas commented Dec 2, 2021

Occasionally the detector produces a segfault in line 398 in bindings.py - specifically self.libc.apriltag_detector_destroy(self.tag_detector_ptr) causes the segfault
I am using python 3.8 on Ubuntu 20.04 in a WSL box - but this happens on native ubuntu installations as well.

I am running this with 48 threads in the detector.

After running it through the debugger, this turns out to be the same issue as #34:

Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
0x00007fff94fe8306 in quick_decode_uninit () from /usr/local/lib/python3.8/dist-packages/pupil_apriltags/lib/libapriltag.so.3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant