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
jhert0 opened this issue Jun 21, 2018 · 5 comments
Closed

Crash on malloc in ping_array_add #923

jhert0 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

@jhert0
Copy link
Member

jhert0 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

@jhert0 jhert0 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.

@jhert0
Copy link
Member Author

jhert0 commented Jul 11, 2018

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

@jhert0 jhert0 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.

@jhert0
Copy link
Member Author

jhert0 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
This issue was closed.
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
Projects
None yet
Development

No branches or pull requests

3 participants