Segmentation Fault in Starter
Hi,
I'm trying to benchmark a m/c with a Radioss model. I have run simple jobs on it OK but when I try to use more complex jobs the starter module fails with a segmentation fault. The model I have been given has run on other machines.
I have tried other, larger models (downloaded from the Altair website) and a similar thing happens only earlier in the data check process.
Has anyone had a similar experience?
Thanks
Find more posts tagged with
I would like to open this thread again, since I am having a similiar problem.
With one particular model of mine I keep getting a 'segmentation violation' error
a section of the output file:
The error almost seems to occur randomly, however only with one particular model so far.
Sometimes the solver runs, but mostly it doesnt.
Since I use windows I have done the settings as suggeted by the radioss user guide. (KMP_STACKSIZE = 64m).
However it doesnt seem to help.
Is there anything else I could do to fix this?
regards
Ralf
Hi
I am trying to solve an explicit problem with Radioss and having similar problem. When it comes to 'GROUPS' it gives this error and terminates the job. Any advice?
+=============================================================+
| ABNORMAL END |
| Segmentation Violation |
| TRACE BACK : |
+=============================================================+
GROUPS
+=============================================================+
ERROR id : 760
** ERROR TRAPPED
Starter STOPPED due to INPUT ERROR
Hello RJW,
The issue is probably related to stacksize of the machine.
If you set stacksize to unlimited - the starter should run through with any segmentation issues.
If it's a linux machine, depending the shell this is how you set stacksize
in csh SHELL
to know all limits, type :
limit
To set the Stacksize to unlimited type :
unlimit stacksize
In ksh,bash,sh:
the command to know all limits is :
ulimit -a
to set the Stacksize to unlimited type:
ulimit -s unlimited
Hope this works
HWSUPPORT