关于DEBUG的问题

我用LINUX编写了一个程序,在linux下可以正常编译和调试,但是在QNX下只可以编译和运行,DEBUG时出现以下两个错误:
第一个错误:
/home/jm/workspace/Senddataclient/x86/o-g/Senddataclient_g at
127.0.0.1:8000:internal:static symbol ‘CSendData’ found in
/home/jm/workspace/Senddataclient/senddata.cpp psymtab but not in symtab.
CSendData may be an inlined function, or may be a template function
(if a template, try specifying an instantiation:CSendData)

第二个错误 :
/home/jm/workspace/Senddataclient/x86/o-g/Senddataclient_g at
127.0.0.1:8000:gdb-internal-error: ui_out:list depth exceeded; only 4 level
of lists can be nested.

这是怎么回事啊?
谢谢!