- 论坛徽章:
- 0
|
程序执行一段时间的写库操作后就产生如下的错误
rogram received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1231049808 (LWP 28739)]
0xb70b14ad in ttcdrv () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
(gdb) where
#0 0xb70b14ad in ttcdrv () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
#1 0xb6f1a461 in nioqwa () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
#2 0xb6dcbde4 in upirtrc () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
#3 0xb6dcb6f6 in upirtr () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
#4 0xb6dad7fa in upiosd0 () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
#5 0xb6dad161 in upiosd () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
#6 0xb6d94a08 in ocisq7 () from /oracle/product/9.2.0/lib/libclntsh.so.9.0
使用sqlplus 执行语句应该是没有错误
SQL*Plus: Release 9.2.0.4.0 - Production on Mon Dec 4 13:56:04 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Personal Oracle9i Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
会是什么样的错误呢,网上有说是OCI与glibc的版本有关,但我还是不太明白,有哪位遇到过这种问题么?
怎么解决,望指点一二,谢谢 |
|