From: | Sean Kelly <S(dot)Kelly(at)ncl(dot)ac(dot)uk> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgreSQL(dot)org |
Subject: | Re: Updating multiple bool values crashes backend |
Date: | 2000-10-26 16:09:19 |
Message-ID: | 20001026150922.F1869556F@random.ncl.ac.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Thu, 26 Oct 2000 10:14:16 -0400, Tom Lane said:
> gdb /path/to/postgres-executable /path/to/core-file
> bt
> quit
[postgres(at)nis-master] ~
132: gdb bin/postgres data/base/users/core
This GDB was configured as "i386-slackware-linux"...
Core was generated by `/usr/local/postgres/bin/postgres localhost s'.
Program terminated with signal 11, Segmentation fault.
..
[SNIP: Loading symbols...]
..
#0 0x8115eb2 in ri_BuildQueryKeyFull ()
(gdb) bt
#0 0x8115eb2 in ri_BuildQueryKeyFull ()
#1 0x8115dc2 in RI_FKey_keyequal_upd ()
#2 0x8096d7c in DeferredTriggerSaveEvent ()
#3 0x8096016 in ExecARUpdateTriggers ()
#4 0x809c617 in ExecReplace ()
#5 0x809c256 in ExecutePlan ()
#6 0x809b8f3 in ExecutorRun ()
#7 0x80eb46a in ProcessQueryDesc ()
#8 0x80eb4d0 in ProcessQuery ()
#9 0x80ea153 in pg_exec_query_dest ()
#10 0x80ea033 in pg_exec_query ()
#11 0x80eaeec in PostgresMain ()
#12 0x80d565a in DoBackend ()
#13 0x80d523a in BackendStartup ()
#14 0x80d45ee in ServerLoop ()
#15 0x80d407c in PostmasterMain ()
#16 0x80ab115 in main ()
#17 0x400f9577 in __libc_start_main () from /lib/libc.so.6
(gdb) quit
There we go :) Thanks,
--
Sean Kelly <S(dot)Kelly(at)ncl(dot)ac(dot)uk>
"If 99% is good enough, then gravity will not work for 14 minutes
every day."
From | Date | Subject | |
---|---|---|---|
Next Message | Sean Kelly | 2000-10-26 19:02:08 | Re: Updating multiple bool values crashes backend |
Previous Message | Tom Lane | 2000-10-26 15:27:22 | Re: Updating multiple bool values crashes backend |