Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/runtime/pprof/pprof_test.go

    		for atomic.LoadUint64(&flag) == 0 {
    			runtime.Gosched()
    		}
    		done <- true
    	}()
    	time.Sleep(50 * time.Millisecond)
    	atomic.StoreUint64(&flag, 1)
    	<-done
    }
    
    func TestTracebackAll(t *testing.T) {
    	// With gccgo, if a profiling signal arrives at the wrong time
    	// during traceback, it may crash or hang. See issue #29448.
    	f, err := os.CreateTemp("", "proftraceback")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
Back to top