Operating System/System Programming(Arif Butt)

Lec08) Exit Handlers and Resource Limits

Tony Lim 2021. 6. 18. 22:19
728x90

Normal termination

  • The main function's return statement
  • Any function calling exit() library call
  • Any function calling _exit() system call

Abnormal termination

  • Calling abort() function
  • Terminated by a signal

 

Process reosurce limits

ulimit = set the resource limits of th eshell (terminal).

 

 

Process Logical Address Space

 

 

 

 

728x90