Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for plainError (0.08 sec)

  1. src/runtime/proc.go

    func badmcall(fn func(*g)) {
    	throw("runtime: mcall called on m->g0 stack")
    }
    
    func badmcall2(fn func(*g)) {
    	throw("runtime: mcall function returned")
    }
    
    func badreflectcall() {
    	panic(plainError("arg size to reflect.call more than 1GB"))
    }
    
    //go:nosplit
    //go:nowritebarrierrec
    func badmorestackg0() {
    	if !crashStackImplemented {
    		writeErrStr("fatal: morestack on g0\n")
    		return
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
Back to top