Description
- Version of collectd: OpenIPMI 2.0
- Operating system / distribution: Debian Bookworm
- Kernel version (if applicable): 6.1.99
Observation:
After kernel migration from Buster to Bookworm observing OpenIPMI library crashing with the below failure.
logs:
sdr.c(info_send): initial_sdr_fetch: Couldn't send first SDR fetch: 10
mc.c(start_sel_time_set): Unable to start SEL time set due to error: 10, retrying
sdr.c(handle_sdr_data): Could not send SDR fetch: 10
Please find the reference of the core dump;
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by application
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
44 ./nptl/pthread_kill.c: No such file or directory.
[Current thread is 1 (Thread 0x7fcdfffff6c0 (LWP 1040))]
(gdb) bt
#0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44
#1 0x00007fce07ca9e8f in __pthread_kill_internal (signo=6, threadid=) at ./nptl/pthread_kill.c:78
#2 0x00007fce07c5afb2 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
#3 0x00007fce07c45472 in __GI_abort () at ./stdlib/abort.c:79
#4 0x00007fce06e1948f in ?? () from /lib/x86_64-linux-gnu/libOpenIPMIpthread.so.0
#5 0x00007fce04eddb66 in ?? () from /lib/x86_64-linux-gnu/libOpenIPMI.so.0
#6 0x00007fce04ed922c in ?? () from /lib/x86_64-linux-gnu/libOpenIPMI.so.0
#7 0x00007fce04ecdd2c in ?? () from /lib/x86_64-linux-gnu/libOpenIPMI.so.0
#8 0x00007fce04ecc06d in ipmi_handle_rsp_item_copymsg () from /lib/x86_64-linux-gnu/libOpenIPMI.so.0
#9 0x00007fce04f3479b in ?? () from /lib/x86_64-linux-gnu/libOpenIPMI.so.0
#10 0x00007fce06e1a63e in ?? () from /lib/x86_64-linux-gnu/libOpenIPMIpthread.so.0
#11 0x00007fce06e1caae in sel_select_intr_sigmask () from /lib/x86_64-linux-gnu/libOpenIPMIpthread.so.0
#12 0x00007fce06e1cce9 in sel_select () from /lib/x86_64-linux-gnu/libOpenIPMIpthread.so.0
#13 0x00007fce06e1cd3c in sel_select_loop () from /lib/x86_64-linux-gnu/libOpenIPMIpthread.so.0
#14 0x00007fce06e1971a in ?? () from /lib/x86_64-linux-gnu/libOpenIPMIpthread.so.0
#15 0x00007fce07ca8134 in start_thread (arg=) at ./nptl/pthread_create.c:442
#16 0x00007fce07d287dc in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81
Could you suggest what might be the issue and how to fix this?
Thanks in advance.