wanabe (_ wanabe)
- Login: wanabe
- Email: s.wanabe@gmail.com
- Registered on: 07/23/2008
- Last connection: 03/07/2021
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 22 | 22 |
Reported issues | 1 | 55 | 56 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Developer | 10/05/2011 |
Backport187 | Developer | 06/18/2013 |
Backport191 | Developer | 04/10/2010 |
Backport192 | Developer | 10/05/2011 |
Backport193 | Developer | 10/05/2011 |
Backport200 | Developer | 02/17/2013 |
Backport21 | Developer | 12/21/2013 |
Backport22 | Developer | 12/19/2014 |
Ruby 1.8 | Developer | 10/05/2011 |
Ruby master | Developer | 11/05/2009 |
Activity
04/30/2022
-
09:45 AM Ruby master Bug #17871: TestGCCompact#test_ast_compacts test failing again
- Note for the backport maintainer:
The issue seems to be still reproduced in 3.0.
http://rubyci.s3.amazonaws.com/ppc...
03/26/2022
-
08:36 PM Ruby master Bug #17489 (Closed): Ractor segfaults
- kirs (Kir Shatrov) wrote in #note-8:
>
> I wish I knew how to close this ticket. Not sure I have permissions to do...
03/25/2022
-
11:29 AM Ruby master Bug #17489: Ractor segfaults
- It seems be a autoload on non-main Ractor problem [Bug #18120].
This operation is prohibited after https://bugs.ruby... -
08:00 AM Ruby master Bug #17382 (Closed): Segfault in String#inspect
- Thank you for confirming.
This is not reproduced in 3.0 or later, and it would be better to close this issue, leavin...
03/21/2022
-
06:47 AM Ruby master Bug #17529: Ractor Segfaults with GC enabled
- I guess that the btest failure of ruby_3_0 branch on icc-x64 env may be fixed by `git cherry-pick d0d6227a0da5925acf9...
-
12:32 AM Ruby master Bug #17529: Ractor Segfaults with GC enabled
- I confirmed with 3.0.0 that the issue is reproducible.
According to `git bisect`, it seems to be fixed in fff1edf23b...
03/20/2022
-
01:52 PM Ruby master Bug #17196: Segmentation Fault with Socket#close in Ractors
- I tried to reproduce the problem at hand, but it seems to have already been fixed in the current master.
According t...
03/19/2022
-
02:21 PM Ruby master Bug #17382: Segfault in String#inspect
- Alternatively, the following seems to solve the problem.
```patch
diff --git a/vm_eval.c b/vm_eval.c
index 76e56fa... -
01:56 PM Ruby master Bug #17382: Segfault in String#inspect
- I shortened the reproduction code.
```
Array.prepend(Module.new)
module UsingRefinements
using(Module.new d...
09/20/2021
-
01:36 PM Ruby master Bug #18180 (Closed): opt_newarray_min/max instructions ignore refined methods
- ```
$ ./miniruby -ve 'module M; refine Array do; def max; :max; end; def min; :min; end; end; end; using M; p [1 + 0...
Also available in: Atom