Unexpected output. Can't proceed. Permanently deleted user 创建于 2004年05月26日 09:34 this occurs when running unit test.I guess the problem may be: - native code sending nonprintable chars to printf- native code crashingis there a way to know?
CDROM_PATH=d:Unexpected output. Can't proceed.Process terminated with exit code 0
strange, the same code runs without problems from
a main-method / while it produces the above output
when run from JUnit test.
the correct output contains no backslash or other problematic chars.
When the same unit test runs from ant, it also works ok.
It only fails when launched by IDEA :(
I filed a bug report.