Using GFN-FF on HKUST-1 Segfault but Works if Using Valgrind #1270
-
xtb version:
I have tested the same xtb version on Materials Project mp-66 diamond and qmof-0b5e989, worked without SegFault. HKUST-1 vasp file: https://github.com/WMD-group/Crystal_structures/blob/master/MOFs/HKUST-1/HKUST1.vasp Commands to reproduce SegFault:
Output:
seems like a SegFault happened during generating the topology file. So I added Valgrind:
Output:
I used ctrl+c to exit valgrind, and the files: gfnff_charges and gfnff_topo are there! Then, I ran without valgraind:
Output:
It seems charge and topology are read from the files. It seems interesting that Valgrind helped preventing the SegFault from happening when xtb trying to generate topology from the input vasp file. More interestingly, this only happens on HKUST-1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
nvm, it's not a reproducible bug. Changed computer, segfault disappeared. |
Beta Was this translation helpful? Give feedback.
nvm, it's not a reproducible bug. Changed computer, segfault disappeared.