-
Notifications
You must be signed in to change notification settings - Fork 744
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
+[GREYDispatchQueueTracker load] fails when attempting rebind_symbols #1641
Comments
We are experiencing the same issue, stack trace as follows:
|
This seems related to a fishhook issue. We'll follow up here with next steps. |
This was referenced Sep 13, 2021
Should be fixed now with the latest PR. Fixed fishhook is now part of our source. |
That's great news @tirodkar. Will there be a release containing this fix? |
@tirodkar Could we get a CocoaPods release please which contains this fix 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running EarlGrey 2 setup with whitebox via bazel on Xcode 13 Beta 5, I run into this issue on the host app (not the test runner app).
The callstack fails inside of
fishhook.c
, in this methodperform_rebinding_with_section
on this line:indirect_symbol_bindings[i] = cur->rebindings[j].replacement;
The error is:
Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff80b9fce8)
With this output:
The full stack trace is here:
The text was updated successfully, but these errors were encountered: