- 论坛徽章:
- 0
|
oracle 10g
gcc4.4
gdb 5.5
一,为什么执行时显示如下信息,怎么解决。
warning: Load module /opt/app/oracle/lib/libclntsh.sl.10.1 has been stripped.
Debugging information is not available.
warning: Load module /opt/app/oracle/lib/libnnz10.sl has been stripped.
Debugging information is not available.
二,sqlca.sqlcode无法显示
(gdb) p sqlca.sqlcode
A syntax error in expression, near `sqlcode'.
三,step in 子函数时出现如下错误。
Program received signal SIGSEGV, Segmentation fault
si_code: 0 - SEGV_UNKNOWN - Unknown Error.
弄了很久,不知道为什么,谢谢。 |
|