Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asyncpreemptoff (0.22 sec)

  1. src/runtime/crash_unix_test.go

    		// in, it may lock up and prevent main from saying it's ready.
    		"GOGC=off",
    		// Set GODEBUG=asyncpreemptoff=1. If a thread is preempted
    		// when it receives SIGQUIT, it won't show the expected
    		// stack trace. See issue 35356.
    		"GODEBUG=asyncpreemptoff=1",
    	)
    
    	var outbuf bytes.Buffer
    	cmd.Stdout = &outbuf
    	cmd.Stderr = &outbuf
    
    	rp, wp, err := os.Pipe()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 20:11:47 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top