mimblewimble / grin-miner

Standalone miner for grin
Apache License 2.0
296 stars 153 forks source link

std::bad_alloc #248

Open mkay1905 opened 4 years ago

mkay1905 commented 4 years ago

Hello, I try to run grin-miner on ubuntu (Linux version 4.15.0-66-generic (buildd@lgw01-amd64-044) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019). Compilation done any issue. When i start grin-miner i have an error :

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

I tried to find and related issue and found nothing. Anyone could help?

Thanks you

Capture d’écran 2020-05-03 à 13 40 46
quentinlesceller commented 4 years ago

Hi @mkay1905 can you compile it in debug release to see if you see any error message?

ilharp commented 4 years ago

The same question. image