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

Crashes on start with big "times" parameter when compiled with go 1.9.1 #74

Closed
ninakali opened this issue Oct 16, 2017 · 2 comments
Closed
Assignees

Comments

@ninakali
Copy link

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

@skipor
Copy link
Contributor

skipor commented Oct 16, 2017

Seems to be go 1.9 problem: golang/go#21717
We are using reflect.Call actively in plugin pkg.

@skipor
Copy link
Contributor

skipor commented Dec 29, 2017

Can't reproduce on go 1.9.2

@skipor skipor closed this as completed Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants