Re: Application EventLog: could not write to log file: Bad file descriptor

From: "Ati Rosselet" <ati(dot)rosselet(at)gmail(dot)com>
To: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Application EventLog: could not write to log file: Bad file descriptor
Date: 2008-06-18 11:53:02
Message-ID: ce6402fc0806180453w526bd373r988e558051a99e3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

yup.. still there.. just reduced frequency... just got the first one since
reducing the logging... darn.. :(
I checked the fixes for the new release, but no mention of it. Does this
mean no-one else has run into this? Or am I the only idiot running postgres
on windows? :))
Cheers
Ati

On Mon, Jun 9, 2008 at 5:11 PM, Alvaro Herrera <alvherre(at)commandprompt(dot)com>
wrote:

> Ati Rosselet escribió:
> > sorry, forgot to cc: to the group..To: Alvaro Herrera <
> > alvherre(at)commandprompt(dot)com>
> >
> >
> > not as far as I can tell... I have log_destination='stderr'. unless csv
> > logging is enabled in another location?
>
> No, that should mean it's disabled.
>
> > Since I disabled the following line:
> > shared_preload_libraries = '$libdir/plugins/plugin_debugger.dll'
> > and changed logging from 'all' to 'mod'
> > I have not seen the error, although that may just be because the amount
> > logged is reduced drastically
> > (from verbose due to logging all selects - to pretty much zero for normal
> > website usage - very few modifying queries:))
>
> Yes, the problem is probably not gone but just made rarer. ISTM it
> would be good to debug it. The Windows logger code does use two threads
> for the logging (as opposed to everywhere else which uses a single
> process) so it's quite possible that the locking is bogus somewhere.
>
> --
> Alvaro Herrera
> http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David 2008-06-18 12:01:02 Re: Database design questions
Previous Message Dave Coventry 2008-06-18 11:27:37 Re: Controlling write access to a table