go-wrk icon indicating copy to clipboard operation
go-wrk copied to clipboard

Crash - runtime: program exceeds 10000-thread limit

Open mayurishinde2 opened this issue 6 years ago • 0 comments

go-wrk -m GET -t 10 -c 50000 -d 5 http://10.4.0.104:8080/httpretry runtime: program exceeds 10000-thread limit fatal error: thread exhaustion

runtime stack: runtime.throw(0x6d1ad6, 0x11) D:/Go/src/runtime/panic.go:616 +0x88 runtime.checkmcount() D:/Go/src/runtime/proc.go:542 +0xb3 runtime.mcommoninit(0xc0b8405c00) D:/Go/src/runtime/proc.go:560 +0x84 runtime.allocm(0xc042105900, 0x0, 0xc0b8405800) D:/Go/src/runtime/proc.go:1516 +0x16a runtime.newm(0x0, 0xc042105900) D:/Go/src/runtime/proc.go:1830 +0x40 runtime.startm(0xc042105900, 0x84c000) D:/Go/src/runtime/proc.go:2002 +0x13f runtime.handoffp(0xc042105900) D:/Go/src/runtime/proc.go:2029 +0x5c runtime.retake(0x5d35e2941, 0xd00000001) D:/Go/src/runtime/proc.go:4363 +0x142 runtime.sysmon() D:/Go/src/runtime/proc.go:4281 +0x293 runtime.mstart1(0x0) D:/Go/src/runtime/proc.go:1227 +0xf5 runtime.mstart() D:/Go/src/runtime/proc.go:1193 +0x76

mayurishinde2 avatar Jul 23 '18 10:07 mayurishinde2