Hello all,
I'm noticing a serious problem with my webapplication. About every 7th time you view a page, you get a DNS error, server not found in IE or a DOCUMENT CONTAINS NO DATA error in Netscape.
I checked the logs and I get some funny things, namely apache children segfaulting and something about adding a missing from clause to table domains.
I have a table in postgres called domains, but I checked all my queries and they look right.
Any clues? Matt Nuzum
here's the last 25 lines of /var/log/httpd/errors :
$ tail -n 25 /var/log/httpd/error
[Fri Oct 26 14:36:24 2001] [notice] child pid 8083 exit signal Segmentation fault (11)
[Fri Oct 26 14:36:27 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:33 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:34 2001] [notice] child pid 16106 exit signal Segmentation fault (11)
[Fri Oct 26 14:36:36 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:38 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:39 2001] [notice] child pid 15934 exit signal Segmentation fault (11)
[Fri Oct 26 14:36:41 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:44 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:45 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:47 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:50 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"
[Fri Oct 26 14:36:50 2001] [notice] child pid 15937 exit signal Segmentation fault (11)
[Fri Oct 26 14:36:52 2001] [error] NOTICE: Adding missing FROM-clause entry for table "domains"