"Arjen van der Meijden" <[EMAIL PROTECTED]> writes: > I'm not sure whether this is a php-issue or a postgresql-client-api one, but > when connecting gdb to that process and doing a 'bt' it displays: > #0 0xa7c36d9f in free () from /lib/tls/libc.so.6 > #1 0xa7c38c4f in malloc () from /lib/tls/libc.so.6 > #2 0xa7f58bdb in PQmakeEmptyPGresult () from /usr/lib/libpq.so.5 > #3 0xa7f59941 in PQgetResult () from /usr/lib/libpq.so.5 > #4 0x08086fd0 in _close_pgsql_link (rsrc=0x81e42bc) at > /usr/src/php-4.4.2/ext/pgsql/pgsql.c:276
Given that stack trace, you'd better complain to the PHP folk. There is no loop in that path in libpq, so the looping must be occurring somewhere in the PHP code. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster