We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I had a segmentation fault when I tried to add Sentry to my project. https://github.com/meilisearch/meilisearch
I have noticed that the segmentation fault appears when I call a panic! into one of my tide request handler.
panic!
To simplify the debug, I have created a new repository to create a minimal reproducible project. https://github.com/qdequele/test-sentry I also add an lldb backtrace file, but I explain in the readme all the step to reproduce the segmentation fault.
Apparently, it's from using the backtrace library. I'll let you be the judge of that, but if I can help, I'd be happy to.
The text was updated successfully, but these errors were encountered:
Now that backtrace is using gimli by default, I think we can close this?
backtrace
Sorry, something went wrong.
No branches or pull requests
I had a segmentation fault when I tried to add Sentry to my project. https://github.com/meilisearch/meilisearch
I have noticed that the segmentation fault appears when I call a
panic!
into one of my tide request handler.To simplify the debug, I have created a new repository to create a minimal reproducible project. https://github.com/qdequele/test-sentry I also add an lldb backtrace file, but I explain in the readme all the step to reproduce the segmentation fault.
Apparently, it's from using the backtrace library. I'll let you be the judge of that, but if I can help, I'd be happy to.
The text was updated successfully, but these errors were encountered: