Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _SIGFPE (0.38 sec)

  1. src/runtime/signal_unix.go

    		// Switch to curg so that we get a traceback of the Go code
    		// leading up to the cgocall, which switched from curg to g0.
    		gp = mp.curg
    	}
    	if sig == _SIGILL || sig == _SIGFPE {
    		// It would be nice to know how long the instruction is.
    		// Unfortunately, that's complicated to do in general (mostly for x86
    		// and s930x, but other archs have non-standard instruction lengths also).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
Back to top