SIGXFSZ

SIGXFSZ

Infobox Computing signal
description = File size limit exceeded (4.2BSD)
action = Abnormal termination of the process
On POSIX-compliant platforms, SIGXFSZ is the signal thrown by computer programs that grow a file larger than the maximum allowed size. In source code, SIGXFSZ is a symbolic constant defined in the header file signal.h. Symbolic signal names are used because a signal's designated number can vary across platforms.

Etymology

"SIG" is a common prefix for signal names. "XFSZ" is an abbreviation for "exceeded file size".

Usage

SIGXFSZ is sent to a process when it causes a file to grow larger than the maximum allowed size, as determined by the ulimit system call and shell builtin.


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • SIGXFSZ — Описание: Превышение допустимого размера файла (4.2BSD) По умолчанию: завершение процесса коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGXFSZ  сигнал, посылаемый процессу при превышении открытым файлом максимально… …   Википедия

  • SIGXFSZ — Signal bei Überschreiten einer maximalen Dateigoesse durch das Beschreiben durch einen Prozess unter BSD UNIX …   Acronyms

  • SIGXFSZ — Signal bei Überschreiten einer maximalen Dateigrösse durch das Beschreiben durch einen Prozess unter BSD UNIX …   Acronyms von A bis Z

  • Signal (computing) — A signal is a limited form of inter process communication used in Unix, Unix like, and other POSIX compliant operating systems. Essentially it is an asynchronous notification sent to a process in order to notify it of an event that occurred. When …   Wikipedia

  • SIGQUIT — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… …   Deutsch Wikipedia

  • SIGTSTP — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… …   Deutsch Wikipedia

  • Signal (Computer) — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… …   Deutsch Wikipedia

  • Kill (Unix) — En informatique, kill est une commande de certains systèmes d exploitation (particulièrement Unix et ses dérivés) utilisée pour demander l arrêt d un processus en cours d exécution. Sommaire 1 Implémentations 2 Exemples 3 Voir aus …   Wikipédia en Français

  • SIGALRM — Au sein des plateformes répondant aux normes POSIX, SIGALRM est le signal envoyé à un processus lorsqu une limite de temps est écoulée. La constante symbolique du pré processeur C pour SIGALRM est définie dans le fichier d en tête signal.h. Les… …   Wikipédia en Français

  • SIGINT (POSIX) —  Pour l’article homonyme, voir SIGINT.  SIGINT est, au sein des plateformes répondant aux normes POSIX, le signal envoyé à un processus afin de provoquer son interruption. La constante symbolique du pré processeur C pour SIGINT est… …   Wikipédia en Français

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”