Member Site Forums Rosetta 3 Rosetta 3 – General error about ‘std::bad_alloc’ during running Reply To: error about ‘std::bad_alloc’ during running

#4813
Anonymous

    bad_alloc means something low down in C++ (lower than Rosetta) has gone wrong.

    The usual cause is that you ran out of memory, but that doesn’t seem likely for abinitio with a peptide (which is what I think you’re doing).

    Perhaps something is wrong with the compilation, and there’s some sort of mismatch between Rosetta and the underlying C++ library? Was this in Windows?