Skip to content

Segfault when using Liberic.config in Rails 5.0.0 #1

@mpm

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'

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions