Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error starting xmrig-proxy 2.8.0-rc on CentOS 6 #258

Closed
m8522s opened this issue Oct 4, 2018 · 2 comments
Closed

Error starting xmrig-proxy 2.8.0-rc on CentOS 6 #258

m8522s opened this issue Oct 4, 2018 · 2 comments
Labels
Milestone

Comments

@m8522s
Copy link

m8522s commented Oct 4, 2018

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:

/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.

@xmrig
Copy link
Owner

xmrig commented Oct 4, 2018

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.

@m8522s
Copy link
Author

m8522s commented Oct 4, 2018

Excellent. That patch fixed the reported issue.
Thanks for your quick help.

@m8522s m8522s closed this as completed Oct 4, 2018
@xmrig xmrig added this to the v2.8.1 milestone Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants