Gdb/gdbserver

I’m trying to use gdb and gdbserver to do remote debugging of a simple SDL test
application. But I get the following errors:

linux3:~ # gdbserver linux1:2345 /term/bin/player.coj
Process /term/bin/player.coj created; pid = 22477
Listening on port 2345
Remote debugging from host 192.9.200.223
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available
Cannot find new threads: capability not available

These errors only occur on my SDL code, other code not using SDL works fine. I
can run gdb on the application on a standalone basis without a problem. This
only occurs when using the gdbserver and attempting to remote debug. So, what
can this be? Has anyone gotten remote debugging to work with SDL? Oh, this is
gdb 6.3 by the way, with the latest stable SDL library.

Thanks,
Ed.