-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
libunwind: Unsupported .eh_frame_hdr version #138880
Comments
full logs: |
cc *-linux-android target maintainers in case this is something immediately obvious @chriswailes @maurer @mgeisler |
build command : maybe @licy183 can help about that |
These bits might be relevant but idk. |
I think this issue actually has nothing to do with the error message mentioned in the title. This error message is somehow misleading. In fact, this error occurs when using the rustc binary precompiled for Termux/Android. When compiling The key issue should be that |
This is some slightly complicated configuration. But anyway, an important question is: Did this ever work? |
I would suggest splitting this issue into two separate issue. One for the segfault (probably a stackoverflow?) and one for the libunwind problem. |
Yes, I've opened a new issue and report the segfault there (#138889).
I'm not sure. I'll rebuild some older version of rust in the follwing days and see if it works. |
My suspicion is that the eh_frame versioning issue here is having two different copies of
so if that's all we need, we could consider adjusting the The stack overflow itself should probably still be handled separately, but I think that change would both give smaller |
I try:
create a blank project
add wasmtime
run
cargo build
I expected to see this happen: explanation
successfull build
Instead, this happened: explanation
libunwind: Unsupported .eh_frame_hdr version
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: