naemon / naemon-livestatus

Naemon - Livestatus Eventbroker Module
GNU General Public License v2.0
26 stars 30 forks source link

Restrict "Keep track of threads again" to glibc #121

Open dereckson opened 7 months ago

dereckson commented 7 months ago

The fix introduced in 1bd7a3b385a887dc3537480095cb6ce30c2dee76 will only compile with glibc, as it uses additions to pthreads specific to the GNU C Library.

This fix allows in certain conditions to solve a threads issue when the livestatus broker restarts.

As such, it seems currently best to keep it for Linux systems, and skip it elsewhere to allow livestatus to work everywhere else.

sni commented 7 months ago

I've got a question :-) And also i don't have access to the internal jira ticket nor do i know the reason for the change. So no idea if this was a common issue which was solved hereby.