Closed openbabel-bot closed 7 years ago
Thank you SF, it cropped most of my description after complaining the attached file was too large :(
Here goes:
with gaussformat results in a segfault:
at /usr/include/c++/4.4/bits/stl_vector.h:741
at /build/openbabel-UwmzPj/openbabel-2.3.1+dfsg/src/formats/gaussformat.cpp:742
at /build/openbabel-UwmzPj/openbabel-2.3.1+dfsg/src/obmolecformat.cpp:105
at /build/openbabel-UwmzPj/openbabel-2.3.1+dfsg/src/obconversion.cpp:1410
Line 742 of gaussformat.cpp is:
742 betaSymmetries.push_back(symmetries[i]);
Original comment by: @mbanck
The molecule has no symmetry, but the open shell parsing code was trying to unconditionally set the beta orbital symmetry strings. This has been fixed in revision r5011 (but I have not verified whether the parsed orbital data is actually accurate now).
Original comment by: @mbanck
Line 742 of gaussformat.cpp is:
742 betaSymmetries.push_back(symmetries[i]);
Reported by: @mbanck
Original Ticket: openbabel/bugs/828