Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault when using Liberic.config in Rails 5.0.0 #1

Open
mpm opened this issue Nov 28, 2015 · 0 comments
Open

Segfault when using Liberic.config in Rails 5.0.0 #1

mpm opened this issue Nov 28, 2015 · 0 comments
Assignees
Labels

Comments

@mpm
Copy link
Owner

mpm commented Nov 28, 2015

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'
@mpm mpm added the bug label Nov 28, 2015
@mpm mpm self-assigned this Nov 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant