Skip to content

Conversation

@PSLLSP
Copy link

@PSLLSP PSLLSP commented Dec 10, 2023

Do not clear screen at miner startup

details

@PSLLSP PSLLSP changed the title Remove clear() Remove Clear() Dec 10, 2023
@PSLLSP
Copy link
Author

PSLLSP commented Dec 10, 2023

The same patch should be applied to M1 branch...
ARM branch already doesn't call Clear()

@monkins1010 monkins1010 added the enhancement New feature or request label Mar 18, 2024
@SilentMajortity
Copy link

ccminer reports an error when running,
Operating environment: ubuntu 13.2.0
Software version: Verus2.2, branch of 3.8.3
Run command: sudo ./ccminer -q -a verus -o stratum+tcp://ap.vipor.net:5040/ -u MYRWALLETADDRESS.1 -p x -t 192
, an error will be reported after the value of parameter -t exceeds 150.
Error message: "Fatal glibc error:pthread_mutex_lock.c:94 (__pthread_mutex_lock):assertion failed:mutex->__data.__owner == 0".
Please tell me how to solve it, or you can solve it when you have time. Thank you very much.

@PSLLSP
Copy link
Author

PSLLSP commented Apr 14, 2025

ccminer reports an error when running, Operating environment: ubuntu 13.2.0 Software version: Verus2.2, branch of 3.8.3 Run command: sudo ./ccminer -q -a verus -o stratum+tcp://ap.vipor.net:5040/ -u MYRWALLETADDRESS.1 -p x -t 192 , an error will be reported after the value of parameter -t exceeds 150. Error message: "Fatal glibc error:pthread_mutex_lock.c:94 (__pthread_mutex_lock):assertion failed:mutex->__data.__owner == 0". Please tell me how to solve it, or you can solve it when you have time. Thank you very much.

This is not related to my merge request. Please, open new issue. I assume you try to run too many threads. Try with 4 or 12 threads first. Do you see the error in that case? Try to find what is the limit of threads that can be run without that error...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants