Page 1 of 1
Error In System Logs
Posted: Mon Apr 12, 2010 6:37 am
by Th3B3g
I see much errors in log like:
o.cgi[20065]: segfault at 0000000000000000 rip 0000000000406df1 rsp 00007fffc01bedf0 error 4.
This is script /home/USER/domain.com/cgi-bin/te/o.cgi.
Do you know what this can be maby ?
Thank you for any help.
~ Renaldo,
Re: Error In System Logs
Posted: Mon Apr 12, 2010 8:46 am
by texpert
Hi there,
can u send me SSH details and path to your log file in a PM, so we can take a look?
regards,
Jim
Re: Error In System Logs
Posted: Mon Oct 04, 2010 1:06 pm
by menntarra
Hello, i am having the same errors as Th3B3g.
This is from /var/log/messages:
kernel: in.cgi[1145]: segfault at 0000000000000000 rip 0000000000407eed rsp 00007fff45b2f820 error 4
kernel: o.cgi[3953]: segfault at 0000000000000000 rip 0000000000407bdd rsp 00007fffe6381ca0 error 4
This means that cgi fails sometimes... Please help me fix it.Thanks in advance...
Re: Error In System Logs
Posted: Mon Oct 11, 2010 8:03 am
by texpert
Hi, yes o.cgi can fail sometimes, but only if environment variables are not set as expected. If "o.cgi" fails, it fails for a reason. For example, It fails on a bot that tries to reach o.cgi if it doesn't send correct data to o.cgi. We're releasing a new version by the end of this year, which will handle such failed requests differently and it won't occur in your err logs anymore.
Re: Error In System Logs
Posted: Sun Oct 17, 2010 11:16 am
by menntarra
and about the in.cgi ? The same happens to that as well?
Re: Error In System Logs
Posted: Mon Oct 18, 2010 3:31 pm
by texpert
Yes both interpret requests using a similar method.
Re: Error In System Logs
Posted: Sat Feb 19, 2011 6:44 pm
by alexstup
Hello.
I have same error:
o.cgi[24687]: segfault at 0000000000000000 rip 0000000000407a8e rsp 00007ffff77644f0 error 4
o.cgi[24745]: segfault at 0000000000000000 rip 0000000000407a8e rsp 00007fffe74af710 error 4
o.cgi[24850]: segfault at 0000000000000000 rip 0000000000407a8e rsp 00007fff2d264fa0 error 4
TE version 2.211, CentOS 5.5
Re: Error In System Logs
Posted: Wed Mar 09, 2011 11:56 am
by texpert
This error can occur sometimes if not all the required env variables are available. Usually that means we're not dealing with a real surfer, but a spider or a bot of some kind that doesn't support it. It's not a big issue since it's working fine for normal surfers, but we're aware of it and it will be fixed in the new version.
best regards,
Jim