Sometimes when i try to run a command in the Erlang shell (for example calling a function from a module etc) the shell doesn't give any output or error message and just returns. I am sure that i give the command in the right shape (with a dot at the end etc). To solve this i have to give the following commands in the shell:
'. or ".
And then the shell prints a long atom or what ever and then after that i can run my original command correctly. Does anyone have seen a same issue? And what is the reason for this?