gplkrsna 0 Newbie Poster

Hi friends,

My GNU Screen(process) is struck at write() system call. I tried to attach strace to the process. here is the output.
***************************************
$ /usr/bin/strace -ivx -p 5477 (screen pid)
Process 5477 attached - interrupt to quit
[008fb7a2] write(4, "\x0d\x1b\x5b\x33\x39\x42\x1b\x5b\x37\x6d\x53\x77\x69\x74"..., 4020 <unfinished ...>
Process 5477 detached
***************************************

Can somebody point me on how to overcome this problem? It will be nice if you can let me know what exactly it is doing in this write() system call.

Thanks in advance