Skip to content

ananicy won't start: core dump

Suddenly, when I attempt to start ananicy, it fails with a coredump. Please note that until this morning, this doesn't occurred.

/usr/bin/ananicy-cpp --version
Ananicy Cpp 1.0.0-rc7.r68.g4d263d
/usr/bin/ananicy-cpp start
[2022-11-22 20:08:42.241] [info] Config cgroup_load: true
[2022-11-22 20:08:42.242] [info] Config apply_ionice: true
[2022-11-22 20:08:42.242] [info] Config apply_oom_score_adj: true
[2022-11-22 20:08:42.242] [info] Config check_disks_schedulers: true
[2022-11-22 20:08:42.242] [info] Config apply_latnice: false
[2022-11-22 20:08:42.242] [info] Config type_load: true
[2022-11-22 20:08:42.242] [info] Config rule_load: true
[2022-11-22 20:08:42.242] [info] Config cgroup_realtime_workaround: true
[2022-11-22 20:08:42.242] [info] Config loglevel: info
[2022-11-22 20:08:42.242] [info] Config check_freq: 10
[2022-11-22 20:08:42.242] [info] Config apply_sched: true
[2022-11-22 20:08:42.242] [info] Config apply_ioclass: true
[2022-11-22 20:08:42.242] [info] Config apply_nice: true
[2022-11-22 20:08:42.242] [info] Config apply_cgroup: true
Ananicy Cpp 1.0.0-rc7.r68.g4d263d
void backtrace_handler::terminate_handler() caught unhandled exception: std::out_of_range basic_string_view::substr: __pos (which is 18446744073709551615) > __size (which is 17)
Obtained 10 stack frames.
(0) /usr/bin/ananicy-cpp(+0x4a34d) [0x55555559e34d]
(1) /usr/lib/libstdc++.so.6(+0xa5cfc) [0x7ffff7c0bcfc]
(2) /usr/lib/libstdc++.so.6(+0xa5d69) [0x7ffff7c0bd69]
(3) /usr/lib/libstdc++.so.6(+0xa5fcd) [0x7ffff7c0bfcd]
(4) /usr/lib/libstdc++.so.6(+0x9c55b) [0x7ffff7c0255b]
(5) /usr/bin/ananicy-cpp(+0x35893) [0x555555589893]
(6) /usr/bin/ananicy-cpp(+0x1ad21) [0x55555556ed21]
(7) /usr/lib/libc.so.6(+0x23290) [0x7ffff789a290]
(8) /usr/lib/libc.so.6(__libc_start_main+0x8a) [0x7ffff789a34a]
(9) /usr/bin/ananicy-cpp(+0x1cba5) [0x555555570ba5]
Aborted (core dumped)

EDIT:

I reinstalled ananicy-cpp 1.0.0.rc7-1 and the coredump still occurs.

Edited by Dave