- Should we install stuffs installed in ${PREFIX}/libexec/webkit2gtk-4.0/ in ${PREFIX}/bin/
  instead (at least MiniBrowser and eventually jsc?)
- Investigate why jsc crashes:

 % /usr/pkg/libexec/webkit2gtk-4.0/jsc
 Segmentation fault (core dumped)
 Exit 139
 % gdb -core jsc.core /usr/pkg/libexec/webkit2gtk-4.0/jsc
 Reading symbols from /usr/pkg/libexec/webkit2gtk-4.0/jsc...(no debugging symbols found)...done.
 [New process 1]
 Core was generated by `jsc'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 #0  0x000000000040f679 in Worker::Worker(Workers&) ()
 (gdb) bt
 #0  0x000000000040f679 in Worker::Worker(Workers&) ()
 #1  0x0000000000412ea5 in jscmain(int, char**) ()
 #2  0x0000000000413f8b in main ()
 (gdb) quit
