You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled xmrig-proxy version 2.8.0-rc successfully on CentOS 6 (x86_64) host. But when I execute the compiled binary, it aborts with the following message:
/usr/bin/xmrig-proxy-280-rc-httpd-c6 --version
xmrig-proxy 2.8.0-rc
built on Oct 4 2018 with GCC 7.3.1
features: 64-bit
libuv/1.20.4-dev
microhttpd/0.9.59
OpenSSL/1.0.1e
xmrig-proxy-280-rc-httpd-c6: /usr/src/xmrig-proxy-2.8.0-rc/src/common/log/Log.h:42: static void Log::release(): Assertion `m_self != nullptr' failed.
Aborted
The same happens with all xmrig-proxy versions since 2.6.0. The only working version is 2.5.3.
What is the correct way to compile version 2.8.0-rc on CentOS 6?
Thanks.
The text was updated successfully, but these errors were encountered:
Looks strange, all assertions should removed from release builds, it's only for debug builds, this fix 0a8a599 probably helps with your issue.
Thank you.
Hi.
I compiled xmrig-proxy version 2.8.0-rc successfully on CentOS 6 (x86_64) host. But when I execute the compiled binary, it aborts with the following message:
The same happens with all xmrig-proxy versions since 2.6.0. The only working version is 2.5.3.
What is the correct way to compile version 2.8.0-rc on CentOS 6?
Thanks.
The text was updated successfully, but these errors were encountered: