]> gitweb.factorcode.org Git - factor.git/commit
init signals or console after stage2 init
authorJoe Groff <arcata@gmail.com>
Thu, 10 Nov 2011 23:14:03 +0000 (15:14 -0800)
committerJoe Groff <arcata@gmail.com>
Fri, 11 Nov 2011 00:01:07 +0000 (16:01 -0800)
commit139c9ca38c537c8db371944cd04d13118019363f
treebe6fe2073fd580182051c9b57cc7b2b481f4cb9a
parent9e4a51c55faff4c4f0b7675f7c343aab2023c2e0
init signals or console after stage2 init
A signal during early bootstrap is certainly an error, and the environment isn't there yet for Factor's signal handlers to work, so it makes no sense to install Factor's signal handlers beforehand. They'll just crash.
vm/factor.cpp