MacOS specific renderer crashing on specific websites #1080
Replies: 1 comment 3 replies
-
I had a similar error, it was only solved by downgrading to version 3.1.2. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A few weeks ago I stumbled upon a page that would crash UC when running on a MacOS system.
While I have not tested it on Linux, windows does not seem to exhibit the problem.
The crashing issue is reproducible at least a few chrome versions back.
It is also not the problem of the patched binary, nor the difference between mac64 and mac_arm64 architectures.
But the same renderer crashing does not happen with vanilla selenium. Which means that it is specific to whatever UC does when interacting with chromedriver and only on MacOS.
OS: MacOS Monterey
Python: 3.8, 3.9(pre-installed), 3.11
UC: 3.4.6
Chrome: 108-110
To reproduce the issue on mac, run the following code:
I did test it with native python installation and also brew versions of python, but all of them show the same behaviour. Same DOM mangling, same renderer crash. The issue relating to this is #1049, which had a bad timing.
If you know more pages that cause that type of crashing, do post them, maybe something can be correlated.
But for now I can't figure out what is causing this issue, so if you have any ideas, I'm all ears.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions