The error reporting mechanism should not try to use Guile facilities such as the dynwind chain before the Guile library is initialized, because that leads to a segmentation fault. If scm_initialized_p is 0, it should instead just print a message and abort.
