The return mapping algorithm in the implementation of Hill's plasticity model (plast_apl, FEAP 8.4) raises an error, when the maximum iteration number is reached (100). Than a message is printed out and plstop is called. But somehow FEAP is not terminating. I get the same error message again and again until the segmentation fault is raised. Forcing the termination by executing "stop" instead of calling plstop works as expected.