You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got some weird random crashes of pandora compiled with go 1.9.1 with config such as "rps": {"type": "const", "ops": 15000, "duration": "5m"}, "startup": {"type": "once", "times": 500}
Sometimes it's fatal error: sweep increased allocation count, and sometimes it's a SIGSEGV. pandora_ZaeI79.log
It seems that everything works fine when I compile with go 1.8
The text was updated successfully, but these errors were encountered:
I got some weird random crashes of pandora compiled with go 1.9.1 with config such as
"rps": {"type": "const", "ops": 15000, "duration": "5m"}, "startup": {"type": "once", "times": 500}
Sometimes it's
fatal error: sweep increased allocation count
, and sometimes it's a SIGSEGV.pandora_ZaeI79.log
It seems that everything works fine when I compile with go 1.8
The text was updated successfully, but these errors were encountered: