Пётр
Пётр
It looks good now, no build errors reported with the patch integrated. Please, create a new release containing the fix.
The same problem with 0.9 version and ports version (both tested). BTW, is FreeBSD binaries patching supported? Trying to patch mc built from ports: > patchelf --set-rpath /usr/ports/ > misc/mc/work/stage/usr/local/lib...
Properties set by `--preserve-properties` can conflict with `recvoptions` and cause syncoid failure.
I think that this problem is solved in my PR #997
@cyyever `host-peter` is under 13.3-RELEASE (my PC where I built cpuinfo), `srv1` is under 14.0-RELEASE. I rebuilt cpuinfo locally on this server - no changes.
``` srv1# sysctl kern.sched.topology_spec kern.sched.topology_spec: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 0, 1, 2, 3, 4, 5 NUMA node 6, 7, 8, 9, 10,...
The patched version works correctly on `srv1`. It does not work on `nashost`: `illegal hardware instruction (core dumped)` It does not work on desktop anymore: ``` Error in cpuinfo: failed...
@cyyever I don't see any commits in master here, so if I revert #249 - I am up-to-date with the initial version. Please, explain me what version do I need...
Anyway, for the patched version: ``` nashost# valgrind ./cpu-info ==464== Memcheck, a memory error detector ==464== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al. ==464== Using Valgrind-3.22.0...
Ah, I see that your PR was updated! :) I'll repatch and recheck shortly...
After new patch from the PR: OK on srv1 OK on desktop Still crashes on nashost: ``` nashost# valgrind ./cpu-info ==19756== Memcheck, a memory error detector ==19756== Copyright (C) 2002-2022,...