-
Notifications
You must be signed in to change notification settings - Fork 24
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
Segmentation Fault in -run_demo #62
Comments
Dear @altanturkoglu , |
I also had the same issue on several systems and running the igor-compute_pgen example. gcc 9.3.0 ubuntu/WSL and gcc 10.3.0 Centos 7. |
Similar error: igor -run_demo IGoR version 1.3.0 (installed via synaptic package manager) Best |
I got similar error: Running demo code IGoR version 1.4.0 |
I have just submitted an Issue for that: #68 Also note: this issue appears to be solved in the EasyBuild build environment: the test-run is working ok, without any segfaults. |
Hello,
I believe I have installed IGoR successfully with
./config --prefix=$(pwd) && make && make install
. When running the demo, I run into a segmentation fault after alignment during construction of the model. The alignment files seem to populate properly and have contents in them. Below is the output from command line in-run_demo
:We appreciate your help with this tool and look forward to running it soon. Below is the output and strack trace from
gdb
:Thanks again,
Altan
The text was updated successfully, but these errors were encountered: