Vortex Log Error

Post Reply
gerry.odea
Posts: 98
Joined: Fri Sep 19, 2008 9:33 am

Vortex Log Error

Post by gerry.odea »

I am constantly getting the error below. What does it mean and how can I fix it, or figure out what is causing it. I have version 2.69

000 May 12 15:09:48 /open/search:694: (2478) Terminated (signal 15)
000 May 12 15:09:56 (2484) Terminated (signal 15)
000 May 12 15:10:21 (2500) Terminated (signal 15)
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Vortex Log Error

Post by mark »

Signal 15 is a basic "kill". It can be caused by someone issuing a "kill" from the command line or other program. It can be caused by the webserver killing the cgi process because the client terminated the connection.

If there's no script name that usually indicates that it's during script startup or shutdown when the script is not running.
Post Reply