-
Notifications
You must be signed in to change notification settings - Fork 119
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
Bus error: 10 #128
Comments
Hi, I have no idea what may be causing it, so can you please provide more information?
can you describe the steps? Thanks |
I am on Mac high Sierra, whenever I try running the simulator and then connecting via browser/curl the bus error comes in. I tried with other configurations, the error seem to be there |
I do not have a mac available and I am do not get that error in my linux. Any chance you have the time to run it using valgrind or similar tool? Thanks |
I can try with lldb on Mac and see if there is a seg fault or similar |
Any updates on this @grcasanova ? |
Here is the output of lldb
|
Hi, Cheers |
I believe using a Docker workaround is just detrimental to the project development, since this error is surely a symptom that shouldn't be neglected; if it were to happen on a real model, it could cause a crash. Apparently it's a bad pointer allocation (raises a BAD_ACCESS exception), I will try to debug further. |
Hello,
when trying to execute a UAV simulation, upon connecting to the HTTP host, I encounter the following error:
Bus error: 10 (core dumped)
What could be the reason for a Bus failure and set. fault?
Thanks
The text was updated successfully, but these errors were encountered: