00:18:38 How soon until p2p is the biggest miner? 00:20:42 garth: p2pool general chat can be found at #p2pool-log 03:57:56 "garth: p2pool general chat can..." <- Is that room bridged to matrix? 03:58:30 there are matrix people there 04:08:36 Seth For Privacy do you mind adding p2pool-log to the monero space directory? 07:02:48 afaik bridged via libera chat matrix bridge 13:05:17 "Seth For Privacy do you mind..." <- Will do. 13:07:49 Added bounties and ux as well. 16:02:32 nioc: I actually don’t care enough about the answer to join another channel haha. Just a fun thought I had 16:04:28 soon 22:27:52 https://paste.debian.net/1219884/ 22:28:11 monerod decided to segfault on me after months of smooth running 22:29:00 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 22:31:12 do you have stack trace for segfault ? 22:32:27 you've just pasted monerod log with some caught exception 22:33:07 no stacktrace, wasn't expecting it to fault out 22:33:24 journalctl / dmesg ? 22:33:34 if it's really segfault then there should be something 22:37:54 https://paste.debian.net/1219886/ 22:38:02 damn UFW is noisy in the logs 22:40:10 "... error 7 in monerod[55" you've stripped postfix 22:40:24 there should be `monerod[digits...]` 22:40:32 * be `monerod[hex digits...]` 22:42:08 my bad, screen cut it off: monerod[55b80704d000+b8b000] 22:44:00 "https://github.com/SChernykh/p2pool/releases/tag/v1.3.1" which binary did you use ? It was certainly not this one 22:45:11 built from source, Monero 'Oxygen Orion' (v0.17.2.3-97b7a41bf) 22:52:36 can you upload exactly that executable to somewhere ? 22:53:06 yeah 2 secs 22:54:10 http://p2pool.uk/monerod 23:27:26 "https://github.com/zeromq/libzmq/blob/master/src/xpub.cpp#L99", "zmq::xpub_t::xread_activated" it's within this function 23:27:52 "https://github.com/zeromq/libzmq/search?q=zmq%3A%3Axpub_t%3A%3Axread_activated&type=issues", "https://github.com/zeromq/libzmq/issues/3940" this report with segfault and 0xffffffffff... address looks similar and it was present in 4.3.1 zmq version 23:28:17 there is even reproduction code 23:28:41 well fek. libzmq out of date? 23:29:09 guessing apt wont be up to date, I'll build from src 23:29:21 "https://github.com/monero-project/monero/commit/1d451a6855baea68a2712f66a5712ccce8842ee8" you need latest release-v0.17 branch with updated zeromq to 4.3.4 23:29:35 ^ that's for build with depends 23:30:53 will I get away with just grabbing the latest git? 23:31:36 If you're building monerod with `make depends` or smth similar, then yes 23:31:46 otherwise check what version of zmq is being used in your env 23:34:15 libczmq-dev/oldstable 4.2.0-2 amd64 will be the one that I grabbed from apt 23:34:43 it's probably obvious that 4.2.0 < 4.3.1 23:35:18 ever so slightly yup 23:36:01 thanks for looking into that one. in fairness that VPS is well overdue a distupgrade