Troubleshooting
Troubleshooting
CRCM5 problems
Error message:
"stack overflow: thread 0, max 10228KB, used 1147KB, request 37324944B"
=> unlimit your stack by setting:
ulimit -s unlimited
Other problems
Error message:
"X11 connection rejected because of wrong authentication."
You might be over your quota in your HOME.
Check with:
quota -v
Error message:
"Error: Can't open display: localhost:..."
Connect with "ssh -Y ..." instead of "ssh -X ...".