Ming LI created HAWQ-575: ---------------------------- Summary: QE core dumped when report "Resume interrupt holdoff count is bad (0) (xact.c:2907)" Key: HAWQ-575 URL: https://issues.apache.org/jira/browse/HAWQ-575 Project: Apache HAWQ Issue Type: Bug Reporter: Ming LI Assignee: Lei Chang
Core was generated by `postgres: port 5532, gpadmin tpch_row_2... 172.28.8.250(18226) con92825 seg97'. Program terminated with signal 6, Aborted. #0 0x00000033d4032925 in raise () from /lib64/libc.so.6 Missing separate debuginfos, use: debuginfo-install hawq-2.0.0.0_beta-20925.x86_64 (gdb) bt #0 0x00000033d4032925 in raise () from /lib64/libc.so.6 #1 0x00000033d4034105 in abort () from /lib64/libc.so.6 #2 0x0000000000871c6e in errfinish (dummy=<value optimized out>) at elog.c:682 #3 0x00000000008727bb in elog_finish (elevel=<value optimized out>, fmt=<value optimized out>) at elog.c:1459 #4 0x00000000004e171b in AbortTransaction () at xact.c:2907 #5 0x00000000004e2c45 in AbortCurrentTransaction () at xact.c:3377 #6 0x00000000007b01ea in PostgresMain (argc=37474312, argv=0x0, username=<value optimized out>) at postgres.c:4507 #7 0x0000000000763c03 in BackendRun (port=0x2373210) at postmaster.c:5889 #8 BackendStartup (port=0x2373210) at postmaster.c:5484 #9 0x000000000076435d in ServerLoop () at postmaster.c:2163 #10 0x000000000076618e in PostmasterMain (argc=9, argv=0x236a5b0) at postmaster.c:1454 #11 0x00000000006c028a in main (argc=9, argv=0x236a570) at main.c:226 (gdb) f 3 #3 0x00000000008727bb in elog_finish (elevel=<value optimized out>, fmt=<value optimized out>) at elog.c:1459 (gdb) p *edata $1 = {elevel = 22, output_to_server = 1 '\001', output_to_client = 1 '\001', show_funcname = 0 '\000', omit_location = 0 '\000', fatal_return = 0 '\000', hide_stmt = 0 '\000', send_alert = 1 '\001', filename = 0x9cc38e "xact.c", lineno = 2907, funcname = 0x9c66c0 "AbortTransaction", domain = 0xafb668 "postgres-8.2", sqlerrcode = 2600, message = 0x236da50 "Resume interrupt holdoff count is bad (0) (xact.c:2907)", detail = 0x0, detail_log = 0x0, hint = 0x0, context = 0x0, cursorpos = 0, internalpos = 0, internalquery = 0x0, saved_errno = 5, stacktracearray = {0x871f7f, 0x872659, 0x4e171b, 0x4e2c45, 0x7b01ea, 0x763c03, 0x76435d, 0x76618e, 0x6c028a, 0x33d401ed1d, 0x4a17e9, 0x0 <repeats 19 times>}, stacktracesize = 11, printstack = 0 '\000'} -- This message was sent by Atlassian JIRA (v6.3.4#6332)