Re: BUG #7968: Perl DBI segfaults in connect()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mperilstein(at)trueposition(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #7968: Perl DBI segfaults in connect()
Date: 2013-03-18 16:33:02
Message-ID: 8916.1363624382@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

mperilstein(at)trueposition(dot)com writes:
> Summary: A perl DBI/DBD client makes a connect() call to a db server in down
> or restarting state and coredumps.

The stack trace looks like the problem is in a notice handler installed
by DBD-Pg, not in libpq proper. I'm not sure that the authors of DBD-Pg
read pgsql-bugs --- you might want to contact them another way. The
bug tracker at http://search.cpan.org/dist/DBD-Pg/ might be a good bet.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mitchell Perilstein 2013-03-18 16:46:10 Re: BUG #7968: Perl DBI segfaults in connect()
Previous Message mperilstein 2013-03-18 16:14:17 BUG #7968: Perl DBI segfaults in connect()