diego.plentz (Diego Plentz)
- Login: diego.plentz
- Email: diego@plentz.io
- Registered on: 06/04/2013
- Last sign in: 11/04/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/13/2013
-
07:44 PM Ruby Bug #8483: SEGV under high concurrency
- We found the problem, was a recursive call that was generating the problem. I think it's really a bug that it segfaults in a recursive call when we had less memory, but I really can't reproduce the error in a more restrict test case, so ...
08/09/2013
-
05:47 AM Ruby Bug #8483: SEGV under high concurrency
- @nagachika Yes, but I really think the problem isn't related to that.
@naruse Not yet. I'm still trying to reproduce the problem.
Right now, I've found some more info. After a increase in server memory(we added 4GBs of ram), we stopped ...
06/04/2013
-
07:01 AM Ruby Bug #8483 (Closed): SEGV under high concurrency
- Follow a few segfaults from /var/log/messages https://gist.github.com/plentz/5701752
I'm using sidekiq at my production servers and the ruby process dies with a segfault constantly(it's dying constantly since the last 2 weeks). I'm us...