Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 107 for SIGBUS (0.09 sec)

  1. src/runtime/defs_aix.go

    	_MADV_DONTNEED = C.MADV_DONTNEED
    
    	_SIGHUP     = C.SIGHUP
    	_SIGINT     = C.SIGINT
    	_SIGQUIT    = C.SIGQUIT
    	_SIGILL     = C.SIGILL
    	_SIGTRAP    = C.SIGTRAP
    	_SIGABRT    = C.SIGABRT
    	_SIGBUS     = C.SIGBUS
    	_SIGFPE     = C.SIGFPE
    	_SIGKILL    = C.SIGKILL
    	_SIGUSR1    = C.SIGUSR1
    	_SIGSEGV    = C.SIGSEGV
    	_SIGUSR2    = C.SIGUSR2
    	_SIGPIPE    = C.SIGPIPE
    	_SIGALRM    = C.SIGALRM
    	_SIGCHLD    = C.SIGCHLD
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 20 21:27:51 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/testcshared/testdata/main4.c

    		die("sigemptyset");
    	}
    	sa.sa_flags = SA_SIGINFO;
    	if (sigaction(SIGIO, &sa, NULL) < 0) {
    		die("sigaction");
    	}
    
    	sa.sa_sigaction = segvHandler;
    	if (sigaction(SIGSEGV, &sa, NULL) < 0 || sigaction(SIGBUS, &sa, NULL) < 0) {
    		die("sigaction");
    	}
    
    	if (verbose) {
    		fprintf(stderr, "calling dlopen\n");
    	}
    
    	handle = dlopen(argv[1], RTLD_NOW | RTLD_GLOBAL);
    	if (handle == NULL) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 14 13:19:50 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testcarchive/testdata/main2.c

    		die("sigemptyset");
    	}
    	sa.sa_flags = SA_SIGINFO;
    	if (sigaction(SIGIO, &sa, NULL) < 0) {
    		die("sigaction");
    	}
    
    	sa.sa_sigaction = segvHandler;
    	if (sigaction(SIGSEGV, &sa, NULL) < 0 || sigaction(SIGBUS, &sa, NULL) < 0) {
    		die("sigaction");
    	}
    
    	sa.sa_sigaction = pipeHandler;
    	if (sigaction(SIGPIPE, &sa, NULL) < 0) {
    		die("sigaction");
    	}
    }
    
    int main(int argc, char** argv) {
    	int verbose;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  4. src/os/signal/doc.go

    # Types of signals
    
    The signals SIGKILL and SIGSTOP may not be caught by a program, and
    therefore cannot be affected by this package.
    
    Synchronous signals are signals triggered by errors in program
    execution: SIGBUS, SIGFPE, and SIGSEGV. These are only considered
    synchronous when caused by program execution, not when sent using
    [os.Process.Kill] or the kill program or some similar mechanism. In
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	EUCLEAN         = syscall.Errno(0x87)
    	EUNATCH         = syscall.Errno(0x2a)
    	EUSERS          = syscall.Errno(0x5e)
    	EXFULL          = syscall.Errno(0x34)
    )
    
    // Signals
    const (
    	SIGBUS    = syscall.Signal(0xa)
    	SIGCHLD   = syscall.Signal(0x12)
    	SIGCLD    = syscall.Signal(0x12)
    	SIGCONT   = syscall.Signal(0x19)
    	SIGEMT    = syscall.Signal(0x7)
    	SIGIO     = syscall.Signal(0x16)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    	EUSERS          = syscall.Errno(0x57)
    	EXFULL          = syscall.Errno(0x36)
    )
    
    // Signals
    const (
    	SIGBUS    = syscall.Signal(0x7)
    	SIGCHLD   = syscall.Signal(0x11)
    	SIGCLD    = syscall.Signal(0x11)
    	SIGCONT   = syscall.Signal(0x12)
    	SIGIO     = syscall.Signal(0x1d)
    	SIGPOLL   = syscall.Signal(0x1d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    	EUSERS          = syscall.Errno(0x57)
    	EXFULL          = syscall.Errno(0x36)
    )
    
    // Signals
    const (
    	SIGBUS    = syscall.Signal(0x7)
    	SIGCHLD   = syscall.Signal(0x11)
    	SIGCLD    = syscall.Signal(0x11)
    	SIGCONT   = syscall.Signal(0x12)
    	SIGIO     = syscall.Signal(0x1d)
    	SIGPOLL   = syscall.Signal(0x1d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    	EUSERS          = syscall.Errno(0x57)
    	EXFULL          = syscall.Errno(0x36)
    )
    
    // Signals
    const (
    	SIGBUS    = syscall.Signal(0x7)
    	SIGCHLD   = syscall.Signal(0x11)
    	SIGCLD    = syscall.Signal(0x11)
    	SIGCONT   = syscall.Signal(0x12)
    	SIGIO     = syscall.Signal(0x1d)
    	SIGPOLL   = syscall.Signal(0x1d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  9. src/runtime/sigtab_aix.go

    	_SIGILL:     {_SigThrow + _SigUnblock, "SIGILL: illegal instruction"},
    	_SIGTRAP:    {_SigThrow + _SigUnblock, "SIGTRAP: trace trap"},
    	_SIGABRT:    {_SigNotify + _SigThrow, "SIGABRT: abort"},
    	_SIGBUS:     {_SigPanic + _SigUnblock, "SIGBUS: bus error"},
    	_SIGFPE:     {_SigPanic + _SigUnblock, "SIGFPE: floating-point exception"},
    	_SIGKILL:    {0, "SIGKILL: kill"},
    	_SIGUSR1:    {_SigNotify, "SIGUSR1: user-defined signal 1"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 03 20:58:16 UTC 2018
    - 11.3K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	EUCLEAN         = syscall.Errno(0x75)
    	EUNATCH         = syscall.Errno(0x31)
    	EUSERS          = syscall.Errno(0x57)
    	EXFULL          = syscall.Errno(0x36)
    )
    
    // Signals
    const (
    	SIGBUS    = syscall.Signal(0x7)
    	SIGCHLD   = syscall.Signal(0x11)
    	SIGCLD    = syscall.Signal(0x11)
    	SIGCONT   = syscall.Signal(0x12)
    	SIGIO     = syscall.Signal(0x1d)
    	SIGPOLL   = syscall.Signal(0x1d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
Back to top