jgelo (Jon Gelo)
- Login: jgelo
- Registered on: 03/28/2021
- Last sign in: 03/28/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
04/03/2021
-
12:33 PM Ruby Bug #17728: [BUG] Segmentation fault at 0x0000000000000000
- I've been working with the `ruby_3_0` branch daily since Mar. 29 and have not experienced the `:define_method` crash reported here, or any other issues.
It appears that whatever issue was causing the `:define_method` crash in the 3.0 ...
03/29/2021
-
02:16 PM Ruby Bug #17728: [BUG] Segmentation fault at 0x0000000000000000
- byroot (Jean Boussier) wrote in #note-4:
> > Attached is a full session dump,
> ...
Thanks Jean, I'll start working with the master branch version this week and see if the issue persists.
03/28/2021
-
02:20 PM Ruby Bug #17728: [BUG] Segmentation fault at 0x0000000000000000
- I've started testing a Rails 6.1.3 app with Ruby 3.0.0 and have run into this same issue multiple times in development mode. The issue is intermittent but seems to occur after changing a model and reloading a related view in the browser...