I can't resume a process after stopping it!

Hello,

I have a process running, for example a "top".

I send it a signal to stop it

kill -s SIGSTOP 3423

It works, but when I want to resume it by

kill -s SIGCONT 3423

It does not work.

Help me please.....

I have Fedora Core 4.

Thank you