-
Notifications
You must be signed in to change notification settings - Fork 4
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
Error in winch_trace_back() : unw_getcontext() error: -1073785320 #67
Comments
Thanks. Is this a new error, or a regression? Did winch 0.0.12 or earlier versions work? |
Let me try to run 0.0.12, I will update in a few minutes. |
@krlmlr Looks like the same failure on 0.0.12:
Maybe somewhere else PPC is missing, not only in P. S. This is the minimum that is required: ianlancetaylor/libbacktrace@753968c |
Thanks. I never actually tested on PPC, and I don't have the resources to investigate this. Perhaps #65 could solve this? I have updated my fork, could you please copy over and run another test? |
@krlmlr I see that |
Thanks. I have no idea either. Happy to review a PR if you can find a solution. Sorry I can't be of more help here. |
@iains Iain, if you got a minute, could you please update us whether Here we got an |
libbacktrace should work:
(so you have to use dsymutil to generate the .dSYM unless that is already done by the build) I guess PPC might have bit-rotted with changes that have not been tested there yet (I have not had any Darwin-time recently and right now all effort is focussed on the GCC-13.1 and GCC-12.3 releases). |
This issue got buried under other, I just reran tests with the new
|
Seems not to work on PPC:
P. S. This error is independent of the fact that present
macho.c
code is missing two archs. I have tried both with unmodified version and with fixed source formacho.c
, error is identical.The text was updated successfully, but these errors were encountered: