From: | Kris Jurka <books(at)ejurka(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: 7.5dev assertion failure w/ v3 protocol and transactions |
Date: | 2004-07-29 21:05:00 |
Message-ID: | Pine.BSO.4.56.0407291603530.21827@leary.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Thu, 29 Jul 2004, Kris Jurka wrote:
>
> Running the JDBC driver's regression tests I came across an assertion
> failure in 7.5dev. The test does:
>
This also produces a second core file in the directory the postmaster was
started in which contains:
#0 0x402a5721 in kill () from /lib/libc.so.6
#1 0x402a54c5 in raise () from /lib/libc.so.6
#2 0x402a69e8 in abort () from /lib/libc.so.6
#3 0x08231994 in errfinish (dummy=0) at elog.c:473
#4 0x080b1e2c in ReadControlFile () at xlog.c:3130
#5 0x080b2257 in XLOGShmemInit () at xlog.c:3381
#6 0x081afd6a in CreateSharedMemoryAndSemaphores (makePrivate=0 '\0',
maxBackends=100, port=5750) at ipci.c:135
#7 0x08190073 in reset_shared (port=0) at postmaster.c:1750
#8 0x08190928 in reaper (postgres_signal_arg=17) at postmaster.c:2087
#9 <signal handler called>
#10 0x4034cdd2 in select () from /lib/libc.so.6
#11 0x08331040 in Unix_socket_group ()
#12 0x00000000 in ?? ()
#13 0xbffff7e0 in ?? ()
#14 0x0818f260 in ServerLoop () at postmaster.c:1147
#15 0x0818e685 in PostmasterMain (argc=3, argv=0x8332630) at
postmaster.c:885
#16 0x081587d5 in main (argc=3, argv=0x8332630) at main.c:265
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2004-07-29 21:57:03 | Re: 7.5dev assertion failure w/ v3 protocol and transactions |
Previous Message | Kris Jurka | 2004-07-29 20:58:06 | 7.5dev assertion failure w/ v3 protocol and transactions |