7a2220ed36b93b1acecd778e7a9beb7d4e6043a0
It turns out, `WebKitWebProcess` was aborting (with no error message or anything) because it couldn't find any fonts. I was only able to determine this after attaching a remote debugger to it and getting a backtrace. I had to wrap the `WebKitWebProcess` executable with a script that launched it with `gdbserver`, and then connect to that server from my development system.
Description
No description provided
Languages
Makefile
100%