Install fonts
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.master
parent
0b187ba019
commit
7a2220ed36
|
@ -28,6 +28,9 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
|
|||
BR2_PACKAGE_XZ=y
|
||||
BR2_PACKAGE_GDB=y
|
||||
BR2_PACKAGE_STRACE=y
|
||||
BR2_PACKAGE_BITSTREAM_VERA=y
|
||||
BR2_PACKAGE_DEJAVU=y
|
||||
BR2_PACKAGE_LIBERATION=y
|
||||
BR2_PACKAGE_SWAY=y
|
||||
BR2_PACKAGE_LIBGLVND=y
|
||||
BR2_PACKAGE_MESA3D=y
|
||||
|
|
Loading…
Reference in New Issue