Re: what can be wrong? backport plpgpsm to 8.1

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: what can be wrong? backport plpgpsm to 8.1
Date: 2007-03-10 19:53:57
Message-ID: BAY114-F1DE44B188747ED591A5E0F97F0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


>"Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com> writes:
> > I don't see any important difference, why 8.1. have to down.
>
>I dunno, but gdb is doing you no favors with such a silly backtrace.
>It sorta looks like you have some files built with -g and some without
>... or perhaps you are trying to gdb the core file against the wrong
>executable?
>

propably I had to do some errors. Next cycle produce different output:

#0 FreeExecutorState (estate=0x966eb2c) at execUtils.c:260
260 FreeExprContext((ExprContext *)
linitial(estate->es_exprcontexts));
(gdb) bt
#0 FreeExecutorState (estate=0x966eb2c) at execUtils.c:260
#1 0x00528c9c in plpgpsm_xact_cb () from /usr/local/pgsql81/lib/plpgpsm.so
#2 0x080b0d81 in CallXactCallbacks (event=XACT_EVENT_COMMIT) at xact.c:2618
#3 0x080b49a8 in CommitTransaction () at xact.c:1534
#4 0x080b4c06 in CommitTransactionCommand () at xact.c:2184
#5 0x081d7c3a in finish_xact_command () at postgres.c:2021
#6 0x081d891a in exec_simple_query (query_string=0x963f844 "select fx();")
at postgres.c:1034
#7 0x081da153 in PostgresMain (argc=4, argv=0x95ff4b8, username=0x95ff488
"root") at postgres.c:3232
#8 0x081ade68 in ServerLoop () at postmaster.c:2865
#9 0x081aed66 in PostmasterMain (argc=3, argv=0x95fd4e0) at
postmaster.c:941
#10 0x0816d559 in main (argc=3, argv=0x0) at main.c:265

I hope so I see problem now.
Thank you

Pavel Stehule

_________________________________________________________________
Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com.
http://www.msn.cz/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-10 20:25:51 Re: what can be wrong? backport plpgpsm to 8.1
Previous Message Gregory Stark 2007-03-10 18:38:18 Re: Bug in VACUUM FULL ?