All…I’m at a loss. The files are still generating and filling the filesystem every 2-3 days with these core files. I don’t know much about mysql unfortunately and looking for additional guidance.
running 25.7.0 Release (#18066):
one of the core files generated at 9:15 and 9:30 this morning; when i search librenms.log, there are no warnings or errors. When I search poller_wrapper.log for those times I see these warnings:
discovery-wrapper.log shows these errors:
2025-08-04 07:33:27,303 :: WARNING :: worker Thread-20 finished device 1777 in 900 seconds with exit code -254
2025-08-04 07:33:27,303 :: ERROR :: discovery-wrapper checked 415 devices in 3625 seconds with 16 workers with 220 errors
I’ve never seen php core dump from LibreNMS. It could be an issue with your underlying PHP install.
- you could try running discovery by hand and see if it core dumps PHP.
- perhaps you have the cisco-sla module defined in config.php (FYI, I doubt this is a related issue)
So I found a command to read the core files @laf @murrant @rhinoau
gdb ‘/path/to/executable /path/to/core’
after running it against several of the files, it appears to be an issue with discovery.php -h new …see screenshot. Hopefully someone can chime in and provide more guidance now that I’ve found the cause of the core dump files
I mean discovery.php -h new is run on 1000s of installs perfectly fine.
If it was me, I’d remove all traces of php and re-install it. Ensuring you remove config files and see if that helps.
This is PHP itself crashing. You have an issue with the installed version of PHP on your system. Nothing LibreNMS can do can fix that. You’ll need to update or repair your PHP.








