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

threaded tracker segfaults on RPI #41

Open
danomatika opened this issue Apr 18, 2013 · 2 comments
Open

threaded tracker segfaults on RPI #41

danomatika opened this issue Apr 18, 2013 · 2 comments

Comments

@danomatika
Copy link
Contributor

Not that this is a main target ... but the threaded tracker segfaults when grabbing positions, features, mesh, etc on the RaspberryPi. It's updating ok, but it crashes when trying to draw (has to grab the position and mesh etc). The example works when I comment out draw() and the variable grabbing.

The non-threaded tracker works but is understandably slow.

I imagine the issue is something to do with synchronization with a slower CPU that we don't see on our laptops. Yeah, thread errors.

@kylemcdonald
Copy link
Owner

i wouldn't be surprised if i've made some kind of mistake with the threaded tracker implementation, but it's really hard for me to debug. i welcome the issue though, and i'll leave it open -- any other info you can provide or alternatives would be super helpful!

@danomatika
Copy link
Contributor Author

Yeah, I can look into it later. It could work but we're going to use a regular PC instead as there is a short time limit. It seemed pretty fast even though I couldn't get any data out of it.

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

2 participants