chobocho 2005. 9. 21. 17:05
#include

int main (void) {
int i;

scanf ("%d", i); /* error */

return 0;
}


위 코드를 freeBSD에서 수행하면 SIGBUS 에러가 발생한다.