[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbit_client crashing on Solaris 9 hobbit version 4.2.0
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbit_client crashing on Solaris 9 hobbit version 4.2.0
- From: Allan.Marillier (at) dana.com
- Date: Wed, 4 Apr 2007 20:14:23 -0400
Check your regular expressions. Henrik helped point me at that.
The fact that you're getting core dumps indicating libpcre points at a
faulty regular expression somewhere.
You may have recently added something to one of bb-hosts,
hobbit-alerts.cfg or hobbit-clients.cfg. If you don't know for sure what
changed recently and can't easily see which regexp is bad, take one file
at a time (start with hobbit-clients.cfg or hobbit-alerts.cfg) and
suppress all lines with any regular expressions. Once you find which file
has a bad regular expression, uncomment all that are clearly good, then
uncomment one by one until you find which is not working right.
You might also find one or more of the regular expression validation
programs I listed previously to be useful, though they are not guaranteed
to be fully libpcre compatible.