zsim icon indicating copy to clipboard operation
zsim copied to clipboard

application program stopped with reason FATAL_SIGNAL

Open albertghtoun opened this issue 8 years ago • 1 comments

Hi,

I am trying to run some graph framework application on zsim. but for some runs, especially when I am running larger graphs as input, I consistently get the following error message:

"[S 0] WARN: [22] ContextChange, reason FATAL_SIGNAL, inSyscall 0"

and they the program exit incorrectly. Do you have an idea of how to resolve this problem?

Best

albertghtoun avatar Feb 10 '17 22:02 albertghtoun

This means your application has terminated during the run. Check the cout.log and cerr.log for other messages about why the application is terminating unexpectedly.

Make sure that the failing runs can complete successfully when you run the application without using zsim. If you are only seeing this issue with large inputs, check that your machine has not run out of memory.

nrodia avatar Feb 16 '17 22:02 nrodia