Re: Exceeded maximum lock level

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: alexander lunyov <lan(at)zato(dot)ru>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Exceeded maximum lock level
Date: 2008-04-23 14:55:10
Message-ID: 20080423145510.GA6572@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

alexander lunyov wrote:
> Hello.
>
> Freebsd 6.2, Postgresql 8.3 from ports.
>
> I'm trying to add some features to threaded application, like sql logs.
> I've changed application according to examples of libpq usage (simple
> things - connect, inserts, disconnect), everything works for a little
> time (under 1 minute), then i get error:
>
> Fatal error 'Exceeded maximum lock level' at line 519 in file
> /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 844913743)

This is clearly not a PG problem -- I'd think there's a bug in your own
code.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message alexander lunyov 2008-04-24 05:34:19 Re: Exceeded maximum lock level
Previous Message alexander lunyov 2008-04-23 14:24:52 Exceeded maximum lock level