On Jan 25, 2008 4:31 PM, Tom Lane <[EMAIL PROTECTED]> wrote:
> Can you get us a stack trace from that crash?
Here's the trace of the server process post-crash.
[EMAIL PROTECTED] ~]# gdb -p 24078
(gdb) bt
#0 0x006ac402 in __kernel_vsyscall ()
#1 0x0060801d in ___newselect_nocancel () from /lib/l
The following bug has been logged online:
Bug reference: 3905
Logged by: David Wheeler
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.3RC2
Operating system: Mac OS X 10.5
Description:configure cannot find ossp UUID libs and/or includes
Details:
I've installe
"Peter Koczan" <[EMAIL PROTECTED]> writes:
> Trying to connect via GSSAPI (with Kerberos 5 as the underlying mechanism)
> after the server has been under a very slight load results in an unusable
> but still running server.
I couldn't reproduce this at all on Fedora 8. I speculate that you've
not
"David Wheeler" <[EMAIL PROTECTED]> writes:
> I've installed OSSP UUID 1.6.0 in /usr/local, but configure cannot seem to
> find it when I use --with-ossp-uuid:
Oh, it finds it all right. It's just complaining (not incorrectly) that
uuid.h fails when included after . AFAICT this is just
cosmetic,