Signal SIGKILL,

Hi,

when i run my code, after some events the job is terminated with following


Processing event# 241199
Processing event# 241299
Processing event# 241399

Program terminated with signal SIGKILL, Killed.
The program no longer exists.

I can’t get, where is the problem ?
plz, suggest me .

run with the debugger and look at the back trace

gdb root.exe gdb > r root > some commands gdb > bt (when you get the crash

Rene