Navigating to the URL https://www.libertymutual.com
through safaridriver causes Safari to crash with an EXC_BAD_ACCESS
exception type. This does not happen when navigating to the page on Safari alone and does not happen with other browsers (i.e. chromedriver or geckodriver). This is happening on my machine running macOS Ventura, but is also an issue on machines running Monterey.
The steps to reproduce are simple:
- Start safaridriver (i.e.
usr/bin/safardriver -p <port>
) - Launch a new Safari session through safaridriver with all default capabilities
- Send a request to safardriver to navigate to
https://www.libertymutual.com
This results in Safari crashing every time, although a crash dialog is not shown each time (I don’t know why that would be the case).
The WebDriver diagnostic logs seem to indicate a 500 error returned from the server, while the crash report indicates an invalid memory access. Both are attached.
Any thoughts on what could cause this issue?