bwbuchanan (Brian Buchanan)
- Login: bwbuchanan
- Email: bwb@holo.org
- Registered on: 07/08/2010
- Last sign in: 01/19/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/08/2010
-
02:22 AM Ruby Bug #3548 (Closed): Infinite loop in rb_str_conv_enc_opts
- =begin
To reproduce:
require 'stringio'
StringIO.new(''.force_encoding('ISO-2022-JP')) << ''
This will loop forever, blocking the interpreter and requiring a "kill -9" to terminate ruby. The problem is that rb_str_conv_enc_...