3 Oct
2016
3 Oct
'16
3:30 p.m.
On Oct 3, 2016, at 3:26 PM, Mike Ely <me@mikeely.org> wrote:
(gdb) p i $4 = 1
Welcome to Monday.
Well.. the code already checks that the array entries are non-NULL. So the array is fine when the server starts. If it's NULL later, then something else is going on. Maybe there's an unrelated error which smashes the array entry. But as I said, I've never seen this. The unusual (but possible) reason could be that you have a problem with the system RAM. i.e. it's failing. I've seen that before. Alan DeKok.