-
Notifications
You must be signed in to change notification settings - Fork 120
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
Runner Example Segfaults #271
Comments
@athrun22 can you provide call stack/core file or something to be able to track it down, please? |
Does this stack trace of the segfault from LLDB work?
|
Problem: - `runtime_error` with an empty `{}` is being thrown causing UB. - There is missing `stdexcept` include. Solution: - Use a `"exception!"` string instead. - Add missing include.
Thanks @athrun22, can you please check whether the following fix works for you 🤔 -> #272 |
@krzysztof-jusiak, the runner example no longer segfaults. Again, thank you for the speedy response! 🏎 |
Perfect, thank you @athrun22, I'll try to add mac/clang to the CI matrix to be able to track these issues. |
Expected Behavior
The runner example should build and run successfully.
Actual Behavior
The runner example program segfaults.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: