bobvanderlinden (Bob van der Linden)
- Login: bobvanderlinden
- Registered on: 09/14/2018
- Last sign in: 09/14/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/14/2018
-
01:58 PM Ruby Bug #15120: Segfault when using ActiveRecord
- Added stdout/stdin.
-
01:00 PM Ruby Bug #15120 (Third Party's Issue): Segfault when using ActiveRecord
- Whenever I do some of the MySQL migrations in my project I get a segfault. One example of a command that triggers this error is:
```
RAILS_ENV=test bundle exec rake db:migrate
```
I tried to get a smaller reproducable case, but r...