Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crashDumpsAllThreadsLoop (3.22 sec)

  1. src/runtime/crash_unix_test.go

    	// "goroutine running on other thread; stack unavailable".
    	out := outbuf.Bytes()
    	n := bytes.Count(out, []byte("main.crashDumpsAllThreadsLoop("))
    	if n != 4 {
    		t.Errorf("found %d instances of main.crashDumpsAllThreadsLoop; expected 4", n)
    		t.Logf("%s", out)
    	}
    }
    
    func TestPanicSystemstack(t *testing.T) {
    	// Test that GOTRACEBACK=crash prints both the system and user
    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