Skip to content

fatal error: unexpected signal during runtime execution #13374

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

Closed
rif opened this issue Nov 23, 2015 · 1 comment
Closed

fatal error: unexpected signal during runtime execution #13374

rif opened this issue Nov 23, 2015 · 1 comment

Comments

@rif
Copy link

rif commented Nov 23, 2015

I have this fata error in my project: there is a large amount of data (the process takes around 4gb in memory) cached in a map in the running process.

The steps I reproduce the error are these:

  • load the data in the map
  • the memory of the whole process gets to around 6gb
  • leave the process for a while and the memory drops to around 4gb
  • trigger another load of the whole data

The issue appears on a Debian7 using go version go1.5.1 linux/amd64
Linux CgrTest2 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u3 x86_64 GNU/Linux

I got this issue both on a virtual machine and a real hardware both running Debian7 amd64.

The whole stack trace:
issue.txt

@ianlancetaylor
Copy link
Member

Thanks. This is a dup of #13227.

@golang golang locked and limited conversation to collaborators Nov 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants