Re: 7.5dev assertion failure w/ v3 protocol and transactions - Mailing list pgsql-bugs

From Kris Jurka
Subject Re: 7.5dev assertion failure w/ v3 protocol and transactions
Date
Msg-id Pine.BSO.4.56.0407291603530.21827@leary.csoft.net
Whole thread Raw
In response to 7.5dev assertion failure w/ v3 protocol and transactions  (Kris Jurka <books@ejurka.com>)
Responses Re: 7.5dev assertion failure w/ v3 protocol and transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: 7.5dev assertion failure w/ v3 protocol and transactions
Next
From: Tom Lane
Date:
Subject: Re: 7.5dev assertion failure w/ v3 protocol and transactions