TAILIEUCHUNG - Advanced Linux Programming: C Table of Signals

Tham khảo tài liệu 'advanced linux programming: c table of signals', công nghệ thông tin, hệ điều hành phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Table of Signals Table lists some of the Linux signals you re most likely to encounter or use. Note that some signals have multiple interpretations depending on where they occur. The names of the signals listed here are defined as preprocessor use them in your program include . The actual definitions are in usr include sys which is included as part of . For a full list of Linux signals including a short description of each and the default behavior when the signal is delivered consult the signal man page in Section 7 by invoking the following man 7 signal Table Linux Signals Name Description SIGHUP Linux sends a process this signal when it becomes disconnected from a terminal. Many Linux programs use SIGHUP for an unrelated purpose to indicate to a running program that it should reread its configuration files. continues 302 Appendix C Table of Signals Table C. 1 Continued Name Description SIGINT Linux sends a process this signal when the user tries to end it by pressing Ctrl C. SIGILL A process gets this signal when it attempts to execute an illegal could indicate that the program s stack is corrupted. SIGABRT The abort function causes the process to receive this signal. SIGFPE The process has executed an invalid floating-point math instruction. Depending on how the CPU is configured an invalid floating-point operation may return a special non-number value such as inf infinity or NaN not a number instead of raising SIGFPE. SIGKILL This signal ends a process immediately and cannot be handled. SIGUSR1 This signal is reserved for application use. SIGUSR2 This signal is reserved for application use. SIGSEGV The program attempted an invalid memory access. The access may be to an address that is invalid in the process s virtual memory space or the access may be forbidden by the target memory s permissions. Dereferencing a wild pointer can cause a SIGSEGV. SIGPIPE The program has attempted to access a broken .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.