Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 448 Bytes

sigsev.md

File metadata and controls

19 lines (14 loc) · 448 Bytes
int main (string[] args) {
    Stacktrace.register_handlers () ;
	  
    stdout.printf("  This program will crash !\n" ) ;
    // Null deferencing
    this_will_crash () ;
    return 0 ;
}

The output is :

Signal intercepted: SIGSEV