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

Crash on malloc in ping_array_add #923

Closed
e0ff opened this issue Jun 21, 2018 · 5 comments
Closed

Crash on malloc in ping_array_add #923

e0ff opened this issue Jun 21, 2018 · 5 comments
Labels
bug Bug fix for the user, not a fix to a build script P3 Low priority
Milestone

Comments

@e0ff
Copy link
Member

e0ff commented Jun 21, 2018

I just got a crash in ping_array_add while running my tox to IRC bridge. Error message:

_int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)` failed. 

Backtrace

@e0ff e0ff added the bug Bug fix for the user, not a fix to a build script label Jun 21, 2018
@nurupo
Copy link
Member

nurupo commented Jun 21, 2018

Possibly related crashes from the same module #910 #472

@nurupo
Copy link
Member

nurupo commented Jun 21, 2018

From some googling it sounds like your machine might be simply running out of memory or some memory corruption that is possibly related to multi-threading.

@e0ff
Copy link
Member Author

e0ff commented Jul 11, 2018

It was a memory issue, I'll close this.

@e0ff e0ff closed this as completed Jul 11, 2018
@nurupo
Copy link
Member

nurupo commented Jul 11, 2018

Are you sure? I wasn't certain about it, I was just taking a guess.

@e0ff
Copy link
Member Author

e0ff commented Jul 12, 2018

I'm pretty sure, after making some changes to how much memory is allocated these errors stopped so I'm pretty sure my vps was just running out of memory.

@iphydf iphydf modified the milestones: v0.2.x, v0.2.4 Jul 16, 2018
@iphydf iphydf added the P3 Low priority label Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fix for the user, not a fix to a build script P3 Low priority
Development

No branches or pull requests

3 participants