General

Profile

tikkss (Tsutomu Katsube)

  • Login: tikkss
  • Registered on: 10/12/2024
  • Last sign in: 11/02/2025

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/05/2026

04:48 AM Ruby Revision 99bd18b5 (git): Unskip RBS test on Windows for NoMemoryError workaround
test-unit 3.7.7 has been fixed this problem.
See also:
https://github.com/test-unit/test-unit/releases/tag/3.7.7
tikkss (Tsutomu Katsube)

10/22/2024

09:19 PM Ruby Bug #20796: Segmentation fault in rubyzip tests with ruby 3.4.0-preview2~659 e7cb70be4e on x86_64-darwin24
Though this is just a bug report, it's my first contribution to Ruby Core.
I'm excited to know some new words such as off-one-by bug, valgrind, miniruby, OP reports that were unfamiliar to me.
Thanks!
tikkss (Tsutomu Katsube)

10/21/2024

09:22 PM Ruby Bug #20796: Segmentation fault in rubyzip tests with ruby 3.4.0-preview2~659 e7cb70be4e on x86_64-darwin24
Thank you very much!
I have confirmed a83c91dd7a addresses the issue on Intel mac:
```console
$ ruby -v
ruby 3.4.0dev (2024-10-21T11:40:42Z master a83c91dd7a) +PRISM [x86_64-darwin24]
$ bundle exec rake
ostruct was loaded fro...
tikkss (Tsutomu Katsube)

10/20/2024

11:17 AM Ruby Bug #20796: Segmentation fault in rubyzip tests with ruby 3.4.0-preview2~659 e7cb70be4e on x86_64-darwin24
> This PR seems relevant, and fits in the (rather large) preview1/preview2 window: https://github.com/ruby/ruby/pull/11519
Thanks for your sharing.
According to git bisect between preview1 and preview2, it is triggered since ruby 3...
tikkss (Tsutomu Katsube)

10/18/2024

05:15 PM Ruby Revision f370a315 (git): [ruby/irb] Suppress "literal string will be frozen in the future"
warning
(https://github.com/ruby/irb/pull/1019)
* Suppress "literal string will be frozen in the future" warning
Before change:
```console
$ ruby -W -I lib -e 'require "irb"; IRB.setup(nil); IRB::Irb.new.build_statement("1 + 2")'
/Use...
tikkss (Tsutomu Katsube)

10/13/2024

10:59 PM Ruby Bug #20796: Segmentation fault in rubyzip tests with ruby 3.4.0-preview2~659 e7cb70be4e on x86_64-darwin24
The segmentation fault does not reproduce when running the test individually:
```console
$ bundle exec rake TESTOPTS="-v --seed=1 --name=ZipFileTest#test_recover_permissions_after_add_files_to_archive"
ostruct was loaded from the st...
tikkss (Tsutomu Katsube)
09:44 PM Ruby Bug #20796: Segmentation fault in rubyzip tests with ruby 3.4.0-preview2~659 e7cb70be4e on x86_64-darwin24
Yes, that's correct. I'm using an Intel-based Mac running macOS. Here are the details of my environment:
* Architecture: Intel
* System Version: macOS Sequoia 15.0.1
* Build Version: 24A348
* Kernel Version: Darwin 24.0.0
* Model:...
tikkss (Tsutomu Katsube)
12:22 AM Ruby Bug #20796 (Closed): Segmentation fault in rubyzip tests with ruby 3.4.0-preview2~659 e7cb70be4e on x86_64-darwin24
Steps to reproduce
---
```console
$ git clone git@github.com:rubyzip/rubyzip
$ cd rubyzip
$ bundle
$ bundle exec rake
```
Expected behavior
---
The tests should complete successfully.
Actual behavior
---
A segmenta...
tikkss (Tsutomu Katsube)

Also available in: Atom