[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
biowerkzeug •Simulation crash "Command terminated by signal 6"
Page 1 of 1

Simulation crash "Command terminated by signal 6"

Posted: Mon Feb 23, 2009 8:26 am
by m.kalavera
Hello,
I set up some test simulations based on minimized sequences as input files, but the simulations crashed really early with the following error:

"Command terminated by signal 6"
"Command terminated by signal 25"

What does it mean ?
What I found out is, that there is a higher crashing rate for the simulation proportional to the length and complexity of the sequence I use. E.g the simulations with 3 AA run perfect, but if I take the same 3 AA and make a random chain of 41 AA out of it, the system crashes (command terminated by signal 6).

I hope you can help me to solve this problem.

Re: Simulation crash "Command terminated by signal 6"

Posted: Thu Mar 05, 2009 12:54 am
by martin
Hi,

Sorry for the late reply. Can you post or email me your files, i've never seen this kind of error. Sorry for the trouble,
Best wishes
Martin

Re: Simulation crash "Command terminated by signal 6"

Posted: Fri Mar 06, 2009 10:52 am
by m.kalavera
I solved the problem last days on my own. It was a simple problem with the 32.bit version of hippo that crashed every time my outputfiles grew bigger than 2 GB.
So I just decreased the rate of the freq_pdb_out value. Now it runs without this problem.
The signals are the global "shell signals". In my case the signals 6 and 25 stand for an internal stop, which occur in every running program that get's in any kind of trouble. So HIPPO has terminated him self in this case.
Yours sincerely, m.kalavera