- 论坛徽章:
- 0
|
补充:
由于图片上传失败,下面是dbx的看到的
0xdc86c08c (read+0x2c) 9421ff20 stwu r1,-224(r1)
(dbx) where
read.read(0x12, 0x30f99d3e, 0x80000000) at 0xdc86c08c
nttrd(??, ??, ??, ??, ??) at 0xde8d840c
nsprecv(??, ??, ??) at 0xde996f6c
nsrdr(??, ??) at 0xde9924a4
nsdo(0x30f812d0, 0x44, 0x30ee0d80, 0x30ee0560, 0x30ee0550, 0x0, 0x3) at 0xde989328
nsbasic_rc(??, ??, ??, ??, ??) at 0xde9b1d90
nsrecv(??, ??, ??, ??, ??) at 0xde9b4508
nsnareceive(??, ??, ??) at 0xde9ea9ac
nacomrc(??) at 0xde765758
na_receive_packet(0x30f8a3f8, 0x1) at 0xde747e4c
na_client(0x30f8a3f at 0xde74d8e0
naconnect(0x30f81374, 0x30ee2450) at 0xde74f020
nsnadoconn(??, ??, ??) at 0xde9e484c
nsnaconn(??, ??) at 0xde9e219c
nscall(??, ??, ??, ??, ??, ??, ??) at 0xde970df0
niotns(??, ??, ??, ??, ??, ??, ??, ??) at 0xdf482000
nigcall(??, ??, ??, ??, ??, ??, ??, ??) at 0xdf48e224
osncon(0x0, 0xa2, 0x1803, 0x30f7119c, 0x30f6dab0, 0x30f6daa8, 0x30f6da34, 0x30f6dae4) at 0xdf48e0ec
kpuadef(??, ??, ??, ??, ??, ??, ??, ??) at 0xde393758
upiini(0x0, 0x0, 0x0, 0x0, 0x30f64c00, 0x30f64e20, 0x30f6508 at 0xde3a9d14
upiah0(??, ??, ??, ??, ??, ??, ??) at 0xdeba2104
kpuatch(??, ??, ??, ??, ??, ??, ??) at 0xde392e24
kpulon(??, ??, ??, ??, ??, ??, ??, ??) at 0xde3944b0
OCILogon(??, ??, ??, ??, ??, ??, ??, ??) at 0xdead0878
COraDbWrap::Login(char*,char*,char*,unsigned int,std::vector<TErrorMsg,std::allocator<TErrorMsg> >& (this = 0x304de420, user_name = "iscs", passwd = "naritech_zhjkb", server = "192.1.101.246/i1000", mode = 1, err_vec = &(...)), line 233 in "COraDbWrap.cpp"
CDbCommCli::Login(char*,char*,char*,unsigned int)(this = 0x30eca830, user_name = "iscs", passwd = "naritech_zhjkb", login_str = "192.1.101.246/i1000", mode = 1), line 862 in "db_comm_sql_client.cpp"
CModelDataSync::SyncData(void*)(arg = 0x2ff1e72 , line 326 in "model_data_sync.cpp"
(dbx)
下面是用purify编译的一个警告:
..............
har,std::char_traits<char>,std::allocator<char> >& const
ld:0711-224 警告:重复符号:std: ut_of_range::~out_of_range()
ld:0711-224 警告:重复符号:std: ut_of_range::_Doraise() const
ld:0711-224 警告:重复符号:std: ut_of_range: ut_of_range(const std::basic_string<char,std::char_traits<char>,std::allocator<char> >&
ld:0711-345 使用 -bloadmap 或 -bnoquiet 选项获取详细信息。
Purify 7.0.1 091009 AIX (32-bit L) (C) Copyright IBM Corporation. 1992, 2009 All Rights Reserved.
Instrumenting: db_model_server.
Purify engine: Note: *Warning*! File (/users/oracle/product/11.2.0/client/lib/libclntsh.so)
was marked for exclusion, but option -exclude-libs has not been specified!
Exclusion might cause spurious errors to be reported unless -exclude-libs is specified!
Instrumented ../../../compiled/aix/bin/db_model_server is ../../../compiled/aix/bin/db_model_server.
Done.
目标“first”是最新的
|
|