jfabre (Jeremy Fabre)
- Login: jfabre
- Registered on: 04/22/2021
- Last sign in: 04/22/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/22/2021
-
03:29 PM Ruby Bug #17819: fatal - machine stack overflow in critical region
- nvm, I found the issue.
A custom exception was being thrown and that exception had that code which created infinite loop
- def to_s
- message
- end
which generated the fatal error. -
01:45 PM Ruby Bug #17819 (Closed): fatal - machine stack overflow in critical region
- Hello, I'm having a weird issue that occurs on very specific circumstances on my rails app.
I've noticed from previous issues that those kind of bugs seem to be an issue on my end
so if you have some time just to point me in the rig...