From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Segfault in 7.4.1 (and 7.3.4) during vacuum analyze |
Date: | 2004-01-08 13:18:15 |
Message-ID: | 20040108131815.GW24094@ns.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Greeting,
This is mainly just a heads up, I'm going to be recompiling with
symbols and rerunning the test after I get to work, but I'm getting a
segfault consistantly when doing a vacuum analyze. The trace is from
7.4.1 but I upgraded to 7.4.1 because the same was happening under
7.3.4. Both installed from Debian/sid and the system is now
up-to-date with Debian/sid. Here's the trace:
Program received signal SIGSEGV, Segmentation fault.
0x080d6485 in analyze_rel ()
(gdb) i s
#0 0x080d6485 in analyze_rel ()
#1 0x080d494c in analyze_rel ()
#2 0x080ffd46 in vacuum ()
#3 0x0817fec9 in PortalRun ()
#4 0x08180173 in PortalRun ()
#5 0x0817f99f in PortalRun ()
#6 0x0817c264 in pg_plan_queries ()
#7 0x0817e7d0 in PostgresMain ()
#8 0x0815867b in ClosePostmasterPorts ()
#9 0x08158063 in ClosePostmasterPorts ()
#10 0x08156558 in PostmasterMain ()
#11 0x08155be4 in PostmasterMain ()
#12 0x08125bb6 in main ()
More later.
Thanks,
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Mathijs Brands | 2004-01-08 14:21:19 | Encoding conversions in psql |
Previous Message | Tom Lane | 2004-01-08 05:41:50 | Re: Dumb question: How do I determine programmatically if a column is nullable? |