SciRuby/daru-io

RSRuby doesn't work with Rails

Open

#49 创建于 2017年8月8日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Ruby (9 fork)github user discovery
bughelp wanted

仓库指标

Star
 (25 star)
PR 合并指标
 (PR 指标待抓取)

描述

Though RSRuby gem (and RDS / RData IO modules) work properly on Travis CI within a gem, it faces this error when used with Rails (Passenger / Rack) -

Error: C stack usage  17589078384920 is too close to the limit
Error: C stack usage  17589078384968 is too close to the limit
Error: C stack usage  17589078384872 is too close to the limit
Fatal error: unable to initialize the JIT

Similar issue posted in StackOverFlow and issue tracker of RSRuby gem repo.

However, this small hack seems to make it work.

贡献者指南