Re: BUG #2642: Connection problems without IPv6 - Mailing list pgsql-bugs

From Christoph Zwerschke
Subject Re: BUG #2642: Connection problems without IPv6
Date
Msg-id 4513BF18.2090701@online.de
Whole thread Raw
In response to Re: BUG #2642: Connection problems without IPv6  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Some more infos: When I start and stop the postgres service, then very
rarely it happens that it works, particularly when I start and stop some
other services as well, such as the DNS caching client. But it is not
reproducible. Maybe a timing issue?

Can anybody reproduce this problem on Win XP?

When I switched on as much debug info in the log as possible, here is
what I got:

2006-09-22 12:39:55  LOG:  00000: transaction ID wrap limit is
2147484148, limited by database "postgres"
2006-09-22 12:39:55  LOCATION:  SetTransactionIdLimit, varsup.c:234
2006-09-22 12:39:55  DEBUG:  00000: proc_exit(0)
2006-09-22 12:39:55  LOCATION:  proc_exit, ipc.c:95
2006-09-22 12:39:55  DEBUG:  00000: shmem_exit(0)
2006-09-22 12:39:55  LOCATION:  shmem_exit, ipc.c:126
2006-09-22 12:39:55  DEBUG:  00000: exit(0)
2006-09-22 12:39:55  LOCATION:  proc_exit, ipc.c:113
2006-09-22 12:39:55  DEBUG:  00000: reaping dead processes
2006-09-22 12:39:55  LOCATION:  reaper, postmaster.c:2021
2006-09-22 12:39:55  DEBUG:  00000: waiting on 2 children
2006-09-22 12:39:55  LOCATION:  win32_waitpid, postmaster.c:4046
2006-09-22 12:39:55  DEBUG:  00000: waiting on 3 children
2006-09-22 12:39:55  LOCATION:  win32_waitpid, postmaster.c:4046
2006-09-22 12:39:55  DEBUG:  00000: proc_exit(0)
2006-09-22 12:39:55  LOCATION:  proc_exit, ipc.c:95
2006-09-22 12:39:55  DEBUG:  00000: shmem_exit(0)
2006-09-22 12:39:55  LOCATION:  shmem_exit, ipc.c:126
2006-09-22 12:39:55  DEBUG:  00000: exit(0)
2006-09-22 12:39:55  LOCATION:  proc_exit, ipc.c:113
2006-09-22 12:39:55  DEBUG:  00000: reaping dead processes
2006-09-22 12:39:55  LOCATION:  reaper, postmaster.c:2021
2006-09-22 12:39:55  DEBUG:  00000: waiting on 4 children
2006-09-22 12:39:55  LOCATION:  win32_waitpid, postmaster.c:4046
2006-09-22 12:39:55  DEBUG:  00000: waiting on 3 children
2006-09-22 12:39:55  LOCATION:  win32_waitpid, postmaster.c:4046
2006-09-22 12:39:57  DEBUG:  00000: forked new backend, pid=3476 socket=1348
2006-09-22 12:39:57  LOCATION:  BackendStartup, postmaster.c:2520
2006-09-22 12:39:57  LOG:  00000: connection received: host=localhost
port=1860
2006-09-22 12:39:57  LOCATION:  BackendRun, postmaster.c:2699
2006-09-22 12:39:57 localhost(1860) LOG:  XX000: could not receive data
from client: An operation was attempted on something that is not a socket.
2006-09-22 12:39:57 localhost(1860) LOCATION:  pq_recvbuf, pqcomm.c:712
2006-09-22 12:39:57 localhost(1860) LOG:  08P01: incomplete startup packet
2006-09-22 12:39:57 localhost(1860) LOCATION:  ProcessStartupPacket,
postmaster.c:1351
2006-09-22 12:39:57 localhost(1860) DEBUG:  00000: proc_exit(0)
2006-09-22 12:39:57 localhost(1860) LOCATION:  proc_exit, ipc.c:95
2006-09-22 12:39:57 localhost(1860) DEBUG:  00000: shmem_exit(0)
2006-09-22 12:39:57 localhost(1860) LOCATION:  shmem_exit, ipc.c:126
2006-09-22 12:39:57 localhost(1860) DEBUG:  00000: exit(0)
2006-09-22 12:39:57 localhost(1860) LOCATION:  proc_exit, ipc.c:113
2006-09-22 12:39:58  DEBUG:  00000: reaping dead processes
2006-09-22 12:39:58  LOCATION:  reaper, postmaster.c:2021
2006-09-22 12:39:58  DEBUG:  00000: waiting on 4 children
2006-09-22 12:39:58  LOCATION:  win32_waitpid, postmaster.c:4046
2006-09-22 12:39:58  DEBUG:  00000: server process (PID 3476) exited
with exit code 0
2006-09-22 12:39:58  LOCATION:  LogChildExit, postmaster.c:2419
2006-09-22 12:39:58  DEBUG:  00000: waiting on 3 children
2006-09-22 12:39:58  LOCATION:  win32_waitpid, postmaster.c:4046

pgsql-bugs by date:

Previous
From: Victor Snezhko
Date:
Subject: Re: BUG #1931: ILIKE and LIKE fails on Turkish locale
Next
From: Tom Lane
Date:
Subject: Re: BUG #1931: ILIKE and LIKE fails on Turkish locale