13:09:21 we're getting a segfault running start_mining on monerod v0.18.2.2 (starting testnet from scratch):... (full message at ) 13:10:18 can you get a call stack? 13:13:21 can you point me in the right direction to get that? it's not written to a file by default, and not much more is useful in the logs at level 3. something to do with the SANITIZE=ON option? 13:15:27 no, just run it under gdb 13:56:01 #0 0x0000563127bd9d76 in randomx_init_dataset () 13:56:01 #1 0x000056312784894f in rx_seedthread () 13:56:01 #2 0x00007f55dde94b43 in start_thread (arg=) at ./nptl/pthread_create.c:442 13:56:01 #3 0x00007f55ddf26a00 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 13:58:40 there have been multiple reports about this now but only on testnet hmm 13:58:59 yes, I reproduced it 13:59:22 hoping to be able to sort this out soon, since it's blocking our release >< 14:06:51 nevermind, we can release as-is. but our CI tests are broken until this is fixed :) 14:07:28 It tries to allocate RandomX dataset despite first blocks not using RandomX 14:07:50 I don't see a place in the code where it doesn't check for used algorithm before doing it 14:08:45 So I'll need to investigate 14:13:07 okay found it 14:16:49 exellent! 14:29:26 woodser[m] you can try https://github.com/monero-project/monero/pull/8831 14:29:36 ok, trying 14:30:56 sech1: can you add Closes #8821 to the PR description? 14:32:04 ok 14:33:01 and https://github.com/monero-project/monero/pull/8832 for master branch 14:33:05 description, not title 14:33:17 otherwise it doesn't automatically close the issue 14:33:25 ty 14:54:10 yes that works, thank you!