Terminated (signal 15)

Post Reply
barry.marcus
Posts: 288
Joined: Thu Nov 16, 2006 1:05 pm

Terminated (signal 15)

Post by barry.marcus »

My script seems to be dying with the following error in the log (I've listed the last 3 lines):

200 2007-08-17 08:21:00 /inspherionlike/ReplaceScript:37: select ((1 + `1280')) x from SYSDUMMY;

202 2007-08-17 08:21:00 /inspherionlike/ReplaceScript:46: UPDATE PATN SET ABST_PAx = `An automated microfluidic syst...' WHERE PATN_WKU = `6989130';

000 2007-08-17 08:41:02 /inspherionlike/ReplaceScript:46: (15697) Terminated (signal 15); will exit ASAP

I don't know what (signal 15) indicates. If this amount of inforomation is insufficient, I can post some of the script as well.

Thanks.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Terminated (signal 15)

Post by mark »

The first 2 lines are from having tracesql on and are unrelated.
Signal 15 means that some other process (or the kernel) killed the process for reasons unknown. See if you have an processes running that might kill others. Check your syslog messages to see if the kernel's out of memory and killing things at random trying to free some up.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Terminated (signal 15)

Post by John »

Since it appears to be 20 minutes later it may be simply a CGI timeout from the webserver. Long running jobs should be invoked in the background or command line to ensure they run to completion.
John Turnbull
Thunderstone Software
barry.marcus
Posts: 288
Joined: Thu Nov 16, 2006 1:05 pm

Terminated (signal 15)

Post by barry.marcus »

User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Terminated (signal 15)

Post by John »

You can run /.../texis /.../sourcedir/ReplaceScript on the command line, replacing /.../ with the appropriate full path to the executable and script.
John Turnbull
Thunderstone Software
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Terminated (signal 15)

Post by mark »

Post Reply