ebeigarts (Edgars Beigarts)
- Login: ebeigarts
- Email: edgars.beigarts@makit.lv
- Registered on: 08/23/2011
- Last sign in: 07/18/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
11/19/2015
-
08:55 AM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- Tried with ruby head, this solves the GC problems now, but it doesn't solve the other problem that is visible if you run my example -
https://gist.github.com/ebeigarts/44648eb7b2773e102335
~~In ruby 2.2 it looks like if a stack overf...
11/17/2015
-
07:52 PM Ruby Bug #11692: [PATCH] Re-enable GC if stack overflow was caught from signal handler
- I'm having similar issue when running tests with capybara that starts additional server in a new thread.
If I have some problems in my rails app that raises SystemStackError in the server thread then I am left without a GC and memory ju...