-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Race condition leading to Argument should belong to the same JavaScript world as target object
#233
Comments
Did you solve this? |
No, we have tended to avoid |
Just started seeing this occurring frequently, but with no obvious changes. We do use |
@markedmondson something has changed on the js side maybe? |
@route I don't see anything immediately obvious but that's a good callout. What's interesting is that it fails in CI (using CircleCI) only and not locally. Also it seems intermittent (so basically the worst kind!). Edit: Got it - there was a Stimulus controller occasionally raising which seems to have caused this! |
Intermittent issues like that often manifest themselves on CI due to its slowness. Lower memory ceiling, slower CPU and it fails more often in comparison to flying macbooks |
We are occasionally seeing this error come from Ferrum:
From what I can tell, it may have to do with how cuprite handles finding within elements. If the page navigates in the middle of a find (in between the time when the
within
is resolved in Ruby to when thefind
is done) then the crash occurs.The text was updated successfully, but these errors were encountered: