-
Notifications
You must be signed in to change notification settings - Fork 42
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
CREST Hessian calculations segfault on diatoms #349
Comments
I cannot reproduce this, both ifort and gfortran builds work fine without segfault. Any more information? What's the segfault message? Are you using a self-built binary, or a precompiled one? |
I'm using the conda version of CREST on Ubuntu 24.04 with a AMD Ryzen 7 7840HS. Error:
Output:
|
Interesting. This doesn't reveal too much, unfortunately. The error seems to result from one of the C/Fortran interfaced routines, but doesn't tell what exactly goes wrong. My best guess is the passing of strings between the two languages which somehow causes the stack smashing. Might be some time until I find out what goes wrong. |
Segfaults in
v3.0.2
but notv3.0.1
To Reproduce
crest geom.xyz --ohess
orcrest geom.xyz --numhess
The text was updated successfully, but these errors were encountered: