Re: Disallow premature is broken - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: Disallow premature is broken
Date
Msg-id 20060127152405.GD19837@soptik.pzkagis.cz
Whole thread Raw
In response to Re: Disallow premature is broken  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-odbc
Fri, Jan 27, 2006 at 10:02:11AM -0500, Tom Lane napsal(a):
> Ludek Finstrle <luf@pzkagis.cz> writes:
> >> In the short term though, I say just stop it crashing and let's get a
> >> release out seeing as Tom is getting antsy about FC5 :-)
>
> > What's the next deadline Tom? I ask to know how much I'm under pressure.
> > If we are too late I could sleep for a shorter time today.
>
> No, no, working on too little sleep is a good way to mess up...

I make exception. I want give users one development snapshot before
official release. I give less time for psqlodbc in next week ;-)

> the next deadline is test3 devel freeze on 6 February, which is

Thanks for information.

> BTW, I do have an x86_64 FC4 machine here, and will try to look at that
> buffer overflow report today.

Good news. I have problem on x86_64 CentOS with disconnecting. I'm
curios if it's only my local problem. I have no time to trace it
more now. I don't know very well gdb and next development tools for
C on unix.

The disconnecting problem is with perl code:

use DBI;

my $dbh = DBI->connect('dbi:ODBC:<DSN>','username','password');
print "connect\n";
$dbh->disconnect;
print "This message doesn't show\n";
# This perl script fails with SIGSEGV.

Regards,

Luf

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: Odbcapi30.c - 64 bit compiler warning cleanup
Next
From: "Gladston Bom Conselho"
Date:
Subject: unsubscribe