an application, which normally prints some messages to a console screen.
Probably messages are buffered, try to flush the std error output in this application ( fflush(stderr), this was posted few times on the forum ).