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:17:31 UTC

[jira] [Created] (TRAFODION-605) LP Bug: 1366227 - core file from shell during shutdown

Alice Chen created TRAFODION-605:
------------------------------------

             Summary: LP Bug: 1366227 - core file from shell during shutdown
                 Key: TRAFODION-605
                 URL: https://issues.apache.org/jira/browse/TRAFODION-605
             Project: Apache Trafodion
          Issue Type: Bug
          Components: foundation
            Reporter: Christopher Sheedy
            Assignee: Gonzalo Correa
            Priority: Minor
             Fix For: 2.0-incubating


Change 332 had a failure in core-regress-seabase-cdh4.4 when doing shutdown. 

http://logs.trafodion.org/32/332/2/check/core-regress-seabase-cdh4.4/6a54826/console.html has:

Shutting down (normal) the SQ environment!
Fri Sep 5 18:52:26 UTC 2014
Processing cluster.conf on local host slave01
[$Z000BBN] Shell/shell Version 1.0.1 Release 0.8.4 (Build release [0.8.3rc1-203-ga165839master_Bld177], date 20140905_175103)
ps
[$Z000BBN] %ps
[$Z000BBN] NID,PID(os)  PRI TYPE STATES  NAME        PARENT      PROGRAM
[$Z000BBN] ------------ --- ---- ------- ----------- ----------- ---------------
[$Z000BBN] 000,00031016 000 WDG  ES--A-- $WDT000     NONE        sqwatchdog
[$Z000BBN] 000,00031017 000 PSD  ES--A-- $PSD000     NONE        pstartd
[$Z000BBN] 000,00031061 001 DTM  ES--A-- $TM0        NONE        tm
[$Z000BBN] 000,00013883 001 GEN  ES--A-- $Z000BBN    NONE        shell
[$Z000BBN] 001,00031018 000 PSD  ES--A-- $PSD001     NONE        pstartd
[$Z000BBN] 001,00031015 000 WDG  ES--A-- $WDT001     NONE        sqwatchdog
[$Z000BBN] 001,00031139 001 DTM  ES--A-- $TM1        NONE        tm
shutdown
[$Z000BBN] %shutdown
/home/jenkins/workspace/core-regress-seabase-cdh4.4/trafodion/core/sqf/sql/scripts/sqshell: line 7: 13883 Aborted                 (core dumped) shell $1 $2 $3 $4 $5 $6 $7 $8 $9
Issued a 'shutdown normal' request

Shutdown in progress


# of SQ processes: 0
SQ Shutdown (normal) from /home/jenkins/workspace/core-regress-seabase-cdh4.4/trafodion/core/sql/regress Successful
Fri Sep 5 18:52:34 UTC 2014
+ ret=0
+ [[ 0 == 124 ]]
+ echo 'Return code 0'
Return code 0
+ sudo /usr/local/bin/hbase-sudo.sh stop
Stopping hbase-master
Stopping HBase master daemon (hbase-master):[  OK  ]
stopping master.....
Return code 0
+ echo 'Return code 0'
Return code 0
+ cd ../../sqf/rundir
+ set +x

========= seabase
09/05/14 18:21:07	(RELEASE build)
09/05/14 18:23:51  TEST010 	### PASS ###
09/05/14 18:25:38  TEST011 	### PASS ###
09/05/14 18:27:46  TEST012 	### PASS ###
09/05/14 18:29:36  TEST013 	### PASS ###
09/05/14 18:29:50  TEST014 	### PASS ###
09/05/14 18:32:05  TEST016 	### PASS ###
09/05/14 18:32:35  TEST018 	### PASS ###
09/05/14 18:50:28  TEST020 	### PASS ###
09/05/14 18:50:44  TEST022 	### PASS ###
09/05/14 18:52:26  TEST024 	### PASS ###
09/05/14 18:21:07 - 18:52:26	(RELEASE build)

WARNING: Core files found in /home/jenkins/workspace/core-regress-seabase-cdh4.4/trafodion/core :
-rw-------. 1 jenkins jenkins 44552192 Sep  5 18:52 sql/regress/core.slave01.13883.shell


========================
Total Passed:   10
Total Failures: 0

Failure : Found 1 core files
Build step 'Execute shell' marked build as failure


The core file's back trace is:

-bash-4.1$ core_bt -d sql/regress
core file  : -rw-------. 1 jenkins jenkins 44552192 Sep  5 18:52 sql/regress/core.slave01.13883.shell
gdb command: gdb shell sql/regress/core.slave01.13883.shell --batch -n -x /tmp/tmp.xEFWF2xufh 2>&1
Missing separate debuginfo for
Try: yum --disablerepo='*' --enablerepo='*-debug*' install /usr/lib/debug/.build-id/1e/0a7d58f454926e2afb4797865d85801ed65ece
[New Thread 13884]
[New Thread 13883]
[Thread debugging using libthread_db enabled]
Core was generated by `shell -a'.
Program terminated with signal 6, Aborted.
#0  0x00000030ada32635 in raise () from /lib64/libc.so.6
#0  0x00000030ada32635 in raise () from /lib64/libc.so.6
#1  0x00000030ada33e15 in abort () from /lib64/libc.so.6
#2  0x0000000000411982 in LIOTM_assert_fun (pp_exp=0x4d4f40 "0", pp_file=0x4d175e "clio.cxx", pv_line=1022, pp_fun=0x4d2d60 "int Local_IO_To_Monitor::process_notice(message_def*)") at clio.cxx:99
#3  0x0000000000413b26 in Local_IO_To_Monitor::process_notice (this=0x7c6e80, pp_msg=<value optimized out>) at clio.cxx:1022
#4  0x0000000000413e03 in Local_IO_To_Monitor::get_io (this=0x7c6e80, pv_sig=<value optimized out>, pp_siginfo=<value optimized out>) at clio.cxx:637
#5  0x0000000000414075 in local_monitor_reader (pp_arg=0x7916) at clio.cxx:154
#6  0x00000030ae2079d1 in start_thread () from /lib64/libpthread.so.0
#7  0x00000030adae886d in clone () from /lib64/libc.so.6



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