red-data-tools / GR.rb

Ruby wrapper for the GR framework

Home Page:https://github.com/red-data-tools/GR.rb/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmental fault occurs when using fiddle 1.0.3 on Windows

kojix2 opened this issue · comments

There are some obstacles to using the fiddle gem in Windows.

  1. Loading a fiddle gem just generates a lot of warnings.
    ruby/fiddle#48

  2. RubyInstaller::Runtime.add_dll_directory raises a Segmental fault.

    RubyInstaller::Runtime.add_dll_directory(File.dirname(path))

    However, Segmental fault does not occur when using bundle exec.

Report to fiddle repository
ruby/fiddle#50