-
tauntaum
hello
-
tauntaum
something changed on monero from last commits and there are no connections
-
tauntaum
-
tauntaum
can anyone understand something from this
-
tauntaum
all this are my nodes
-
moneromooo
Try to exit monerod, remove p2pstate.bin, and restart monerod.
-
moneromooo
Try exiting even. Can't grammar.
-
tauntaum
i always do rm -rf .bitmonero
-
tauntaum
nothing change
-
tauntaum
my peerlist cant connect between?
-
moneromooo
Try adding: --exclusive-node 88.198.163.90
-
moneromooo
If this works, then exit, and restart without it again.
-
moneromooo
(that's a node I know is running right now)
-
tauntaum
nope
-
tauntaum
same
-
moneromooo
What monerod version ?
-
tauntaum
latest
-
tauntaum
compile by me
-
tauntaum
clone --recursive
-
moneromooo
I assume that means master ?
-
tauntaum
yes
-
tauntaum
-
tauntaum
add some issue
-
moneromooo
Well, you can try reverting it I guess.
-
tauntaum
i dont to say the truth i'm guessing
-
tauntaum
just before everything was working
-
moneromooo
It worked for me, but you never know :)
-
moneromooo
It touches the bit that broke, so worth a try.
-
tauntaum
u mean that u revert that and nodes are working better??
-
moneromooo
I am asking you that.
-
tauntaum
to test ok i'll do it
-
moneromooo
Oh. I meant the patch worked for me. I could connect and all just fine.
-
moneromooo
But it might be buggy under some conditions.
-
tauntaum
u dont have other info if that is buggy just u are guessing ok?
-
moneromooo
I am gauging the probability of your guess. It sounds like a fair guess to me.
-
tauntaum
how to revert? im not github guru
-
moneromooo
git revert 7354ffb8a7ccdfab0c7be186423634ac571ba1cb
-
moneromooo
When you want to go back to the original state: git reset --hard HEAD^
-
moneromooo
(assuming you made no manual changes)
-
tauntaum
i add another patch that is on pulls
-
moneromooo
Then you're not using master, are you.
-
moneromooo
If you have many patches, I guess you can bisect:
-
moneromooo
git bisect start; git bisect bad; git bisect good XXXX
-
tauntaum
-
moneromooo
Replace XXXX with the last hash you know was working
-
tauntaum
i added this
-
tauntaum
nothing else
-
moneromooo
Then git will check verisons out, just build and test, and every time, enter either "git bisect good" or "git bisect bad" depending on whether it works or not.
-
moneromooo
Then git will zero down to the bad commit.
-
moneromooo
And when done, git bisect reset
-
tauntaum
after excutable will run without problems git bisect reset?
-
moneromooo
start/reset/good/bad check revisions out. After reset, you'll be back on the rev you were on when you started bisecting.
-
moneromooo
Ideally, all binaries you build from what git checks out will run.
-
moneromooo
If one does not, or you can't test whether that prticular binary works or not, then: git bisect skip
-
tauntaum
do u believe that this can help
monero-project/monero #7873
-
moneromooo
Not too likely.
-
moneromooo
It'd just crash, typically.
-
moneromooo
(without the patch)
-
tauntaum
hello
-
tauntaum
how to revert without logging on github
-
tauntaum
why github must logg whatever
-
tauntaum
monero need some decentralize git
-
selsta
you don't need github
-
tauntaum
git revert 7354ffb8a7ccdfab0c7be186423634ac571ba1cb
-
tauntaum
*** Please tell me who you are.
-
tauntaum
Run
-
tauntaum
git config --global user.email "you⊙ec"
-
tauntaum
git config --global user.name "Your Name
-
selsta
this isn't github
-
selsta
that's just git wants to know an author
-
moneromooo
git is a program. github is a website that people who use git can use. Those are two different things. That said, this prompt is damn annoying to me too.
-
tauntaum
i know that git is a program
-
moneromooo
Maybe I should fix it. But something tells me if it hasn't been fixed yet, ut's because it's wanted that way...
-
tauntaum
there is not smth like patch?
-
tauntaum
patch -p1 < patch
-
moneromooo
What are you asking ? If you're getting conflicts, you get to fix them I'm afraid :)
-
moneromooo
If you're not a hacker, then... you can't.
-
moneromooo
In which case, go the biscet route.
-
selsta
.merge+ 3572
-
xmr-pr
Added
-
panua44
hi
-
panua44
how to avoid connecting to yourself
-
tauntaum
back again
-
tauntaum
after some gdb cjecks i found this
monero-project/monero #1377
-
tauntaum
is possible after so many years
-
selsta
what is the issue again?
-
tauntaum
this is logged from gdb
-
tauntaum
../sysdeps/unix/sysv/linux/x86_64/clone.S: No such file or directory
-
tauntaum
i have my nodes but ther connection problems
-
tauntaum
there are
-
selsta
does it get fixed by downgrading to v0.17.2.0?
-
tauntaum
not
-
tauntaum
desperated i did the hacker as moneromoo said and found that
-
tauntaum
../sysdeps/unix/sysv/linux/x86_64/clone.S: No such file or directory
-
selsta
it doesn't seem related
-
tauntaum
it is because daemon crash often
-
tauntaum
and i found segfault source
-
selsta
post full backtrace
-
tauntaum
ok
-
tauntaum
-
selsta
and how long until this is triggered?
-
tauntaum
from 2-10 sec
-
tauntaum
on some pc this dont happen
-
tauntaum
the most strange is this
-
tauntaum
i put it on 6 and is doing this on 4
-
tauntaum
on the 2 daemon work without crashing
-
selsta
is it custom compiled?
-
selsta
did you copy paste the blockchain file?
-
tauntaum
yes all folder
-
tauntaum
i remove p2pbin not lmdb
-
tauntaum
and still the same
-
selsta
try the following: use the version from getmonero.org
-
selsta
and then delete the lmdb folder on one of the nodes where you have issues with crashing
-
selsta
and then check if you still have issues
-
tauntaum
i did this
-
tauntaum
i use monero binary but same
-
tauntaum
the most strange is why is running ok on 2 and not in other 4 pcs
-
selsta
there is no known crash like you have posted
-
selsta
at least not reported by anyone else
-
tauntaum
maybe u need more info from gdb?
-
selsta
do thread apply all bt
-
tauntaum
ok
-
selsta
`thread apply all bt`
-
tauntaum
ok
-
tauntaum
immediately after run?
-
tauntaum
no need of "where" ,"list"
-
selsta
no once it crashes
-
tauntaum
ok nothing else?
-
tauntaum
quit after
-
selsta
once it crashes enter `thread apply all bt` and then post the output like before
-
tauntaum
ok
-
tauntaum
-
selsta
ok come back tomorrow again will ask someone else
-
tauntaum
ok thank you
-
selsta
.merge+ 3683
-
xmr-pr
Added
-
selsta
.merges
-
xmr-pr
3096 3282 3452 3471 3472 3473 3477 3481 3572 3679 3683