Re: Post-mortem: final 2PC patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Post-mortem: final 2PC patch
Date: 2005-06-18 16:53:05
Message-ID: 18889.1119113585@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> writes:
>> Can you get a stack trace from the core dump?

> (gdb) bt
> #0 0x0000000050377ba4 in memcpy () from /usr/lib/libc.so.34.2
> #1 0x0000000000326efc in hash_search ()
> #2 0x0000000000343430 in pg_tzset ()
> #3 0x00000000001fbcf0 in assign_timezone ()
> #4 0x0000000000330e88 in set_config_option ()
> #5 0x000000000029b5b0 in PostgresMain ()
> #6 0x000000000026b140 in BackendRun ()
> #7 0x000000000026a9f0 in BackendStartup ()
> #8 0x00000000002685bc in ServerLoop ()
> #9 0x0000000000267b88 in PostmasterMain ()
> #10 0x0000000000220cc8 in main ()

> hmm - maybe one of the timezone patches ?

Looks suspicious, doesn't it. How long since you last tested on that
machine?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2005-06-18 16:56:29 Re: LGPL
Previous Message Stefan Kaltenbrunner 2005-06-18 16:50:55 Re: Post-mortem: final 2PC patch

Browse pgsql-patches by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2005-06-18 16:59:50 Re: Post-mortem: final 2PC patch
Previous Message Stefan Kaltenbrunner 2005-06-18 16:50:55 Re: Post-mortem: final 2PC patch