[#67346] Future of test suites for Ruby — Charles Oliver Nutter <headius@...>

I'll try to be brief so we can discuss all this. tl;dr: RubySpec is

19 messages 2015/01/05

[ruby-core:67473] [ruby-trunk - Bug #10727] [Open] Segfault with newlines + multibyte characters in exception message

From: eagletmt@...
Date: 2015-01-10 01:41:49 UTC
List: ruby-core #67473
Issue #10727 has been reported by Kohei Suzuki.

----------------------------------------
Bug #10727: Segfault with newlines + multibyte characters in exception mess=
age
https://bugs.ruby-lang.org/issues/10727

* Author: Kohei Suzuki
* Status: Open
* Priority: Normal
* Assignee:=20
* Category:=20
* Target version:=20
* ruby -v: ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
In Ruby 2.2.0, this simple Ruby script results in segfault.

```ruby
class E < StandardError
  def initialize
    super("=E3=81=AB=E3=81=BB=E3=82=93=E3=81=94\n=E6=94=B9=E8=A1=8C")
  end
end

raise E
```

It's caused by r48637.



--=20
https://bugs.ruby-lang.org/

In This Thread

Prev Next