epam / Indigo

Universal cheminformatics toolkit, utilities and database search tools
http://lifescience.opensource.epam.com
Apache License 2.0
291 stars 100 forks source link

Bingo SQLServer is stopped after inserting Molecule or Reaction #1930

Open irawat-DIMA opened 2 months ago

irawat-DIMA commented 2 months ago

Steps to Reproduce

  1. Save Molecule or Reaction to the table using DB Insert Scripts.

Environment details:

Actual behavior SQLServer 2019 is stopped when Molecule or Reaction is added to Table. The data is not added to table. DB Insert Scripts uses Bingo.FlushOperations() procedure after insert query.

This Error Message is from Event Viewer Windows Log.

SQLServer is terminating because of fatal exception c0000005.
This error may be caused by an unhandled Win32 or C++ exception, or by an access violation encountered during exception handling.
Check the SQL error log for any related stack dumps or messages.
This exception forces SQL Server to shutdown. To recover from this error, restart the server (unless SQLAgent is configured to auto restart).

Attached is the SQL Log file: SQLDump0080.txt