Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: apparent test deadlock on linux-amd64-race #32689

Closed
bcmills opened this issue Jun 19, 2019 · 2 comments
Closed

runtime: apparent test deadlock on linux-amd64-race #32689

bcmills opened this issue Jun 19, 2019 · 2 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Jun 19, 2019

Seen on the linux-amd64-race builder (https://build.golang.org/log/f3a82ee42bada1d45efcb4e463feab45f9a1198b).

The only running goroutines are marked goroutine running on other thread; stack unavailable, and the runnable goroutines that aren't running all seem to have the same stack:

runtime.notetsleepg(0x96a6c0, 0xecfbf890, 0x0)
	/workdir/go/src/runtime/lock_futex.go:227 +0x34 fp=0xc000031f60 sp=0xc000031f30 pc=0x4345b4
runtime.timerproc(0x96a6a0)
	/workdir/go/src/runtime/time.go:311 +0x30e fp=0xc000031fd8 sp=0xc000031f60 pc=0x47a72e
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000031fe0 sp=0xc000031fd8 pc=0x48e5d1
created by runtime.(*timersBucket).addtimerLocked
	/workdir/go/src/runtime/time.go:169 +0x10e
SIGQUIT: quit
PC=0x4909b1 m=0 sigcode=0

goroutine 0 [idle]:
runtime.futex(0x967ae8, 0x80, 0x0, 0x0, 0x0, 0x7ffc260c1dc0, 0x45f383, 0xc000060148, 0x7ffc260c1de0, 0x4342ef, ...)
	/workdir/go/src/runtime/sys_linux_amd64.s:535 +0x21 fp=0x7ffc260c1d68 sp=0x7ffc260c1d60 pc=0x4909b1
runtime.futexsleep(0x967ae8, 0x7ffc00000000, 0xffffffffffffffff)
	/workdir/go/src/runtime/os_linux.go:44 +0x46 fp=0x7ffc260c1db8 sp=0x7ffc260c1d68 pc=0x456976
runtime.notesleep(0x967ae8)
	/workdir/go/src/runtime/lock_futex.go:151 +0x9f fp=0x7ffc260c1df0 sp=0x7ffc260c1db8 pc=0x4342ef
runtime.stoplockedm()
	/workdir/go/src/runtime/proc.go:2068 +0x88 fp=0x7ffc260c1e30 sp=0x7ffc260c1df0 pc=0x45f858
runtime.schedule()
	/workdir/go/src/runtime/proc.go:2469 +0x485 fp=0x7ffc260c1e80 sp=0x7ffc260c1e30 pc=0x461185
runtime.park_m(0xc000000180)
	/workdir/go/src/runtime/proc.go:2610 +0x9d fp=0x7ffc260c1eb0 sp=0x7ffc260c1e80 pc=0x4612fd
runtime.mcall(0x0)
	/workdir/go/src/runtime/asm_amd64.s:318 +0x5b fp=0x7ffc260c1ec0 sp=0x7ffc260c1eb0 pc=0x48c4eb

goroutine 1 [chan receive, locked to thread]:
runtime.gopark(0x7656e8, 0xc0004b6358, 0x170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00008d960 sp=0xc00008d940 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0004b6300, 0xc00008da77, 0xc000000101, 0x550d92)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00008d9f0 sp=0xc00008d960 pc=0x42e889
runtime.chanrecv1(0xc0004b6300, 0xc00008da77)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00008da20 sp=0xc00008d9f0 pc=0x42e5fb
testing.(*T).Run(0xc0000da000, 0x75a38d, 0x19, 0x7666f8, 0x1)
	/workdir/go/src/testing/testing.go:961 +0x68a fp=0xc00008db28 sp=0xc00008da20 pc=0x550dca
testing.runTests.func1(0xc0000da000)
	/workdir/go/src/testing/testing.go:1207 +0xa7 fp=0xc00008db80 sp=0xc00008db28 pc=0x556887
testing.tRunner(0xc0000da000, 0xc00008dcf0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00008dc18 sp=0xc00008db80 pc=0x5506aa
testing.runTests(0xc0000980a0, 0x963f60, 0x116, 0x116, 0x0)
	/workdir/go/src/testing/testing.go:1205 +0x522 fp=0xc00008dd20 sp=0xc00008dc18 pc=0x552d22
testing.(*M).Run(0xc0000ce000, 0x0)
	/workdir/go/src/testing/testing.go:1122 +0x300 fp=0xc00008de88 sp=0xc00008dd20 pc=0x551590
runtime_test.TestMain(0xc0000ce000)
	/workdir/go/src/runtime/crash_test.go:28 +0x3d fp=0xc00008ded8 sp=0xc00008de88 pc=0x64327d
main.main()
	_testmain.go:1054 +0x224 fp=0xc00008df60 sp=0xc00008ded8 pc=0x6c53c4
runtime.main()
	/workdir/go/src/runtime/proc.go:203 +0x21e fp=0xc00008dfe0 sp=0xc00008df60 pc=0x45afde
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00008dfe8 sp=0xc00008dfe0 pc=0x48e5d1

goroutine 2 [force gc (idle), 3 minutes]:
runtime.gopark(0x7656e8, 0x966770, 0x1411, 0x1)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000030fb0 sp=0xc000030f90 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.forcegchelper()
	/workdir/go/src/runtime/proc.go:253 +0xb7 fp=0xc000030fe0 sp=0xc000030fb0 pc=0x45b287
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000030fe8 sp=0xc000030fe0 pc=0x48e5d1
created by runtime.init.5
	/workdir/go/src/runtime/proc.go:242 +0x35

goroutine 18 [GC sweep wait]:
runtime.gopark(0x7656e8, 0x966b60, 0x140c, 0x1)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00002c7a8 sp=0xc00002c788 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.bgsweep(0xc00006e000)
	/workdir/go/src/runtime/mgcsweep.go:89 +0x131 fp=0xc00002c7d8 sp=0xc00002c7a8 pc=0x44cc51
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00002c7e0 sp=0xc00002c7d8 pc=0x48e5d1
created by runtime.gcenable
	/workdir/go/src/runtime/mgc.go:210 +0x5c

goroutine 19 [running]:
	goroutine running on other thread; stack unavailable
created by runtime.gcenable
	/workdir/go/src/runtime/mgc.go:211 +0x7e

goroutine 34 [finalizer wait]:
runtime.gopark(0x7656e8, 0x982e58, 0xc0000c1410, 0x1)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000030758 sp=0xc000030738 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.runfinq()
	/workdir/go/src/runtime/mfinal.go:175 +0xa3 fp=0xc0000307e0 sp=0xc000030758 pc=0x442493
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000307e8 sp=0xc0000307e0 pc=0x48e5d1
created by runtime.createfing
	/workdir/go/src/runtime/mfinal.go:156 +0x61

goroutine 35 [runnable]:
runtime.notetsleepg(0x96a840, 0xec62425f, 0x0)
	/workdir/go/src/runtime/lock_futex.go:227 +0x34 fp=0xc0000d6760 sp=0xc0000d6730 pc=0x4345b4
runtime.timerproc(0x96a820)
	/workdir/go/src/runtime/time.go:311 +0x30e fp=0xc0000d67d8 sp=0xc0000d6760 pc=0x47a72e
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000d67e0 sp=0xc0000d67d8 pc=0x48e5d1
created by runtime.(*timersBucket).addtimerLocked
	/workdir/go/src/runtime/time.go:169 +0x10e

goroutine 22506 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00039cc58 sp=0xc00039cc38 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00039cc01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00039cce8 sp=0xc00039cc58 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00039cd18 sp=0xc00039cce8 pc=0x42e5fb
testing.(*T).Parallel(0xc000070100)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00039ce30 sp=0xc00039cd18 pc=0x550067
runtime_test.TestCgoExternalThreadSignal(0xc000070100)
	/workdir/go/src/runtime/crash_cgo_test.go:115 +0x51 fp=0xc00039cf38 sp=0xc00039ce30 pc=0x63df41
testing.tRunner(0xc000070100, 0x7663d0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00039cfd0 sp=0xc00039cf38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00039cfd8 sp=0xc00039cfd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 24 [runnable]:
runtime.notetsleepg(0x96a740, 0xeb5fe21c, 0x0)
	/workdir/go/src/runtime/lock_futex.go:227 +0x34 fp=0xc00002e760 sp=0xc00002e730 pc=0x4345b4
runtime.timerproc(0x96a720)
	/workdir/go/src/runtime/time.go:311 +0x30e fp=0xc00002e7d8 sp=0xc00002e760 pc=0x47a72e
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00002e7e0 sp=0xc00002e7d8 pc=0x48e5d1
created by runtime.(*timersBucket).addtimerLocked
	/workdir/go/src/runtime/time.go:169 +0x10e

goroutine 173 [GC worker (idle), 3 minutes]:
runtime.gopark(0x7654a0, 0xc00001c140, 0xc0000d1418, 0x0)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0000d4760 sp=0xc0000d4740 pc=0x45b400
runtime.gcBgMarkWorker(0xc00001e000)
	/workdir/go/src/runtime/mgc.go:1837 +0xff fp=0xc0000d47d8 sp=0xc0000d4760 pc=0x445f0f
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000d47e0 sp=0xc0000d47d8 pc=0x48e5d1
created by runtime.gcBgMarkStartWorkers
	/workdir/go/src/runtime/mgc.go:1785 +0x77

goroutine 100 [runnable]:
runtime.notetsleepg(0x96a6c0, 0xecfbf890, 0x0)
	/workdir/go/src/runtime/lock_futex.go:227 +0x34 fp=0xc000031f60 sp=0xc000031f30 pc=0x4345b4
runtime.timerproc(0x96a6a0)
	/workdir/go/src/runtime/time.go:311 +0x30e fp=0xc000031fd8 sp=0xc000031f60 pc=0x47a72e
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000031fe0 sp=0xc000031fd8 pc=0x48e5d1
created by runtime.(*timersBucket).addtimerLocked
	/workdir/go/src/runtime/time.go:169 +0x10e

goroutine 67 [runnable]:
runtime.notetsleepg(0x96a7c0, 0xec8fddc1, 0x0)
	/workdir/go/src/runtime/lock_futex.go:227 +0x34 fp=0xc000032760 sp=0xc000032730 pc=0x4345b4
runtime.timerproc(0x96a7a0)
	/workdir/go/src/runtime/time.go:311 +0x30e fp=0xc0000327d8 sp=0xc000032760 pc=0x47a72e
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000327e0 sp=0xc0000327d8 pc=0x48e5d1
created by runtime.(*timersBucket).addtimerLocked
	/workdir/go/src/runtime/time.go:169 +0x10e

goroutine 22761 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0000d170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000156c68 sp=0xc000156c48 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0000d5501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000156cf8 sp=0xc000156c68 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000156d28 sp=0xc000156cf8 pc=0x42e5fb
testing.(*T).Parallel(0xc0000db000)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000156e40 sp=0xc000156d28 pc=0x550067
runtime_test.TestMemmoveAlias(0xc0000db000)
	/workdir/go/src/runtime/memmove_test.go:63 +0x8c fp=0xc000156f38 sp=0xc000156e40 pc=0x6771ac
testing.tRunner(0xc0000db000, 0x7668d8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000156fd0 sp=0xc000156f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000156fd8 sp=0xc000156fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22702 [running]:
	goroutine running on other thread; stack unavailable
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22760 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0003b170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0000e7c58 sp=0xc0000e7c38 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0003b2401)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0000e7ce8 sp=0xc0000e7c58 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0000e7d18 sp=0xc0000e7ce8 pc=0x42e5fb
testing.(*T).Parallel(0xc0000daf00)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0000e7e30 sp=0xc0000e7d18 pc=0x550067
runtime_test.TestMemmove(0xc0000daf00)
	/workdir/go/src/runtime/memmove_test.go:21 +0x8c fp=0xc0000e7f38 sp=0xc0000e7e30 pc=0x67691c
testing.tRunner(0xc0000daf00, 0x7668f8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0000e7fd0 sp=0xc0000e7f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000e7fd8 sp=0xc0000e7fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22731 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00023170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000237470 sp=0xc000237450 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000237501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000237500 sp=0xc000237470 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000237530 sp=0xc000237500 pc=0x42e5fb
testing.(*T).Parallel(0xc000070a00)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000237648 sp=0xc000237530 pc=0x550067
runtime_test.testConcurrentReadsAfterGrowth(0xc000070a00, 0xc000237701)
	/workdir/go/src/runtime/map_test.go:315 +0x51 fp=0xc000237718 sp=0xc000237648 pc=0x66dfa1
runtime_test.TestConcurrentReadsAfterGrowthReflect(0xc000070a00)
	/workdir/go/src/runtime/map_test.go:365 +0x3e fp=0xc000237738 sp=0xc000237718 pc=0x66e48e
testing.tRunner(0xc000070a00, 0x7664c8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0002377d0 sp=0xc000237738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0002377d8 sp=0xc0002377d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22597 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003914c8 sp=0xc0003914a8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000391501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000391558 sp=0xc0003914c8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000391588 sp=0xc000391558 pc=0x42e5fb
testing.(*T).Parallel(0xc00014b200)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0003916a0 sp=0xc000391588 pc=0x550067
runtime_test.TestNetpollDeadlock(0xc00014b200)
	/workdir/go/src/runtime/crash_test.go:405 +0x51 fp=0xc000391738 sp=0xc0003916a0 pc=0x647371
testing.tRunner(0xc00014b200, 0x766930)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0003917d0 sp=0xc000391738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003917d8 sp=0xc0003917d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22567 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00004170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000043aa0 sp=0xc000043a80 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000043b01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000043b30 sp=0xc000043aa0 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000043b60 sp=0xc000043b30 pc=0x42e5fb
testing.(*T).Parallel(0xc0004d7000)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000043c78 sp=0xc000043b60 pc=0x550067
runtime_test.TestCrashDumpsAllThreads(0xc0004d7000)
	/workdir/go/src/runtime/crash_unix_test.go:58 +0xd5 fp=0xc000043f38 sp=0xc000043c78 pc=0x64b565
testing.tRunner(0xc0004d7000, 0x7664d8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000043fd0 sp=0xc000043f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000043fd8 sp=0xc000043fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22730 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00037170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00037c470 sp=0xc00037c450 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00037c501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00037c500 sp=0xc00037c470 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00037c530 sp=0xc00037c500 pc=0x42e5fb
testing.(*T).Parallel(0xc000070200)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00037c648 sp=0xc00037c530 pc=0x550067
runtime_test.testConcurrentReadsAfterGrowth(0xc000070200, 0xc00037c700)
	/workdir/go/src/runtime/map_test.go:315 +0x51 fp=0xc00037c718 sp=0xc00037c648 pc=0x66dfa1
runtime_test.TestConcurrentReadsAfterGrowth(0xc000070200)
	/workdir/go/src/runtime/map_test.go:361 +0x3e fp=0xc00037c738 sp=0xc00037c718 pc=0x66e42e
testing.tRunner(0xc000070200, 0x7664d0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00037c7d0 sp=0xc00037c738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00037c7d8 sp=0xc00037c7d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22773 [GC worker (idle)]:
runtime.gopark(0x7654a0, 0xc0001900a0, 0x1418, 0x0)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003ae760 sp=0xc0003ae740 pc=0x45b400
runtime.gcBgMarkWorker(0xc000022a00)
	/workdir/go/src/runtime/mgc.go:1837 +0xff fp=0xc0003ae7d8 sp=0xc0003ae760 pc=0x445f0f
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003ae7e0 sp=0xc0003ae7d8 pc=0x48e5d1
created by runtime.gcBgMarkStartWorkers
	/workdir/go/src/runtime/mgc.go:1785 +0x77

goroutine 22771 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00015170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00015ad10 sp=0xc00015acf0 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00015ad01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00015ada0 sp=0xc00015ad10 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00015add0 sp=0xc00015ada0 pc=0x42e5fb
testing.(*T).Parallel(0xc00014a400)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00015aee8 sp=0xc00015add0 pc=0x550067
runtime_test.TestMemmoveOverlapLarge0x120000(0xc00014a400)
	/workdir/go/src/runtime/memmove_test.go:114 +0xd4 fp=0xc00015af38 sp=0xc00015aee8 pc=0x677bb4
testing.tRunner(0xc00014a400, 0x7668f0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00015afd0 sp=0xc00015af38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00015afd8 sp=0xc00015afd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22770 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0000d170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0000ebd10 sp=0xc0000ebcf0 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0000d5501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0000ebda0 sp=0xc0000ebd10 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0000ebdd0 sp=0xc0000ebda0 pc=0x42e5fb
testing.(*T).Parallel(0xc00014a300)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0000ebee8 sp=0xc0000ebdd0 pc=0x550067
runtime_test.TestMemmoveLarge0x180000(0xc00014a300)
	/workdir/go/src/runtime/memmove_test.go:102 +0xd4 fp=0xc0000ebf38 sp=0xc0000ebee8 pc=0x6779a4
testing.tRunner(0xc00014a300, 0x7668e0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0000ebfd0 sp=0xc0000ebf38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000ebfd8 sp=0xc0000ebfd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22753 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00039b3d8 sp=0xc00039b3b8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00039b401)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00039b468 sp=0xc00039b3d8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00039b498 sp=0xc00039b468 pc=0x42e5fb
testing.(*T).Parallel(0xc0004d6c00)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00039b5b0 sp=0xc00039b498 pc=0x550067
runtime_test.TestMemmoveOverflow(0xc0004d6c00)
	/workdir/go/src/runtime/memmove_linux_amd64_test.go:19 +0x54 fp=0xc00039b738 sp=0xc00039b5b0 pc=0x676044
testing.tRunner(0xc0004d6c00, 0x7668e8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00039b7d0 sp=0xc00039b738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00039b7d8 sp=0xc00039b7d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22495 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00037170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000371d38 sp=0xc000371d18 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000371d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000371dc8 sp=0xc000371d38 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000371df8 sp=0xc000371dc8 pc=0x42e5fb
testing.(*T).Parallel(0xc0000dab00)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000371f10 sp=0xc000371df8 pc=0x550067
runtime_test.TestCgoLockOSThreadExit(0xc0000dab00)
	/workdir/go/src/runtime/crash_cgo_test.go:452 +0x39 fp=0xc000371f38 sp=0xc000371f10 pc=0x642359
testing.tRunner(0xc0000dab00, 0x7663d8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000371fd0 sp=0xc000371f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000371fd8 sp=0xc000371fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22491 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00004170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000041ab8 sp=0xc000041a98 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000041b01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000041b48 sp=0xc000041ab8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000041b78 sp=0xc000041b48 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da700)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000041c90 sp=0xc000041b78 pc=0x550067
runtime_test.testCgoPprof(0xc0000da700, 0x7545f8, 0xe, 0x7523f3, 0x8, 0x751def, 0x6, 0x753e79, 0xc)
	/workdir/go/src/runtime/crash_cgo_test.go:267 +0x54 fp=0xc000041ee0 sp=0xc000041c90 pc=0x63fb54
runtime_test.TestCgoPprofPIE(0xc0000da700)
	/workdir/go/src/runtime/crash_cgo_test.go:333 +0x91 fp=0xc000041f38 sp=0xc000041ee0 pc=0x640e31
testing.tRunner(0xc0000da700, 0x7663f0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000041fd0 sp=0xc000041f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000041fd8 sp=0xc000041fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22493 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00036170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00036dcc8 sp=0xc00036dca8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00036dd01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00036dd58 sp=0xc00036dcc8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00036dd88 sp=0xc00036dd58 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da900)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00036dea0 sp=0xc00036dd88 pc=0x550067
runtime_test.TestCgoNumGoroutine(0xc0000da900)
	/workdir/go/src/runtime/crash_cgo_test.go:407 +0x51 fp=0xc00036df38 sp=0xc00036dea0 pc=0x641b71
testing.tRunner(0xc0000da900, 0x7663e0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00036dfd0 sp=0xc00036df38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00036dfd8 sp=0xc00036dfd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22485 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0002a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0002a4d40 sp=0xc0002a4d20 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0002a4d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0002a4dd0 sp=0xc0002a4d40 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0002a4e00 sp=0xc0002a4dd0 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da100)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0002a4f18 sp=0xc0002a4e00 pc=0x550067
runtime_test.TestCgoCrashHandler(0xc0000da100)
	/workdir/go/src/runtime/crash_cgo_test.go:23 +0x39 fp=0xc0002a4f38 sp=0xc0002a4f18 pc=0x63d1b9
testing.tRunner(0xc0000da100, 0x7663a0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0002a4fd0 sp=0xc0002a4f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0002a4fd8 sp=0xc0002a4fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22489 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0002a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0002a44c8 sp=0xc0002a44a8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0002a4501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0002a4558 sp=0xc0002a44c8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0002a4588 sp=0xc0002a4558 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da500)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0002a46a0 sp=0xc0002a4588 pc=0x550067
runtime_test.TestCgoCCodeSIGPROF(0xc0000da500)
	/workdir/go/src/runtime/crash_cgo_test.go:232 +0x51 fp=0xc0002a4738 sp=0xc0002a46a0 pc=0x63f4e1
testing.tRunner(0xc0000da500, 0x766388)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0002a47d0 sp=0xc0002a4738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0002a47d8 sp=0xc0002a47d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22487 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0002a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0002a3cc8 sp=0xc0002a3ca8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0002a3d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0002a3d58 sp=0xc0002a3cc8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0002a3d88 sp=0xc0002a3d58 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da300)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0002a3ea0 sp=0xc0002a3d88 pc=0x550067
runtime_test.TestCgoExternalThreadPanic(0xc0000da300)
	/workdir/go/src/runtime/crash_cgo_test.go:75 +0x51 fp=0xc0002a3f38 sp=0xc0002a3ea0 pc=0x63d8d1
testing.tRunner(0xc0000da300, 0x7663c0)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0002a3fd0 sp=0xc0002a3f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0002a3fd8 sp=0xc0002a3fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22518 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0002a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0002a94c8 sp=0xc0002a94a8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0002a9501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0002a9558 sp=0xc0002a94c8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0002a9588 sp=0xc0002a9558 pc=0x42e5fb
testing.(*T).Parallel(0xc0004d6500)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0002a96a0 sp=0xc0002a9588 pc=0x550067
runtime_test.TestCgoTracebackSigpanic(0xc0004d6500)
	/workdir/go/src/runtime/crash_cgo_test.go:493 +0x51 fp=0xc0002a9738 sp=0xc0002a96a0 pc=0x642851
testing.tRunner(0xc0004d6500, 0x766420)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0002a97d0 sp=0xc0002a9738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0002a97d8 sp=0xc0002a97d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22598 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0003b170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003b1c28 sp=0xc0003b1c08 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0003b1c01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0003b1cb8 sp=0xc0003b1c28 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0003b1ce8 sp=0xc0003b1cb8 pc=0x42e5fb
testing.(*T).Parallel(0xc00014b300)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0003b1e00 sp=0xc0003b1ce8 pc=0x550067
runtime_test.TestPanicTraceback(0xc00014b300)
	/workdir/go/src/runtime/crash_test.go:414 +0x54 fp=0xc0003b1f38 sp=0xc0003b1e00 pc=0x647574
testing.tRunner(0xc00014b300, 0x766a20)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0003b1fd0 sp=0xc0003b1f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003b1fd8 sp=0xc0003b1fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22515 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000399cc0 sp=0xc000399ca0 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000399d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000399d50 sp=0xc000399cc0 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000399d80 sp=0xc000399d50 pc=0x42e5fb
testing.(*T).Parallel(0xc0004d6100)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000399e98 sp=0xc000399d80 pc=0x550067
runtime_test.TestCgoCallbackGC(0xc0004d6100)
	/workdir/go/src/runtime/crash_cgo_test.go:52 +0x51 fp=0xc000399f38 sp=0xc000399e98 pc=0x63d661
testing.tRunner(0xc0004d6100, 0x766390)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000399fd0 sp=0xc000399f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000399fd8 sp=0xc000399fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22494 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00038170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000389428 sp=0xc000389408 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000389401)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0003894b8 sp=0xc000389428 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0003894e8 sp=0xc0003894b8 pc=0x42e5fb
testing.(*T).Parallel(0xc0000daa00)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000389600 sp=0xc0003894e8 pc=0x550067
runtime_test.TestCatchPanic(0xc0000daa00)
	/workdir/go/src/runtime/crash_cgo_test.go:416 +0x54 fp=0xc000389738 sp=0xc000389600 pc=0x641d34
testing.tRunner(0xc0000daa00, 0x766380)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0003897d0 sp=0xc000389738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003897d8 sp=0xc0003897d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22492 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00004170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000040ab8 sp=0xc000040a98 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000040b01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000040b48 sp=0xc000040ab8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000040b78 sp=0xc000040b48 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da800)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000040c90 sp=0xc000040b78 pc=0x550067
runtime_test.testCgoPprof(0xc0000da800, 0x0, 0x0, 0x75a2c5, 0x19, 0x753d41, 0xc, 0x7585ae, 0x15)
	/workdir/go/src/runtime/crash_cgo_test.go:267 +0x54 fp=0xc000040ee0 sp=0xc000040c90 pc=0x63fb54
runtime_test.TestCgoPprofThreadNoTraceback(0xc0000da800)
	/workdir/go/src/runtime/crash_cgo_test.go:341 +0x84 fp=0xc000040f38 sp=0xc000040ee0 pc=0x640f74
testing.tRunner(0xc0000da800, 0x7663f8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000040fd0 sp=0xc000040f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000040fd8 sp=0xc000040fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22530 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000396c58 sp=0xc000396c38 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000396c01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000396ce8 sp=0xc000396c58 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000396d18 sp=0xc000396ce8 pc=0x42e5fb
testing.(*T).Parallel(0xc000070900)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000396e30 sp=0xc000396d18 pc=0x550067
runtime_test.TestRaceSignal(0xc000070900)
	/workdir/go/src/runtime/crash_cgo_test.go:373 +0x51 fp=0xc000396f38 sp=0xc000396e30 pc=0x641561
testing.tRunner(0xc000070900, 0x766b00)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000396fd0 sp=0xc000396f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000396fd8 sp=0xc000396fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22486 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000397cc8 sp=0xc000397ca8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000397d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000397d58 sp=0xc000397cc8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000397d88 sp=0xc000397d58 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da200)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000397ea0 sp=0xc000397d88 pc=0x550067
runtime_test.TestCgoTraceback(0xc0000da200)
	/workdir/go/src/runtime/crash_cgo_test.go:43 +0x51 fp=0xc000397f38 sp=0xc000397ea0 pc=0x63d4a1
testing.tRunner(0xc0000da200, 0x766428)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000397fd0 sp=0xc000397f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000397fd8 sp=0xc000397fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22505 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00004170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000044c60 sp=0xc000044c40 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000044d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000044cf0 sp=0xc000044c60 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000044d20 sp=0xc000044cf0 pc=0x42e5fb
testing.(*T).Parallel(0xc000070000)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000044e38 sp=0xc000044d20 pc=0x550067
runtime_test.TestCgoExternalThreadSIGPROF(0xc000070000)
	/workdir/go/src/runtime/crash_cgo_test.go:87 +0x51 fp=0xc000044f38 sp=0xc000044e38 pc=0x63da91
testing.tRunner(0xc000070000, 0x7663c8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000044fd0 sp=0xc000044f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000044fd8 sp=0xc000044fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22510 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00039c4c8 sp=0xc00039c4a8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00039c501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00039c558 sp=0xc00039c4c8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00039c588 sp=0xc00039c558 pc=0x42e5fb
testing.(*T).Parallel(0xc000070500)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00039c6a0 sp=0xc00039c588 pc=0x550067
runtime_test.TestCgoPanicDeadlock(0xc000070500)
	/workdir/go/src/runtime/crash_cgo_test.go:222 +0x51 fp=0xc00039c738 sp=0xc00039c6a0 pc=0x63f311
testing.tRunner(0xc000070500, 0x7663e8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00039c7d0 sp=0xc00039c738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00039c7d8 sp=0xc00039c7d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22508 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc00039ecc8 sp=0xc00039eca8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc00039ed01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc00039ed58 sp=0xc00039ecc8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc00039ed88 sp=0xc00039ed58 pc=0x42e5fb
testing.(*T).Parallel(0xc000070300)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc00039eea0 sp=0xc00039ed88 pc=0x550067
runtime_test.TestEnsureDropM(0xc000070300)
	/workdir/go/src/runtime/crash_cgo_test.go:165 +0x51 fp=0xc00039ef38 sp=0xc00039eea0 pc=0x63e841
testing.tRunner(0xc000070300, 0x766598)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc00039efd0 sp=0xc00039ef38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc00039efd8 sp=0xc00039efd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22488 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0002a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0002a9cc8 sp=0xc0002a9ca8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0002a9d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0002a9d58 sp=0xc0002a9cc8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0002a9d88 sp=0xc0002a9d58 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da400)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0002a9ea0 sp=0xc0002a9d88 pc=0x550067
runtime_test.TestCgoExecSignalMask(0xc0000da400)
	/workdir/go/src/runtime/crash_cgo_test.go:151 +0x51 fp=0xc0002a9f38 sp=0xc0002a9ea0 pc=0x63e681
testing.tRunner(0xc0000da400, 0x7663b8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0002a9fd0 sp=0xc0002a9f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0002a9fd8 sp=0xc0002a9fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22513 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0000e170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0000edab8 sp=0xc0000eda98 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0000edb01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0000edb48 sp=0xc0000edab8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0000edb78 sp=0xc0000edb48 pc=0x42e5fb
testing.(*T).Parallel(0xc000070800)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0000edc90 sp=0xc0000edb78 pc=0x550067
runtime_test.testCgoPprof(0xc000070800, 0x0, 0x0, 0x7546ae, 0xe, 0x753d41, 0xc, 0x75433c, 0xd)
	/workdir/go/src/runtime/crash_cgo_test.go:267 +0x54 fp=0xc0000edee0 sp=0xc0000edc90 pc=0x63fb54
runtime_test.TestCgoPprofThread(0xc000070800)
	/workdir/go/src/runtime/crash_cgo_test.go:337 +0x84 fp=0xc0000edf38 sp=0xc0000edee0 pc=0x640ed4
testing.tRunner(0xc000070800, 0x766400)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0000edfd0 sp=0xc0000edf38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000edfd8 sp=0xc0000edfd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22512 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0000e170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0000ecab8 sp=0xc0000eca98 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0000ecb01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0000ecb48 sp=0xc0000ecab8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0000ecb78 sp=0xc0000ecb48 pc=0x42e5fb
testing.(*T).Parallel(0xc000070700)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0000ecc90 sp=0xc0000ecb78 pc=0x550067
runtime_test.testCgoPprof(0xc000070700, 0x0, 0x0, 0x7523f3, 0x8, 0x751def, 0x6, 0x753e79, 0xc)
	/workdir/go/src/runtime/crash_cgo_test.go:267 +0x54 fp=0xc0000ecee0 sp=0xc0000ecc90 pc=0x63fb54
runtime_test.TestCgoPprof(0xc000070700)
	/workdir/go/src/runtime/crash_cgo_test.go:329 +0x84 fp=0xc0000ecf38 sp=0xc0000ecee0 pc=0x640d84
testing.tRunner(0xc000070700, 0x766408)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0000ecfd0 sp=0xc0000ecf38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000ecfd8 sp=0xc0000ecfd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22517 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00039170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003944c8 sp=0xc0003944a8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000394501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000394558 sp=0xc0003944c8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000394588 sp=0xc000394558 pc=0x42e5fb
testing.(*T).Parallel(0xc0004d6400)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0003946a0 sp=0xc000394588 pc=0x550067
runtime_test.TestSigStackSwapping(0xc0004d6400)
	/workdir/go/src/runtime/crash_cgo_test.go:476 +0x51 fp=0xc000394738 sp=0xc0003946a0 pc=0x642691
testing.tRunner(0xc0004d6400, 0x766c20)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0003947d0 sp=0xc000394738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003947d8 sp=0xc0003947d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22509 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc00004170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc000045c10 sp=0xc000045bf0 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc000045c01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc000045ca0 sp=0xc000045c10 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc000045cd0 sp=0xc000045ca0 pc=0x42e5fb
testing.(*T).Parallel(0xc000070400)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc000045de8 sp=0xc000045cd0 pc=0x550067
runtime_test.TestCgoCheckBytes(0xc000070400)
	/workdir/go/src/runtime/crash_cgo_test.go:182 +0x54 fp=0xc000045f38 sp=0xc000045de8 pc=0x63ea04
testing.tRunner(0xc000070400, 0x766398)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc000045fd0 sp=0xc000045f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc000045fd8 sp=0xc000045fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22511 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0003a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003af4d8 sp=0xc0003af4b8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0003af501)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0003af568 sp=0xc0003af4d8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0003af598 sp=0xc0003af568 pc=0x42e5fb
testing.(*T).Parallel(0xc000070600)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0003af6b0 sp=0xc0003af598 pc=0x550067
runtime_test.TestCgoCrashTraceback(0xc000070600)
	/workdir/go/src/runtime/crash_cgo_test.go:241 +0x43 fp=0xc0003af738 sp=0xc0003af6b0 pc=0x63f693
testing.tRunner(0xc000070600, 0x7663a8)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0003af7d0 sp=0xc0003af738 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003af7d8 sp=0xc0003af7d0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22490 [chan receive, 3 minutes]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0003a170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003afcc8 sp=0xc0003afca8 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0003afd01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0003afd58 sp=0xc0003afcc8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0003afd88 sp=0xc0003afd58 pc=0x42e5fb
testing.(*T).Parallel(0xc0000da600)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0003afea0 sp=0xc0003afd88 pc=0x550067
runtime_test.TestCgoTracebackContext(0xc0000da600)
	/workdir/go/src/runtime/crash_cgo_test.go:258 +0x51 fp=0xc0003aff38 sp=0xc0003afea0 pc=0x63f991
testing.tRunner(0xc0000da600, 0x766418)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0003affd0 sp=0xc0003aff38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003affd8 sp=0xc0003affd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22790 [chan receive]:
runtime.gopark(0x7656e8, 0xc0000ac178, 0xc0003b170e, 0x3)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0000e9ca8 sp=0xc0000e9c88 pc=0x45b400
runtime.goparkunlock(...)
	/workdir/go/src/runtime/proc.go:310
runtime.chanrecv(0xc0000ac120, 0x0, 0x550001, 0xc0003b2d01)
	/workdir/go/src/runtime/chan.go:524 +0x239 fp=0xc0000e9d38 sp=0xc0000e9ca8 pc=0x42e889
runtime.chanrecv1(0xc0000ac120, 0x0)
	/workdir/go/src/runtime/chan.go:406 +0x2b fp=0xc0000e9d68 sp=0xc0000e9d38 pc=0x42e5fb
testing.(*T).Parallel(0xc00014a000)
	/workdir/go/src/testing/testing.go:814 +0x3b7 fp=0xc0000e9e80 sp=0xc0000e9d68 pc=0x550067
runtime_test.TestDeferKeepAlive(0xc00014a000)
	/workdir/go/src/runtime/mfinal_test.go:251 +0x8c fp=0xc0000e9f38 sp=0xc0000e9e80 pc=0x67c26c
testing.tRunner(0xc00014a000, 0x766538)
	/workdir/go/src/testing/testing.go:909 +0x19a fp=0xc0000e9fd0 sp=0xc0000e9f38 pc=0x5506aa
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0000e9fd8 sp=0xc0000e9fd0 pc=0x48e5d1
created by testing.(*T).Run
	/workdir/go/src/testing/testing.go:960 +0x652

goroutine 22766 [GC worker (idle), 3 minutes]:
runtime.gopark(0x7654a0, 0xc0001f2000, 0xc000081418, 0x0)
	/workdir/go/src/runtime/proc.go:304 +0xe0 fp=0xc0003b3760 sp=0xc0003b3740 pc=0x45b400
runtime.gcBgMarkWorker(0xc000020500)
	/workdir/go/src/runtime/mgc.go:1837 +0xff fp=0xc0003b37d8 sp=0xc0003b3760 pc=0x445f0f
runtime.goexit()
	/workdir/go/src/runtime/asm_amd64.s:1357 +0x1 fp=0xc0003b37e0 sp=0xc0003b37d8 pc=0x48e5d1
created by runtime.gcBgMarkStartWorkers
	/workdir/go/src/runtime/mgc.go:1785 +0x77

rax    0xca
rbx    0x9679a0
rcx    0x4909b3
rdx    0x0
rdi    0x967ae8
rsi    0x80
rbp    0x7ffc260c1da8
rsp    0x7ffc260c1d60
r8     0x0
r9     0x0
r10    0x0
r11    0x286
r12    0xc00008da18
r13    0x9679a0
r14    0xc000000180
r15    0x0
rip    0x4909b1
rflags 0x286
cs     0x33
fs     0x0
gs     0x0
*** Test killed with quit: ran too long (4m0s).
FAIL	runtime	240.025s

CC @aclements @mknyszek

@bcmills bcmills added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Jun 19, 2019
@bcmills bcmills added this to the Go1.13 milestone Jun 19, 2019
@mknyszek
Copy link
Contributor

Those goroutines are just for the timer, they're relatively harmless (generally speaking).

Re: the messages that say goroutine running on other thread; stack unavailable, would it be possible to run tests on the bots with GOTRACEBACK=crash?

@andybons andybons modified the milestones: Go1.13, Go1.14 Jul 8, 2019
@rsc rsc modified the milestones: Go1.14, Backlog Oct 9, 2019
@bcmills
Copy link
Contributor Author

bcmills commented Nov 5, 2021

IIUC the builders are now running with GOTRACEBACK=crash, so if this issue has shown up again it is probably tracked separately by now. Closing.

@bcmills bcmills closed this as completed Nov 5, 2021
@golang golang locked and limited conversation to collaborators Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

5 participants