This project is closed and read-only.
Actions
Backport #6093
closedRequiring mathn causes Float.to_d to SEG FAULT when used with BigDecimal
Backport #6093:
Requiring mathn causes Float.to_d to SEG FAULT when used with BigDecimal
Status:
Closed
Assignee:
-
Description
To Reproduce:
require 'bigdecimal'
require 'bigdecimal/util'
require 'mathn'
10.0.to_d #=> Generates SEG FAULT (https://gist.github.com/1921116, https://gist.github.com/1921407)
Note only this combination of requires causes the SEG FAULT. If math isn't included, it will work as expected. I confirmed this works in 1.8.7-p249 and 1.9.2-p290 on the same platform.
Files
Actions