The VM does full error checking. But there’s a difference between
checking whether an object has the expected type, and checking whether
an object is a well-formed ‘SCM’ object (and NULL is not a valid ‘SCM’
object.)
Guile never does the latter, and as a rule of thumb I would keep things
this way.
The brave hacker working on a compiler can easily figure out what how to
debug all sorts of crazy things. :-)
So I’m closing it for now.
Thanks,
Ludo’.
PS: It’s still unclear to me how you ended up forging an invalid SCM
object. I think you either have to generate invalid bytecode, or to
use (pointer->scm %null-pointer), or variants thereof.