RosettaCommons / RFDesign

Protein hallucination and inpainting with RoseTTAFold
Other
234 stars 67 forks source link

Aborted (core dumped) when test the scripts #14

Closed ScorpioLea closed 2 years ago

ScorpioLea commented 2 years ago

Hello When I try to run the example script, the following error is reported when trying to simulate an inpainting operation:

terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)

When I try to run hallucination, the following error is reported:

trap: DEBUG: bad trap

We know that errors such as "Aborted (core dumped)" can be difficult to fix. I added the following command to .bashrc.

ulimit -c unlimited

But it still doesn't work, so I would like to ask if you have any suggestions. Thank you!

Lea