From: | "Merlin Moncure" <mmoncure(at)gmail(dot)com> |
---|---|
To: | "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | "PgSQL General" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: backend crash following load command |
Date: | 2006-11-28 19:38:18 |
Message-ID: | b42b73150611281138pd13909cpb43b07312413c2c2@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 11/28/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> "Merlin Moncure" <mmoncure(at)gmail(dot)com> writes:
> > We are getting a backend crash after issueing a load command.
>
> No crash from your example here (on Fedora Core 5). What platform and
> gcc are you using exactly? Can you provide a stack trace from the crash?
ok, an update on this. we actually covered up the bug in reducing the
problem to our test case. our make system used cp -f to overwite the
.so file in use by postgresql. interestingly, this will cause a crash
on the .so reload via LOAD. There may be a perfectly normal reason
for this.
so,
1. compile just about any c function
2. create a function/load it
3. recompile and cp -f over the one in use (cp works ok)
4. reload...crash
merlin
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Kellerer | 2006-11-28 19:50:43 | Re: Only MONO/WinForms is a way to go |
Previous Message | Scott Ribe | 2006-11-28 19:28:44 | Re: NULLs ;-) |