gordon-quad
gordon-quad
@cynicalcervine where I can find your patch?
Any suggestion for a workaround for now?
3.14.2 segfaults too but differently #1202
collectd crashes in SMART plugin with stack smashing detected with Samsung SSD 990 EVO Plus 2TB NVME
Looks like ioctl for this nvme writes outside of supplied buffer by 4 extra bytes, I copied some code from `smart.c` and `nvme.h` to reproduce it: ```c #include #include #include...
collectd crashes in SMART plugin with stack smashing detected with Samsung SSD 990 EVO Plus 2TB NVME
This patch "fixes" the issue (but does not answer why ioctl writes more than it asked for): ```patch --- collectd-5.12.0/src/nvme.h.old 2025-10-02 06:13:05.958897011 +0100 +++ collectd-5.12.0/src/nvme.h 2025-10-02 06:13:18.365565952 +0100 @@ -58,7...
collectd crashes in SMART plugin with stack smashing detected with Samsung SSD 990 EVO Plus 2TB NVME
@manuelluis yep, took the patch from this PR you linked and it solves the issue!
Not 100% sure if that is related, but qutebrowser crashes with SIGTRAP right at the start (with no crash manager popup) when `qt.workarounds.disable_hangouts_extension` is set to `true`. With `qt.workarounds.disable_hangouts_extension` set...