BUG #2195: log_min_messages crash server when in DEBUG3 to 5

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2195: log_min_messages crash server when in DEBUG3 to 5
Date: 2006-01-21 17:58:13
Message-ID: 20060121175813.E6F2CF0B02@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


The following bug has been logged online:

Bug reference: 2195
Logged by: Jaime Casanova
Email address: systemguards(at)gmail(dot)com
PostgreSQL version: 8.1.1
Operating system: Windows XP
Description: log_min_messages crash server when in DEBUG3 to 5
Details:

Hi,

in my machine (win xp) i was trying to start psql (8.1.1) with
log_min_messages to debug5 (just to see the messages :) but even the
service start i cannot use psql nor pgadmin i receive an error of
server closed the connection unexpectedly

postgres=# select version();
version

----------------------------------------------------------------------------
--------------
PostgreSQL 8.1.1 on i686-pc-mingw32, compiled by GCC gcc.exe (GCC)
3.4.2 (mingw-special)
(1 fila)

Sorry, my postgres is in spanish but maybe you can recognize the message...
;)

C:\Archivos de programa\PostgreSQL\8.1\bin>psql -U postgres pruebas
psql: el servidor ha cerrado la conexin inesperadamente,
probablemente porque termin de manera anormal
antes o durante el procesamiento de la peticin.

is this expected on windows platforms?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-21 18:23:47 Re: BUG #2195: log_min_messages crash server when in DEBUG3 to 5
Previous Message Jaime Casanova 2006-01-21 17:53:47 Re: BUG #2176: Pgadmin III not honoring DATESTYLE

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-01-21 18:23:47 Re: BUG #2195: log_min_messages crash server when in DEBUG3 to 5
Previous Message Bruce Momjian 2006-01-21 02:18:14 Re: [HACKERS] Inconsistent syntax in GRANT