Hacker News new | past | comments | ask | show | jobs | submit login

Among other things, that try..catch won't do anything for SIGSEGV(int * p = 0; * p = 1) and SIGFPE(1/0). You can handle the signals, or you could miss them like you did just now. That won't be a design issue but an implementation bug.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: