Skip to content

Segfault when using Liberic.config in Rails 5.0.0 #1

Description

@mpm

When calling

Liberic.config.data_path = '/tmp'

A segfault occurs. This happens because the instance of config is created inside the Liberic module when loading the gem or something.

Everything works when creating a new instance inside Rails, like

c = Liberic::Config.new
c.data_path = '/tmp'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions