Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

My program crashes when I use OCIHandleAlloc

932479Aug 2 2013

My program crashes when I pressure test, I think it maybe I did not use it properly.

The backtrace is as follows:

#0  0x00000030b5635fc5 in exit () from /lib64/libc.so.6

#1  0x00007f101a59b519 in skgdbgcra () from /home/oracle/client_1/lib/libclntsh.so.11.1

#2  0x00007f101a8ed69c in kpeDbgCrash () from /home/oracle/client_1/lib/libclntsh.so.11.1

#3  0x00007f101a8ecf23 in kpeDbgSignalHandler () from /home/oracle/client_1/lib/libclntsh.so.11.1

#4  0x00007f101a59951d in skgesig_sigactionHandler () from /home/oracle/client_1/lib/libclntsh.so.11.1

#5  <signal handler called>

#6  0x00007f10194f9b0b in sslssreghdlr () from /home/oracle/client_1/lib/libclntsh.so.11.1

#7  0x00007f1019606e93 in sskgpinit () from /home/oracle/client_1/lib/libclntsh.so.11.1

#8  0x00007f10195f60be in skgpinit () from /home/oracle/client_1/lib/libclntsh.so.11.1

#9  0x00007f10196fc316 in dbgrgpi_get_prodinst_id () from /home/oracle/client_1/lib/libclntsh.so.11.1

#10 0x00007f1019713d1a in kpeDbgInitDBGC () from /home/oracle/client_1/lib/libclntsh.so.11.1

#11 0x00007f1019713f37 in kpeDbgTLSInit () from /home/oracle/client_1/lib/libclntsh.so.11.1

#12 0x00007f101ab48968 in kpummTLSGET1 () from /home/oracle/client_1/lib/libclntsh.so.11.1

#13 0x00007f101932b67a in kpuhhini () from /home/oracle/client_1/lib/libclntsh.so.11.1

#14 0x00007f1019338f57 in kpughndl0 () from /home/oracle/client_1/lib/libclntsh.so.11.1

#15 0x00007f1019316ae1 in OCIHandleAlloc () from /home/oracle/client_1/lib/libclntsh.so.11.1

#16 0x00000000004b6578 in otl_cur::open (this=0x7f0e3255d420, connect=<value optimized out>, var=0x0) at ../include/otlv4.h:27212

#17 0x00000000004c6b51 in open (this=0x7f0e3255d400, aoverride=0x7f0e32498610, arr_size=<value optimized out>,

    sqlstm=0x7f0fec73a820 "select USER_NAME, RADIUS_SERVICE_DEF, SERVICE_STATE, to_char(UPDATE_TIME, 'yyyymmddhhmiss'), BMS_NODE_ID, AUTHEN_ATTRS, AUTHOR_ATTRS from PS_RADIUS where USER_NAME=:user_name<char[64]> and RADIUS_SERV"..., pdb=<value optimized out>, implicit_select=<value optimized out>,

    sqlstm_label=0x0) at ../include/otlv4.h:5809

My client verison is: Release 11.1.0.6.0, and my server version is also too.

It likes "sslssreghdlr()"  caught a sigal when it was running,  but I don't know what it was, can you help me?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 30 2013
Added on Aug 2 2013
0 comments
1,343 views