-
Notifications
You must be signed in to change notification settings - Fork 65
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
core dump when execute lv2_file_generator on arch linux #208
Comments
How did you compile the plugins and the lv2_file_generator? |
I mainly followed the instructions from the README.md file.
terminal output when I run make command Then I go into Plugins directory and run Thanks in advance. |
Can you try to build in release mode |
Yep, I try that and now I can generate lv2 plugins successfully! |
I would like to fix the debug problem but I can't reproduce it. Could you change the line 222 of PluginEnvironment.cpp: |
Ok.
I will try this as soon as possible, maybe tomorrow. |
No, it still have the same error. However, this line does matter. I try to comment out this line, and I don't get such error. |
It seems that we can't print anything here. I also try to use |
In fact, I guess the problem is related to that https://unix.stackexchange.com/questions/246143/gdb-throws-error-on-arch-linux. I'm not sure that related to Camomile. Can you test the solution suggested and confirm? Thank you! |
Not sure that really related to Camomile, since I also have error when runing lv2_file_generator without gdb. I try to strip the libstdc++ library, but it doesn't fix the problem. |
Since you said you couldn't reproduce it, I wander what distro or environment do you use to make a release on Linux? |
I use Travis CI to create the release, on can have the information on the build: https://travis-ci.org/github/pierreguillot/Camomile/jobs/726739582. |
This is fixed on dev/v1.0.8. |
Describe your environment
Arch linux 64bit
Describe the problem or the feature request
Since I want to create package(AUR) on arch linux, I try to compile the source. I get core dump when
lv2_file_generator
is executed via camomile shell script. The strange thing is that I don't get such error using the release version 1.0.7. Can anyone help me?error messages:
gdb output (run
lv2_file_generator
directly):The text was updated successfully, but these errors were encountered: