General

Profile

burningpony (Russell Osborne)

  • Login: burningpony
  • Registered on: 12/28/2016
  • Last sign in: 08/31/2017

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

04/30/2017

06:41 PM Ruby master Bug #13528 (Closed): Calling #denominator on a whole number floating point number causes segfault with mathn loaded.
Code to reproduce.
~~~ ruby
require "mathn"
(2.0).denominator
~~~
Repeatable in isolated docker container
...
burningpony (Russell Osborne)

12/29/2016

12:21 AM Ruby master Bug #13084: String cast to Rational on 2.4.0p0 results in SegFault with Mathn required
Can be replicated on Linux via Docker
Below Segfaults
~~~
docker run -it ruby:slim ruby -e 'require "mathn"; ...
burningpony (Russell Osborne)
12:06 AM Ruby master Bug #13084 (Closed): String cast to Rational on 2.4.0p0 results in SegFault with Mathn required
See the below example, while `mathn` is required recasting a string into a Rational causes a SegFault. Remove mathn ... burningpony (Russell Osborne)

Also available in: Atom