Ok, I found the reason. When I copied my solution to my Ubuntu from Windows, Korean texts are crashed in.cs files because of encoding issue.
When I saved my .cs file to encode UTF-8, not ANSI, it copied well, published well and run well without text crashing.