You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lili Ma (JIRA)" <ji...@apache.org> on 2016/03/28 12:02:25 UTC

[jira] [Assigned] (HAWQ-598) Dispatch core in dispatch_free_result is stress test

     [ https://issues.apache.org/jira/browse/HAWQ-598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lili Ma reassigned HAWQ-598:
----------------------------

    Assignee: Lili Ma  (was: Lei Chang)

> Dispatch core in dispatch_free_result is stress test
> ----------------------------------------------------
>
>                 Key: HAWQ-598
>                 URL: https://issues.apache.org/jira/browse/HAWQ-598
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Dispatcher
>            Reporter: Lili Ma
>            Assignee: Lili Ma
>
> {code}
> (gdb) bt
> #0  0x00000033d6a0f5db in raise () from /lib64/libpthread.so.0
> #1  0x000000000086e642 in SafeHandlerForSegvBusIll (processName=<value optimized out>, postgres_signal_arg=11) at elog.c:4515
> #2  <signal handler called>
> #3  PQclear (res=0xf20473928478b48) at fe-exec.c:646
> #4  0x00000000009aaebc in dispatch_free_result (result=0x2f572e0) at dispatcher.c:1576
> #5  0x00000000009252d3 in cdbCopyEnd (c=0x2f572d0) at cdbcopy.c:712
> #6  0x00000000005ebaa7 in CopyFromDispatch (cstate=0x0, err_segnos=<value optimized out>) at copy.c:3116
> #7  0x00000000005f09f1 in DoCopy (stmt=0x2f43ce0, queryString=<value optimized out>) at copy.c:1654
> #8  0x00000000007b8d59 in ProcessUtility (parsetree=0x2f43ce0, queryString=<value optimized out>, params=0x0, isTopLevel=1 '\001', dest=0x2f44798, completionTag=0x7fff46283bd0 "") at utility.c:1076
> #9  0x00000000007b3daa in PortalRunUtility (portal=0x2f8cf40, utilityStmt=0x2f43ce0, isTopLevel=-16 '\360', dest=0x2f44798, completionTag=0x7fff46283bd0 "") at pquery.c:1896
> #10 0x00000000007b618e in PortalRunMulti (portal=0x2f8cf40, isTopLevel=1 '\001', dest=0x2f44798, altdest=<value optimized out>, completionTag=0x7fff46283bd0 "") at pquery.c:2006
> #11 0x00000000007b6772 in PortalRun (portal=<value optimized out>, count=<value optimized out>, isTopLevel=80 'P', dest=<value optimized out>, altdest=<value optimized out>, completionTag=<value optimized out>) at pquery.c:1523
> #12 0x00000000007af2ea in exec_simple_query (query_string=<value optimized out>, seqServerHost=<value optimized out>, seqServerPort=<value optimized out>) at postgres.c:1745
> #13 0x00000000007b0bec in PostgresMain (argc=16, argv=0x2f43ce0, username=<value optimized out>) at postgres.c:4754
> #14 0x00000000007640d3 in BackendRun (port=0x2e40750) at postmaster.c:5889
> #15 BackendStartup (port=0x2e40750) at postmaster.c:5484
> #16 0x000000000076482d in ServerLoop () at postmaster.c:2163
> #17 0x000000000076665e in PostmasterMain (argc=9, argv=0x2e565b0) at postmaster.c:1454
> #18 0x00000000006c075a in main (argc=9, argv=0x2e56570) at main.c:226
> (gdb) quit
> {code}



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