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:18:21 UTC

[jira] [Created] (TRAFODION-827) LP Bug: 1403334 - T2 multithread tests core dump in SQLCLI_DropContext

Alice Chen created TRAFODION-827:
------------------------------------

             Summary: LP Bug: 1403334 - T2 multithread tests core dump in SQLCLI_DropContext
                 Key: TRAFODION-827
                 URL: https://issues.apache.org/jira/browse/TRAFODION-827
             Project: Apache Trafodion
          Issue Type: Bug
          Components: sql-exe
            Reporter: Aruna Sadashiva
            Assignee: Selvaganesan Govindarajan
            Priority: Critical
             Fix For: 1.0 (pre-incubation)


T2 multithreaded tests (MTTrans and YCSB) cores with 50 threads. 

[trafodion@n013 ~]$ sqid
MY_SQROOT=/opt/home/trafodion/traf_1216
who@host=trafodion@amethyst-hn1
JAVA_HOME=/usr/java/jdk1.7.0_67
linux=2.6.32-279.el6.x86_64
redhat=6.3
Release 0.9.1 (Build release [0.9.0-232-gd0fac92_Bld30], branch d0fac92-master, date 20141216_083000)


Loaded symbols for /usr/java/jdk1.7.0_67/jre/lib/amd64/libjaas_unix.so
Core was generated by `java -Dprop=t2prop MTTrans 20'.
Program terminated with signal 6, Aborted.
#0  0x00007ffff70408a5 in raise () from /lib64/libc.so.6
Missing separate debuginfos, use: debuginfo-install cyrus-sasl-lib-2.1.23-13.el6.x86_64 glibc-2.12-1.107.el6.x86_64 hadoop-2.3.0+cdh5.1.3+824-1.cdh5.1.3.p0.13.el6.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.9-33.el6.x86_64 libcom_err-1.41.12-12.el6.x86_64 libgcc-4.4.6-4.el6.x86_64 libselinux-2.0.94-5.3.el6.x86_64 libstdc++-4.4.6-4.el6.x86_64 nspr-4.9.2-1.el6.x86_64 nss-3.14.0.0-12.el6.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 nss-util-3.14.0.0-2.el6.x86_64 openldap-2.4.23-26.el6.x86_64 openssl-1.0.0-20.el6_2.5.x86_64 zlib-1.2.3-27.el6.x86_64
(gdb) bt
#0  0x00007ffff70408a5 in raise () from /lib64/libc.so.6
#1  0x00007ffff7042085 in abort () from /lib64/libc.so.6
#2  0x00007ffff6226a55 in os::abort(bool) ()
   from /usr/java/jdk1.7.0_67/jre/lib/amd64/server/libjvm.so
#3  0x00007ffff63a6f87 in VMError::report_and_die() ()
   from /usr/java/jdk1.7.0_67/jre/lib/amd64/server/libjvm.so
#4  0x00007ffff622b96f in JVM_handle_linux_signal ()
   from /usr/java/jdk1.7.0_67/jre/lib/amd64/server/libjvm.so
#5  <signal handler called>
#6  NAMemory::unRegisterMemory (this=0x12f8708, child=0x7fffa1a570f8)
    at ../common/NAMemory.cpp:2324
#7  0x00007fffaeae4112 in NAHeap::destroy (this=0x7fffa1a570f8)
    at ../common/NAMemory.cpp:3030
#8  0x00007fffaeae4195 in NAMemory::~NAMemory (this=0x7fffa1a570f8, 
    __in_chrg=<value optimized out>) at ../common/NAMemory.cpp:1286
#9  0x00007fffadced004 in ContextCli::~ContextCli (this=0x7fffa1a570e8, 
    __in_chrg=<value optimized out>) at ../cli/Context.cpp:304
#10 0x00007fffadced0c1 in ContextCli::~ContextCli (this=0x7fffa1a570e8, 
    __in_chrg=<value optimized out>) at ../cli/Context.cpp:304
#11 0x00007fffadd02b6a in CliGlobals::dropContext (this=0x12f85f0, 
    context=0x7fffa1a570e8) at ../cli/Globals.cpp:704
#12 0x00007fffadccce96 in SQLCLI_DropContext (cliGlobals=0x12f85f0, 
    context_handle=2003) at ../cli/Cli.cpp:1813
---Type <return> to continue, or q <return> to quit---
#13 0x00007fffadd2fffb in SQL_EXEC_DeleteContext (contextHandle=2003)
    at ../cli/CliExtern.cpp:1518
#14 0x00007fffafda7670 in DISCONNECT (pSrvrConnect=<value optimized out>)
    at native/SqlInterface.cpp:2844
#15 0x00007fffafda2e18 in SRVR_CONNECT_HDL::sqlClose (this=0x12deb70)
    at native/CSrvrConnect.cpp:156
#16 0x00007fffafdb274e in Java_org_trafodion_jdbc_t2_SQLMXConnection_close (
    jenv=0xc991e8, jcls=<value optimized out>, server=<value optimized out>, 
    dialogueId=19786608) at native/SQLMXConnection.cpp:252
#17 0x00007ffff23c67f8 in ?? ()
#18 0x00007fffb14be5f0 in ?? ()
#19 0x00007fffb14be648 in ?? ()
#20 0x00007fffb14be648 in ?? ()
#21 0x00007ffff23ba350 in ?? ()
#22 0x00007fffb14be5f0 in ?? ()
#23 0x0000000000000000 in ?? ()
(gdb)



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