* Andrew Klosterman ([EMAIL PROTECTED]) wrote:
> > Seems kind of unlikely... What exact (.deb) versions of libpq and
> > Postgres are you using? You originally posted w/ 8.1.0 but perhaps on
> > the client you had something more recent?
>
> Running "aptitude show X" where "X" is the package name
* Andrew Klosterman ([EMAIL PROTECTED]) wrote:
> (gdb) bt
> #0 0x401c3851 in kill () from /lib/libc.so.6
> #1 0x40139dd5 in EF_Abort () from /usr/lib/libefence.so.0
> #2 0x40139823 in memalign () from /usr/lib/libefence.so.0
> #3 0x401399ad in malloc () from /usr/lib/libefence.so.0
> #4 0x4013
On Wed, 8 Feb 2006, Tom Lane wrote:
> "Andy Klosterman" <[EMAIL PROTECTED]> writes:
> > SPECULATION: Another possibility is that I misunderstand some aspect of
> > multi-threaded interactions with Postgres (I open uniquely named connections
> > to the DB for each thread of my test program). Maybe
On Mon, 13 Feb 2006, Tom Lane wrote:
> Andrew Klosterman <[EMAIL PROTECTED]> writes:
> > (gdb) bt
> > #0 0x401c3851 in kill () from /lib/libc.so.6
> > #1 0x40139dd5 in EF_Abort () from /usr/lib/libefence.so.0
> > #2 0x40139823 in memalign () from /usr/lib/libefence.so.0
> > #3 0x401399ad in ma
On Mon, 13 Feb 2006, Tom Lane wrote:
> Andrew Klosterman <[EMAIL PROTECTED]> writes:
> > I threw in a pthread mutex around the code making the database connections
> > for each of my threads. The problem is still there ("corrupted
> > double-linked list").
>
> > Even tuning things down and instru
The following bug has been logged online:
Bug reference: 2257
Logged by: Evgeny Gridasov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.2 CVS
Operating system: Linux Debian
Description:Can' stop server while autovacuum is running
Details:
I needed to shutd
Arturs Zoldners <[EMAIL PROTECTED]> writes:
> The following code raises SIGSEGV:
> PGconn* conn = PQconnectdb("x");
> ConnStatusType status = PQstatus(conn);
> //status == CONNECTION_BAD
> PQreset(conn);
PQreset assumes it's been passed a reasonably valid PGconn, whi
Stephen Frost <[EMAIL PROTECTED]> writes:
> We do have debugging .debs- for some things. We don't have them for
> everything and unfortunately we don't yet have them for Postgres. I'll
> talk to Martin about building some though so that in the future it's
> easier to debug these problems.
Hmm.
OS: FC4, 2.6.11-1.1369_FC4
PostgreSQL: postgresql-8.1.2-1PGDG (rpm install)
gcc: version 4.0.2 20051125 (Red Hat 4.0.2-8)
The following code raises SIGSEGV:
main.cpp (gcc -lstdc++ -lpq -g main.cpp)
extern "C"
{
#include
}
int main(int arch, char* argv[])
{
PGconn* conn = PQconnectdb
* Tom Lane ([EMAIL PROTECTED]) wrote:
> Andrew Klosterman <[EMAIL PROTECTED]> writes:
> > (gdb) bt
> > #0 0x401c3851 in kill () from /lib/libc.so.6
> > #1 0x40139dd5 in EF_Abort () from /usr/lib/libefence.so.0
> > #2 0x40139823 in memalign () from /usr/lib/libefence.so.0
> > #3 0x401399ad in ma
Andrew Klosterman <[EMAIL PROTECTED]> writes:
> (gdb) bt
> #0 0x401c3851 in kill () from /lib/libc.so.6
> #1 0x40139dd5 in EF_Abort () from /usr/lib/libefence.so.0
> #2 0x40139823 in memalign () from /usr/lib/libefence.so.0
> #3 0x401399ad in malloc () from /usr/lib/libefence.so.0
> #4 0x40139
Andrew Klosterman <[EMAIL PROTECTED]> writes:
> I threw in a pthread mutex around the code making the database connections
> for each of my threads. The problem is still there ("corrupted
> double-linked list").
> Even tuning things down and instructing my code to only run a single
> pthread mani
The following bug has been logged online:
Bug reference: 2258
Logged by: James Gray
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.2
Operating system: Linux/Windows
Description:debug_print_plan doesn't work for cursors
Details:
Feature request: Allow debug
The following bug has been logged online:
Bug reference: 2256
Logged by: maoke
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.2
Operating system: LINUX
Description:install problem
Details:
hi,master
how to install PostgreSQL8.1.2 to linux?
The following bug has been logged online:
Bug reference: 2255
Logged by: Estagus
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1.2
Operating system: Debian AMD64/em64t sarge 3.1 sid unstable
Description:Broken a database... Completly destroyed...
Details:
A
15 matches
Mail list logo