RosettaCommons/RFDesign

Aborted (core dumped) when test the scripts

ScorpioLea opened this issue · 0 comments

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