On Thu, Aug 29, 2024 at 11:44:11PM GMT, David Uhden Collado wrote: > > Nope. I ran monerod for a full-sync. The experience wasn't nice, as the > > whole OS would freeze for quite long periods of times. Even so, > > painstakingly I managed to sync ~51% of the chain, and now I run into a > > SIGSEGV in RandomX, just like you (but in a different binary). I do have > > some things to try out, but I haven't gotten around to it yet. > > > > I think it might be because your port does not install the libwallet.a > library, which is located in ${WRKBUILD}/lib/. For this reason, I like to > define the software installation in the port itself, rather than trusting > the build tools to do everything for me.
no, it's because [0] is memcpy(buf, &a_function_pointer, sz) which doesn't work in xonly. [0]: https://github.com/tevador/RandomX/blob/master/src/jit_compiler_x86.cpp#L230