Within cygwin, almost each unix command I type prints a warning message, takes time and eventually gives a correct result:
-bash-4.1$ ls
0 [main] bash 7468 child_info_fork::abort: cygreadline7.dll: Loaded to different address:
parent(0x320000) != child(0x3B0000)
-bash: fork: retry: Resource temporarily unavailable
What is the meaning of this warning?