- SIGABRT
- Prozessabbruchsignal unter X/Open UNIX -erzeugt normalerweise ein Core Dump (->xedit /usr/include/signal.h)
Acronyms. 2013.
Acronyms. 2013.
SIGABRT — Saltar a navegación, búsqueda SIGABRT Descripción: Señal de abortar desde abort Acción por defecto: Terminación anormal del proceso SA SEÑALINFO macros Ninguna En plataformas compatibles con POSIX, SIGABRT es la señal que envía un programa para… … Wikipedia Español
SIGABRT — Описание: Сигнал аварийного завершения используемый abort() По умолчанию: завершение с дампом памяти коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGABRT сигнал, посылаемый процессом самому себе при выполнении… … Википедия
SIGABRT — Infobox Computing signal description = Abort signal from abort action = Abnormal termination of the processOn POSIX compliant platforms, SIGABRT is the signal sent by computer programs to abort the process. In source code, SIGABRT is a symbolic… … Wikipedia
SIGABRT — Prozessabbruchsignal unter X/Open UNIX erzeugt normalerweise ein Core Dump ( >xedit /usr/include/signal.h) … Acronyms von A bis Z
signal.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h … Википедия
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