-
Notifications
You must be signed in to change notification settings - Fork 149
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
Stack smashing for linear molecules #593
Comments
Can't reproduce this behavior with the 325d1c0 nor the 6.4.1 release version when using Intel compilers. With GCC11 I get the following error
|
We recently ran into the same problems with version 6.5.1 installed as a package from conda-forge. This happens with simple linear molecules, such the N2 molecule below in an xyz file:
xTB command: After the Hessian calculation, the "stack smashing" error mentioned above appears. On this occasion, I wanted to ask if there are any news regarding this bug? |
A bit late to reply, but version 6.6.1 as packaged on conda-forge still appears to have this problem. |
I tried to find the bug and this is what I found: Cause of the bugThe problem is that in in Proposed fixThe simplest fix is to change line 34 in file |
Describe the bug
When running the following command:
a crash will occur in the section "Thermodynamic Functions" with the following error:
To Reproduce
Steps to reproduce the behaviour:
Optimize and calculate the hessian for the following molecule:
Expected behaviour
I expected the program to terminate without an error.
Additional context
It happens both with a conda installation
and a self-compiled 6.4.1 version
The text was updated successfully, but these errors were encountered: