j15e (Jean-Philippe Doyle)
- Login: j15e
- Email: jeanphilippe.doyle@gmail.com
- Registered on: 11/30/2015
- Last sign in: 11/26/2019
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/26/2019
-
01:02 AM Ruby Bug #16369: Segfault : crashed on child side of fork pre-exec thread_pool.rb
- After a bit more research, I think this might be the same issue as https://bugs.ruby-lang.org/issues/16288#note-2 so feel free to close if that is the case
-
12:49 AM Ruby Bug #16369 (Third Party's Issue): Segfault : crashed on child side of fork pre-exec thread_pool.rb
- It occurs at random in development on my rails 6 app with puma server, so unfortunately I do not have very reproducible steps.
Maybe someone with more knowledge of ruby crash reports could suggest some hints?
12/15/2015
-
05:48 PM Ruby Feature #7688: Error hiding with rb_rescue() on Comparable#==, #coerce and others
- It seems this change was introduced in 2.3.0-preview2 but the documentation was not updated accordingly yet.
http://ruby-doc.org/core-2.3.0_preview2/Comparable.html#method-i-3D-3D
I think the last sentence should simply be removed ...
11/30/2015
-
09:13 PM Ruby Bug #11754: Visibility scope is kept after lexical scope is closed
- To provide some context, this creates issues with two gems I am using that have dynamically defined methods (that now seems to be incorrectly private in 2.3.0preview1) :
- paranoia (`really_destroy!` method defined in https://github.c...