We're using Observium
Subscription-version on a Ubuntu 14.04
LTS server.
I've configured the
Rancid-integration and the basic "show
configuration" works, but as soon as i
click the button for a previous
version Apache restarts with:
[Mon Nov 10
10:33:09.544998 2014] [core:notice]
[pid 1327] AH00051: child pid 1337
exit signal Segmentation fault (11),
possible coredump in /tmp/dump
I've configured apache
to core dump into /tmp/dump and gdb
tells me:
Core was generated
by `/usr/sbin/apache2 -k start'.
Program terminated
with signal SIGSEGV, Segmentation
fault.
#0
0x00007f82cbbf0398 in
is_numeric_string_ex
(allow_errors=-1, oflow_info=0x0,
dval=<synthetic pointer>,
lval=0x1, length=<optimized
out>, str=0x7f82c198cf38 "164")
at
/build/buildd/php5-5.5.9+dfsg/Zend/zend_operators.h:255
255 /build/buildd/php5-5.5.9+dfsg/Zend/zend_operators.h:
No such file or directory.
I'm suspecting some
svn permissions or likewise, but my
www-data user (which runs apache) is
a member of the rancid group and
should have permission to read the
files.
Any clues where to
look?