From: | Andreas Muck <bb+list(dot)pgsql-general(at)blitztrade(dot)de> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: More than 1024 connections from the same c-backend |
Date: | 2003-09-04 08:13:09 |
Message-ID: | 200309040813.h848D9cD019794@server.blitztrade.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Sorry, libpq was compiled without debug symbols in the previous
email. Here's whet gdb shows after compiling postgresql-7.3.4
--enable-debug:
Core was generated by `./pgsql-test-static'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.1...done.
Loaded symbols for /lib/libcrypt.so.1
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
Reading symbols from /lib/libnss_files.so.2...done.
Loaded symbols for /lib/libnss_files.so.2
Reading symbols from /lib/libnss_dns.so.2...done.
Loaded symbols for /lib/libnss_dns.so.2
Reading symbols from /lib/libresolv.so.2...done.
Loaded symbols for /lib/libresolv.so.2
#0 0x0804a3f3 in connectDBComplete (conn=???) at fe-connect.c:1124
1124 flag = PQconnectPoll(conn);
(gdb) bt
#0 0x0804a3f3 in connectDBComplete (conn=???) at fe-connect.c:1124
Cannot access memory at address 0x0
Andi
From | Date | Subject | |
---|---|---|---|
Next Message | Bjorn T Johansen | 2003-09-04 08:42:01 | Missing system views? |
Previous Message | Alex | 2003-09-04 08:00:23 | Replaceing records |