Re: BUG #14096: run pgbench, db crash

From: "zhaozp(at)uxsino(dot)com" <zhaozp(at)uxsino(dot)com>
To: "Alvaro Herrera" <alvherre(at)2ndquadrant(dot)com>
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14096: run pgbench, db crash
Date: 2016-04-19 03:02:49
Message-ID: 201604191102487130318@uxsino.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

core file :

#0 0x0000003e61e32625 in raise () from /lib64/libc.so.6
#1 0x0000003e61e33e05 in abort () from /lib64/libc.so.6
#2 0x0000000000a5680c in errfinish (dummy=<value optimized out>) at elog.c:551
#3 0x0000000000964fc7 in PageAddItem (page=<value optimized out>, item=0x261e900 "x'", size=121, offsetNumber=0, overwrite=<value optimized out>, is_heap=<value optimized out>) at bufpage.c:198
#4 0x0000000000750aca in RelationPutHeapTuple (relation=<value optimized out>, buffer=371, tuple=0x261e8e8, token=0 '\000') at hio.c:53
#5 0x000000000074b3a7 in heap_update (relation=0x7f1030085738, otid=<value optimized out>, newtup=0x261e8e8, cid=0, crosscheck=0x0, wait=1 '\001', hufd=0x7fff02d22b40, lockmode=0x7fff02d22b5c) at heapam.c:3870
#6 0x0000000000888a0f in ExecUpdate (tupleid=0x7fff02d22ca0, oldtuple=0x0, slot=0x261e268, planSlot=0x2616160, euxsqlstate=0x2614800, estate=0x2614510, canSetTag=1 '\001') at nodeModifyTable.c:884
#7 0x000000000088938a in ExecModifyTable (node=0x2614760) at nodeModifyTable.c:1444
#8 0x00000000008710a8 in ExecProcNode (node=0x2614760) at execProcnode.c:389
#9 0x000000000086f842 in ExecutePlan (queryDesc=0x260b840, direction=<value optimized out>, count=0) at execMain.c:1549

#3 0x0000000000964fc7 in PageAddItem (page=<value optimized out>, item=0x261e900 "x'", size=121, offsetNumber=0, overwrite=<value optimized out>, is_heap=<value optimized out>) at bufpage.c:198
if (phdr->pd_lower < SizeOfPageHeaderData ||
phdr->pd_lower > phdr->pd_upper ||
phdr->pd_upper > phdr->pd_special ||
phdr->pd_special > BLCKSZ)
pd_lower pd_upper pd_special members = 0

From: Alvaro Herrera
Date: 2016-04-19 03:09
To: zhaozp
CC: pgsql-bugs
Subject: Re: [BUGS] BUG #14096: run pgbench, db crash
zhaozp(at)uxsino(dot)com wrote:
> The following bug has been logged on the website:
>
> Bug reference: 14096
> Logged by: zpzhao
> Email address: zhaozp(at)uxsino(dot)com
> PostgreSQL version: 9.5.1
> Operating system: centos7
> Description:
>
> PageAddItem中,phdr->pd_lower,pd_upper为0

Please provide more details on the crash you see. This description is
not enough.

Thanks,

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Nikolay.Nikitin 2016-04-19 08:28:47 BUG #14100: Large memory consumption in a partitioning insert of great values
Previous Message David G. Johnston 2016-04-18 19:20:37 Re: [BUGS] Error instalación PostgreSQL 8.2 en Win10