yoshiokatsuneo (Tsuneo Yoshioka)
- Login: yoshiokatsuneo
- Email: yoshiokatsuneo@gmail.com
- Registered on: 01/08/2015
- Last sign in: 01/26/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
01/26/2021
-
08:55 AM Ruby Bug #17583 (Closed): Segfault on large stack(RUBY_THREAD_VM_STACK_SIZE)
- When I set large stack size like 100MB using RUBY_THREAD_VM_STACK_SIZE,
I get the segmentation fault.
The error looks happens when RUBY_THREAD_VM_STACK_SIZE is larger than around 17MB.
How to reproduce:
```
$ RUBY_THREAD_VM_STACK_...
02/18/2017
-
02:37 PM Ruby Bug #13228 (Rejected): s[i]=c(assigning a character) for String is slower than Array on Linux
- `s[i]=c`(assigning a character) for `String` is slower than for `Array` on Linux.
If I split the `String` to `Array`, and assign characters, and join the `Array` to `String`,
then it is much faster than assigning characters directly ...
01/08/2015
-
09:37 AM Ruby Bug #10715 (Closed): WEBrick::HTTPResponse#to_s calls send_response(), and make debugging quite difficult.
- WEBrick::HTTPResponse#to_s calls send_response(), and this makes debugging very difficult.
If I run webrick on debugger or just do "print" debug, and show status of the object in some point,
then debugger or "print" may calls "to_s" an...