aionnetwork / aion_miner

aion miner
57 stars 25 forks source link

overflow warnings and std::runtime_error core dump #21

Closed Xiaoyang-Zhu closed 6 years ago

Xiaoyang-Zhu commented 6 years ago

$ ./aionminer --ci ./aionminer: Symbol __shm_directory' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbolshm_directory' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol strlen' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbolstrlen' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol strchr' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbolstrchr' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol `mempcpy' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol __mempcpy' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbolmemcpy' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol memcpy' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbolpthread_setcancelstate' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol pthread_setcancelstate' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbolopen' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol __stack_chk_fail' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol__stack_chk_fail' causes overflow in R_X86_64_PC32 relocation ./aionminer: Symbol `unlink' causes overflow in R_X86_64_PC32 relocation

============================= aion reference miner======================
        Equihash<210,9> CPU&GPU Miner for AION v0.1.9
        Base on NiceHash equihash miner.
============================= aion reference miner======================

terminate called after throwing an instance of 'std::runtime_error' what(): CUDA error 'unknown error' in func 'getcount' line 34 Aborted (core dumped)

Xiaoyang-Zhu commented 6 years ago

Reinstalled graphics card driver and reboot the system. Problems are solved