-
Notifications
You must be signed in to change notification settings - Fork 38
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
Packaged pplacer produces segmentation fault #121
Comments
Yes, please update pplacer to the latest version of binaries from either the pplacer homepage or from bioconda. |
Updating the bundled version will require extensive tests, which I am unable to perform at the moment. As a workaround, you can use the config file to ask SEPP to run a different pplacer. When you run |
Since we migrated our cluster nodes from Ubuntu 20.04 to Debian 12, I am experiencing the same segmentation fault. This is try for every call to My system:
My
Reproducing the segmentation fault:
Analysing the core dump:
I fear this is an issue with incompatible system calls of the ~12 year old binary :-/ |
My suggestion would be to replace the bundled binary of The binary from the v1.1.alpha17 release runs fine on my system, however it produces placements in a different format! Specifically, the field order of placements in the
to
This changes breaks https://github.com/smirarab/sepp/blob/master/tools/merge/seppJsonMerger.jar in the merging step of SEPP. I am trying to provide a PR to fix this soon. The PR #137 is in preparation for this, to have a test for consistency of the full SEPP pipeline. |
I'm running sepp, through busco and am currently experiencing the following with the included pplacer:
If I install the latest version of pplacer from bioconda, I no longer get the segmentation fault.
Do you have any recommendations on how to fix this?
OS Details
Update:
Works fine on another system
The text was updated successfully, but these errors were encountered: