tb (Tobias Bühlmann)
- Login: tb
- Email: tobias+ruby-lang-bugs@xn--bhlmann-n2a.de
- Registered on: 01/04/2015
- Last sign in: 01/04/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/04/2015
-
03:40 PM Ruby Bug #10695 (Closed): Segmentation fault with *args and **kwargs
- The following will raise a Segmentation fault:
~~~ruby
def foo(*args, **kwargs)
puts "args: #{args}"
puts "kwargs: #{kwargs}"
end
foo('foo' => 'bar')
~~~
Segmentation fault in [here](https://gist.github.com/tbuehlmann/5...