-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Vendored libstdc++ breaks replay #46
Comments
Try adding |
Spamming also here that help on Windows for JuliaLang/julia#45582 would be great, and solve these issues (at least until next year) 🙃 |
Sadly, doesn't help:
|
Oh, I see, the issue is not the vendored libstdc++ inside the trace, but that having libstdc++ in the julia distribution causes gdb to load the wrong libstdc++. We could probably consider using Gdb_jll here rather than relying on whatever gdb you have installed. |
If I use BugReporting.replay to try and replay a trace, I'm getting:
If however I download the tarball myself and use my local
rr replay
, everything works fine. I guess the packaged (older) glibc is somehow messing things up? This is probably also related to me using Arch, which ships a very recent glibc.The text was updated successfully, but these errors were encountered: