-
Notifications
You must be signed in to change notification settings - Fork 60
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
Segmentation fault #438
Comments
Hi, i recompiled the CreepMiner. For the last 11 days the CreepMiner runs fine then it crashes with Segmentation fault. There are only PoC2 fiels on the HDD and nothing else. So don't know what to do now. It runs fine for several days but not stable for me so i have to check every day. Has somene advice how to minimize Segmentation fault error ? What tells me Segmentation fault ? |
So im am testing on. I am forwarding 2 CreepMiner PC to the 1 CreepMiner Server (where the burstcoin server is running). My results are on every PC the during Plot scanning the CreepMiner 1.8.3 suddenly ends and crahes with segmentation fault. I think once a week the Miner crahes. With 3 PC its 3 of 7 days. So the system has to be monitored all the time. So in the long run its a lot of monitoring work with downtime because during night the crash happens during the sleep time. Actually i was able to get some more information on my log file. In my opinion the miner finds a nonce and the suddenly is thinking the nonce (that was found) was for another block (than the expected actual one). In Detail CreepMiner thinks the found nonce was for the block before. But why is CreepMiner this thinking ? When i restard the CreepMiner everything runs fine. The Burstcoin Server (actually 2.2.3) is running without problems. Even when CreepMiner is thinking that the nonce was for the last block it shouldn't stop scanning the plot files. HERE is my lOG of the Segmentation fault error: 10.10.2018 07:35:19 (18492, /home/travis/build/Creepsky/creepMiner/src/network/NonceSubmitter.cpp, 124, Debug): JSON confirmation (1d 16:50:46) |
Same here, Ubuntu 18.04 - Kernel 4.15.0-38 (stock), AMD GPU 18.40 (rx570/4GB) dmesg: |
Hi Integrative, i am still on testing. Actually i am using BRS 2.2.4 Wallet. I am hoping that this new Wallet solves the Segmentation fault problem. Perhaps CreepMiner is adressing the right way but the Wallet 2.2.3 gives a wrong time stamp or something like that. So my advice check the new BRS 2.2.4 Burstcoin Wallet. I am testing one week now and there was no more segmentation fault error until now. Can you thell which version of BRS Wallet you are using ? And wich database Maria or H2 ? In my case i am using Maria database. When this error appears again in BRS 2.2.4 i would try H2 databse perhabs there could be an issue too. I tell my results of testing the BRS 2.2.4 in some weeks when its stable in this forum |
Creep is pointing to a pool, with cryptoguru as wallet
…Sent from my HTC
----- Reply message -----
From: "BurnMe2" <notifications@github.com>
To: "Creepsky/creepMiner" <creepMiner@noreply.github.com>
Cc: "Integrative.it" <jkool@integrative.it>, "Comment" <comment@noreply.github.com>
Subject: [Creepsky/creepMiner] Segmentation fault (#438)
Date: Thu, Nov 1, 2018 4:11 PM
Hi Integrative,
i am still on testing. Actually i am using BRS 2.2.4 Wallet. I am hoping that this new Wallet solves the Segmentation fault problem. Perhaps CreepMiner is adressing the right way but the Wallet 2.2.3 gives a wrong time stamp or something like that.
So my advice check the new BRS 2.2.4 Burstcoin Wallet.
I am testing or one week now and there was no more segmentation fault error unti now.
Can you thell which version of BRS Wallet you are using ? And wich database Maria or H2 ?
In my case i am using Maria database. When this error appears again I even in BRS 2.2.4 i would try H2 databse perhabs there could be an issue too.
I tell my results of testing the BRS 2.2.4 in some weeks when its stable in this forum
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#438 (comment)
|
I have segmentation fault (core dumped) program exit issues as well. It fails after 0,5 to 10 days runtime. |
Could someone please build it with debug symbols: -DCMAKE_BUILD_TYPE=RELWITHDEBINFO or -DCMAKE_BUILD_TYPE=DEBUG. DEBUG is slow, but shows exactly what went wrong when it crashed, while RELWITHDEBINFO is fast, but because of compiler optimisations the core will not be as readable as with DEBUG. After the crash, you can view the core file with gdb like this: When gdb has booted up, type in |
Arch linux x64 - |
All above because miner ip was blocked in local wallet. |
Before submitting your issue, please review the following checklist:
Subject of the issue
Segmentation fault appears and the creepMiner is crashing. Sometime it comes after some hours and sometimes it runs for abou 1-2 Weeks and then suddenly out of nowhere the Miner crashes.
Your environment
CreepMiner 18.3
Mintlinux 18.3
Firefox 61.0.1
Steps to reproduce
Just running CreepMiner. There is no real step to reduce the issue.
Expected behavior
No segmentation fault
Actual behavior
Segmantion fault during scanning.
Other information
Somebody else had this issue too. I think perhaps i could recompile the creepMiner and then trying again. I will tell the results here.
The text was updated successfully, but these errors were encountered: