General

Profile

ciel (T Yamada)

  • Login: ciel
  • Registered on: 08/20/2012
  • Last sign in: 07/31/2021

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

07/31/2021

01:02 AM Ruby Bug #17583: Segfault on large stack(RUBY_THREAD_VM_STACK_SIZE)
Hi, could you backport this to Ruby 3.0? ciel (T Yamada)

03/02/2021

07:32 AM Ruby Bug #17668 (Closed): Large RUBY_THREAD_VM_STACK_SIZE causes segmentation fault (again)
- How to reproduce: `RUBY_THREAD_VM_STACK_SIZE=100000000 ./ruby --disable-gems -e 'p 1'`
- Expected: only `1` is shown.
- Observed:
```
./ruby: [BUG] Segmentation fault at 0x0000000000000018
ruby 3.0.0p0 (2020-12-25 revision 95aff...
ciel (T Yamada)

02/09/2020

04:13 AM Ruby Bug #16616 (Closed): Large RUBY_THREAD_VM_STACK_SIZE causes segmentation fault
- How to reproduce: ``RUBY_THREAD_VM_STACK_SIZE=100000000 ./ruby --disable-gems -e 'p 1'``
- Expected: only ``1`` is shown.
- Observed: Segmentation fault: 11
- Version: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-darwin18...
ciel (T Yamada)

06/09/2015

06:25 PM Ruby Feature #11007: Prime.each.with_index should accept offset
Hi, any progress about this patch?
The reason why I have proposed this is that I'm anxious about the phrase of http://ruby-doc.org/stdlib-2.2.2/libdoc/prime/rdoc/Prime.html#class-Prime-label-Generators : "Furthermore, it is an externa...
ciel (T Yamada)

04/14/2015

03:16 AM Ruby Bug #10960: libffiのビルドの不具合?
こちらの不具合については2.2.2で修正されていることを確認しました。ありがとうございました。 ciel (T Yamada)
03:06 AM Ruby Bug #10954: FreeBSD 9.1でコンパイルできない(libprocstatのチェックに漏れがある)
失礼します。こちら、Ruby 2.2.2には反映されていないのでしょうか? ciel (T Yamada)

03/30/2015

07:41 AM Ruby Feature #11007: Prime.each.with_index should accept offset
Updated the diff.
Thank you for the advice.
By the way, is PseudoPrimeGenerator#with_object covered by the tests? I don't see test_enumerator_with_object stuff.
Perhaps, for example, we can count the number of primes by modulo 4?
ciel (T Yamada)

03/28/2015

02:11 AM Ruby Feature #11007: Prime.each.with_index should accept offset
Umm, I don't know how to pass block to each_with_index safely (without capturing).
Of course I can remove calling each_with_index, but...
- Note: I have updated email address, which I'd like for ChangeLog...
ciel (T Yamada)

03/27/2015

03:10 PM Ruby Feature #11007 (Closed): Prime.each.with_index should accept offset
I'd like to execute following code:
~~~
Prime.each(10).with_index(1){|e,i|
print i,' ',e,"\n"
}
~~~
Expected output:
~~~
1 2
2 3
3 5
4 7
~~~
I have attached a patch.
ciel (T Yamada)

03/11/2015

06:42 AM Ruby Bug #10960: libffiのビルドの不具合?
添付します。宜しくお願い申し上げます。 ciel (T Yamada)

Also available in: Atom