-
garth
How soon until p2p is the biggest miner?
-
nioc
garth: p2pool general chat can be found at #p2pool-log
-
crypto_grampy[m]
<nioc> "garth: p2pool general chat can..." <- Is that room bridged to matrix?
-
nioc
there are matrix people there
-
crypto_grampy[m]
Seth For Privacy do you mind adding p2pool-log to the monero space directory?
-
DataHoarder
afaik bridged via libera chat matrix bridge
-
sethsimmons
<crypto_grampy[m]> "Seth For Privacy do you mind..." <- Will do.
-
sethsimmons
Added bounties and ux as well.
-
garth
nioc: I actually don’t care enough about the answer to join another channel haha. Just a fun thought I had
-
nioc
soon
-
pauliouk
-
pauliouk
monerod decided to segfault on me after months of smooth running
-
pauliouk
Linux host4 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5+deb10u1 (2019-07-19) x86_64 GNU/Linux plenty of memory, storage and CPU available to it
-
wfaressuissia
do you have stack trace for segfault ?
-
wfaressuissia
you've just pasted monerod log with some caught exception
-
pauliouk
no stacktrace, wasn't expecting it to fault out
-
wfaressuissia
journalctl / dmesg ?
-
wfaressuissia
if it's really segfault then there should be something
-
pauliouk
-
pauliouk
damn UFW is noisy in the logs
-
wfaressuissia
"... error 7 in monerod[55" you've stripped postfix
-
wfaressuissia
there should be `monerod[digits...]`
-
wfaressuissia
* be `monerod[hex digits...]`
-
pauliouk
my bad, screen cut it off: monerod[55b80704d000+b8b000]
-
wfaressuissia
"
github.com/SChernykh/p2pool/releases/tag/v1.3.1" which binary did you use ? It was certainly not this one
-
pauliouk
built from source, Monero 'Oxygen Orion' (v0.17.2.3-97b7a41bf)
-
wfaressuissia
can you upload exactly that executable to somewhere ?
-
pauliouk
yeah 2 secs
-
pauliouk
-
wfaressuissia
"
github.com/zeromq/libzmq/blob/master/src/xpub.cpp#L99", "zmq::xpub_t::xread_activated" it's within this function
-
wfaressuissia
"
github.com/zeromq/libzmq/search?q=z…_t%3A%3Axread_activated&type=issues", "
zeromq/libzmq #3940" this report with segfault and 0xffffffffff... address looks similar and it was present in 4.3.1 zmq version
-
wfaressuissia
there is even reproduction code
-
pauliouk
well fek. libzmq out of date?
-
pauliouk
guessing apt wont be up to date, I'll build from src
-
wfaressuissia
"
monero-project/monero 1d451a6" you need latest release-v0.17 branch with updated zeromq to 4.3.4
-
wfaressuissia
^ that's for build with depends
-
pauliouk
will I get away with just grabbing the latest git?
-
wfaressuissia
If you're building monerod with `make depends` or smth similar, then yes
-
wfaressuissia
otherwise check what version of zmq is being used in your env
-
pauliouk
libczmq-dev/oldstable 4.2.0-2 amd64 will be the one that I grabbed from apt
-
wfaressuissia
it's probably obvious that 4.2.0 < 4.3.1
-
pauliouk
ever so slightly yup
-
pauliouk
thanks for looking into that one. in fairness that VPS is well overdue a distupgrade