Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fatalsignal (0.21 sec)

  1. src/runtime/signal_unix.go

    	if flags&(_SigThrow|_SigPanic) == 0 {
    		return
    	}
    
    	mp.throwing = throwTypeRuntime
    	mp.caughtsig.set(gp)
    
    	if crashing.Load() == 0 {
    		startpanic_m()
    	}
    
    	gp = fatalsignal(sig, c, gp, mp)
    
    	level, _, docrash := gotraceback()
    	if level > 0 {
    		goroutineheader(gp)
    		tracebacktrap(c.sigpc(), c.sigsp(), c.siglr(), gp)
    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