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

From: "Milen A(dot) Radev" <milen(at)radev(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2195: log_min_messages crash server when in DEBUG3 to 5
Date: 2006-01-23 09:14:03
Message-ID: 43D49E5B.5000508@radev.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches

Tom Lane writes:
> "Jaime Casanova" <systemguards(at)gmail(dot)com> writes:
>> 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
>
> Can't reproduce this on Linux using 8.1 branch tip, so either it's
> Windows-specific or it's been fixed recently ...
>

Should be windows-specific - I can reproduce it with 8.1.2 on WinXP SP2
and I can't reproduce it with 8.1.2 on Slackware Linux 9.1 (kernel 2.6.15).

By the way I have the crash report files Windows created -
postgres.exe.hdmp, postgres.exe.mdmp, appcompat.txt and manifest.txt.

--
Milen A. Radev

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sunil Basu 2006-01-23 11:04:20 BUG #2197: PostgreSQL error- 'could not read block 0 of relation'
Previous Message agattik 2006-01-23 05:44:04 BUG #2196: Useless RECHECK on RTREE index

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-01-23 16:13:25 Re: [PATCHES] postmaster/postgres merge for testing
Previous Message Tom Lane 2006-01-22 20:07:25 Re: Allow an alias for the target table in UPDATE/DELETE