You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Alice Chen (JIRA)" <ji...@apache.org> on 2015/07/22 20:15:54 UTC

[jira] [Created] (TRAFODION-397) LP Bug: 1335849 - MXOSRVR died with signal in SB_util_abort

Alice Chen created TRAFODION-397:
------------------------------------

             Summary: LP Bug: 1335849 - MXOSRVR died with signal in SB_util_abort
                 Key: TRAFODION-397
                 URL: https://issues.apache.org/jira/browse/TRAFODION-397
             Project: Apache Trafodion
          Issue Type: Bug
          Components: connectivity-mxosrvr
            Reporter: Guy Groulx
            Assignee: dave george
            Priority: Critical


While doing a run with 256 T4 streams, one stream disappeared after 26 minutes.
Client got an invalid header which simply means that the connection disappeared from under it.

A corresponding mxosrvr core was created.   Here's the stack trace.

[trafodion@lava-30 ~]$ gdb mxosrvr /local/cores/core.1403931057.lava-30.63055.mxosrvr
Core was generated by `mxosrvr -ZkHost lava-28:2181,lava-29:2181,lava-30:2181 -RZ lava-30.hpl.hp.com:4'.
Program terminated with signal 6, Aborted.
#0  0x00000036d7c328e5 in raise () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install boost-filesystem-1.41.0-18.el6.x86_64 boost-program-options-1.41.0-18.el6.x86_64
 boost-system-1.41.0-18.el6.x86_64 cyrus-sasl-lib-2.1.23-13.el6_3.1.x86_64 glibc-2.12-1.107.el6_4.4.x86_64 java-1.7.0-openjdk-1.7.0.
51-2.4.4.1.el6_5.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.10.3-10.el6_4.6.x86_64 libcom_err-1.41.12-14.el6_4.2.x86_64 libgc
c-4.4.7-3.el6.x86_64 libselinux-2.0.94-5.3.el6_4.1.x86_64 libstdc++-4.4.7-3.el6.x86_64 libuuid-2.17.2-12.9.el6_4.3.x86_64 nspr-4.10.
2-1.el6_5.x86_64 nss-3.15.3-3.el6_5.x86_64 nss-softokn-freebl-3.14.3-3.el6_4.x86_64 nss-util-3.15.3-1.el6_5.x86_64 openldap-2.4.23-3
2.el6_4.1.x86_64 openssl-1.0.0-27.el6_4.2.x86_64 protobuf-2.3.0-7.el6.x86_64 qpid-cpp-client-0.14-22.el6_3.x86_64 zlib-1.2.3-29.el6.
x86_64
(gdb) bt
#0  0x00000036d7c328e5 in raise () from /lib64/libc.so.6
#1  0x00000036d7c340c5 in abort () from /lib64/libc.so.6
#2  0x00007ff48b092af3 in SB_util_abort (pp_msg=0x7ff48d03b2fa "invalid lp_rd->iv_hdr.ia_sig") at util.cpp:131
#3  0x00007ff48d01c43c in SB_Trans::Sock_Stream::process_hdr (this=0x50195e0, ppp_md=0x7ff47b7426e0, pp_cont=0x7ff47b7426df)
    at sockstream.cpp:1270
#4  0x00007ff48d01a2f4 in SB_Trans::Sock_Stream::process_events (this=0x50195e0, pv_events=1) at sockstream.cpp:435
#5  0x00007ff48d01e826 in SB_Trans::Sock_Stream_EH::process_events (this=0x51c4a10, pv_events=1) at sockstream.cpp:2088
#6  0x00007ff48d016fc5 in SB_Trans::Sock_Controller::epoll_wait (this=0x7ff48d268040, 
    pp_where=0x7ff48d039be8 "Sock_Comp_Thread::run", pv_timeout=-1) at sock.cpp:363
#7  0x00007ff48d0163ff in SB_Trans::Sock_Comp_Thread::run (this=0x19aaae0) at sock.cpp:104
#8  0x00007ff48d016239 in sock_comp_thread_fun (pp_arg=0x19aaae0) at sock.cpp:74
#9  0x00007ff48b08b37f in SB_Thread::Thread::disp (this=0x19aaae0, pp_arg=0x19aaae0) at thread.cpp:211
#10 0x00007ff48b08b7d7 in thread_fun (pp_arg=0x19aaae0) at thread.cpp:307
#11 0x00007ff48b08ea70 in sb_thread_sthr_disp (pp_arg=0x19aac00) at threadl.cpp:253
#12 0x00000036d8007851 in start_thread () from /lib64/libpthread.so.0
#13 0x00000036d7ce894d in clone () from /lib64/libc.so.6
(gdb)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)