Currently stubs provide basic implementations of abort() that spin forever e.g. `while(1) asm("WFI");` Shouldn't they at least do something obvious to notify an error has occurred? Like call unused_interrupt_vector() ?