-
-
Notifications
You must be signed in to change notification settings - Fork 689
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
Intermittent test_evaluate_javascript failure in Cocoa CI #2512
Comments
This is a weird error - it shouldn't be possible for That suggests the actual problem is a failure of the javascript execution, but that an intermittent failure that shouldn't be occurring at all, so it's not clear how to reproduce the problem (or even instrument the problem for reporting purposes). |
https://github.com/beeware/toga/actions/runs/8861280348 may be related, but in this case it involves the MapView rather than the WebView:
|
Another variation on theme from this run
The common theme appears to be that methods on the delegate are being invoked at a point where the widget shouldn't exist. A workaround for these cases would be to add an In the Webview case it's interesting to note that the error is manifesting when the I have a vague hunch that the manifestation of this bug might be a side effect of beeware/rubicon-objc#256 - a weakly held object property (impl) is being disposed of, but the delegate is still firing. |
This has happened twice in the last two days:
The text was updated successfully, but these errors were encountered: