Author Topic: Error: malloc(): corrupted top size  (Read 1603 times)

omarove

  • Newbie
  • *
  • Posts: 4
    • View Profile
Error: malloc(): corrupted top size
« on: July 12, 2021, 10:35:14 AM »
Hi all,

When running charge equilibration for MIL-101, the error message (malloc(): corrupted top size) shows up after reading the CIF file (not immediately). It seems like an error related to C language. Is it because of the huge size of the framework? If so, how can I perform the Qeq on MIL-101? I would appreciate any input.

Best,
Omar

David Dubbeldam

  • Full Member
  • ***
  • Posts: 230
    • View Profile
Re: Error: malloc(): corrupted top size
« Reply #1 on: July 21, 2021, 09:37:02 AM »
MIL-101 is very large indeed. RASPA is not optimized for speed.  You can use a debugger to see where it goes wrong.

omarove

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Error: malloc(): corrupted top size
« Reply #2 on: July 27, 2021, 10:39:35 AM »
Thank you for the answer, professor. I will check that out.