nateberkopec (Nate Berkopec)
- Login: nateberkopec
- Registered on: 07/03/2016
- Last sign in: 04/23/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 2 | 2 |
Activity
04/23/2024
- 10:43 PM Ruby master Feature #20443: Allow Major GC's to be disabled
- Regarding the interface:
``` ruby
GC.disable(major: true)
GC.disable(type: :major)
```
Should we consider th...
10/20/2020
- 08:15 PM Ruby master Misc #17199: id outputed by inspect and to_s output does not allow to find actual object_id and vice-versa
- This looks like an oversight to me? I agree with Benoit - showing object_id everywhere we used to show address seems ...
02/26/2020
- 07:40 PM Ruby master Bug #16654: Segfault in rb_str_hash
- The application I'm reproducing it on is here: https://github.com/codetriage/codetriage
I think you should be able...
02/25/2020
- 08:03 PM Ruby master Bug #16654: Segfault in rb_str_hash
- Does not reproduce on 2.5.5, and reproduces on 2.6.0
Unfortunately, doesn't reproduce with a simple script, e.g.:
`... - 07:34 PM Ruby master Bug #16654: Segfault in rb_str_hash
- This reproduces on 2.7.0 as well (though the thing calling `rb_str_hash` was different, this time `objspace_each_obje...
- 07:32 PM Ruby master Bug #16654 (Closed): Segfault in rb_str_hash
- Seen in ruby 2.6.5.
```
-- C level backtrace information -------------------------------------------
/Users/nate...
03/18/2019
- 08:51 PM Ruby master Feature #15626: Manual Compaction for MRI's GC (`GC.compact`)
- > Can we introduce it just after every major (full) gc?
I agree. If the necessary steps are Full GC -> Update -> M...
11/04/2016
- 06:01 PM Ruby master Feature #12236: Introduce `mmap` managed heap
- Yura Sokolov wrote:
> > I believe we don't have any drawback with 256MB virtual memory allocation. (but it can depen...
07/03/2016
- 04:25 PM Ruby master Bug #12544 (Closed): Segfault on ruby-head
- Log is available here: https://travis-ci.org/getsentry/raven-ruby/jobs/142024230
Following the steps in the log sh...
Also available in: Atom