sue445 (Go Sueyoshi)
- Login: sue445
- Registered on: 12/30/2018
- Last sign in: 05/12/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 5 | 5 |
Activity
05/10/2026
-
02:23 PM Ruby Bug #21820: "vm_call_cfunc: cfp consistency error" occurs during rdoc generation when installing Ruby 4.0.0 via rbenv on Ubuntu 24.04
- This was an rdoc issue and has now been fixed.
ref. https://github.com/ruby/rdoc/issues/1564#issuecomment-4415470653
``` shell
[sue445@sue445-win] ✓ ~
[sue445@sue445-win] [05-10 23:13:47] $ rbenv install 4.0.3
==> Downloading ru...
01/15/2026
-
12:16 PM Ruby Bug #21820: "vm_call_cfunc: cfp consistency error" occurs during rdoc generation when installing Ruby 4.0.0 via rbenv on Ubuntu 24.04
- mame (Yusuke Endoh) wrote in #note-4:
> Could you please try to build ruby 4.0.1 without rbenv?
SEGV in `make install`
<details>
<summary>log</summary>
```
[sue445@sue445-win] [01-15 20:44:10] $ make install
file2lastrev...
01/13/2026
-
04:45 PM Ruby Bug #21820: "vm_call_cfunc: cfp consistency error" occurs during rdoc generation when installing Ruby 4.0.0 via rbenv on Ubuntu 24.04
- > I gave it a try but could not reproduce the issue on Ubuntu 24.04 running in Docker.
Umm...
I forgot to mention this earlier, but to be precise, the environment where I encountered the error is Ubuntu 24.04 on WSL (Windows 11).
...
01/03/2026
-
03:20 AM Ruby Bug #21820 (Closed): "vm_call_cfunc: cfp consistency error" occurs during rdoc generation when installing Ruby 4.0.0 via rbenv on Ubuntu 24.04
- This is transferred from https://github.com/rbenv/ruby-build/discussions/2594#discussioncomment-15394211
# My environment
``` shell
[sue445@sue445-win] [12-31 23:34:49] $ lsb_release -a
No LSB modules are available.
Distributor ID...
11/21/2025
-
03:13 AM Ruby Revision a26f8235 (git): [ruby/rubygems] Add go_gem/rake_task for Go native extention gem skeleton
- https://github.com/ruby/rubygems/commit/64f92d2da0
-
03:13 AM Ruby Revision 9aa09b46 (git): [ruby/rubygems] Fixed RuboCop offense in Rakefile generated by `bundle gem`
- ```
Offenses:
Rakefile:18:1: C: [Correctable] Layout/EmptyLines: Extra blank line detected.
Diff:
@@ -11,4 +11,5 @@
ext.lib_dir = "lib/test_gem"
end
+
task default: :compile
https://github.com/ruby/rubygems/commit/8c414729df
01/22/2021
-
05:41 AM Ruby Bug #17494: ruby is hanged when using activesupport + rspec + rspec-parameterized
- # Workaround
`require` only minimal files.
In this case, stop to require "active_support/all"
e.g.
``` ruby
# require "active_support/all"
require "active_support/core_ext/time/zones"
require "active_support/core_ext/array...
12/31/2020
-
11:47 AM Ruby Bug #17494 (Closed): ruby is hanged when using activesupport + rspec + rspec-parameterized
- # Example code
## Gemfile
```ruby
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "activesupport", "6.1.0"
gem "rspec", "3.10.0"
gem "rspe...
01/01/2020
-
12:08 PM Ruby Bug #16469 (Closed): Wrong warning message at `URI.encode` and `URI.decode`
- # Sample code
``` ruby
enc_uri = URI.encode("http://example.com/?a=\11\15")
URI.decode(enc_uri)
```
# Actual
```ruby
irb(main):005:0> enc_uri = URI.encode("http://example.com/?a=\11\15")
(irb):3: warning: URI.escape is obsolete...
01/10/2019
-
06:57 AM Ruby Bug #15521: encoding is missed when using `CSV.generate`
- Thank you.
I used `ruby/csv@master`, I confirmed this is fixed