Bart Samwel | 16 Jun 2007 19:07

Re: prepared statements crash libpqxx 2.6.9

Hi Jan,

Could you try the latest SVN version of libpqxx? I remember that 
something was fixed in this region recently, and I'm not sure if that 
fix is in 2.6.9.

Cheers,
Bart

Jan Danielsson wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA512
> 
> Hello,
> 
>    The following program crashes when I run it (I have marked where):
> 
> - -------------------------------------------
> #include <iostream>
> #include <string>
> #include <pqxx/pqxx>
> 
> 
> class ServerContext
> {
> 	private:
> 	pqxx::connection m_conn;
> 
> 	public:
> 	ServerContext();
(Continue reading)

Jan Danielsson | 16 Jun 2007 19:52
Picon

Re: prepared statements crash libpqxx 2.6.9


Bart Samwel wrote:
> Could you try the latest SVN version of libpqxx? I remember that
> something was fixed in this region recently, and I'm not sure if that
> fix is in 2.6.9.

   No need -- you remember correctly. Once I had debugged it closer, I
knew what to look for, and sure enough, there was a patch in the
archives. :-)

   Thanks anyway -- if I hadn't found it, your suggestion would have helped.

--
Kind regards,
Jan Danielsson


Gmane