Re: BUG #5242: ODBC driver v8.4.1 crashed - Mailing list pgsql-bugs

From Magnus Hagander
Subject Re: BUG #5242: ODBC driver v8.4.1 crashed
Date
Msg-id 9837222c0912150922i7bd04174i472f09f1bcd21a54@mail.gmail.com
Whole thread Raw
In response to Re: BUG #5242: ODBC driver v8.4.1 crashed  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: BUG #5242: ODBC driver v8.4.1 crashed  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-bugs
On Tue, Dec 15, 2009 at 18:21, Robert Haas <robertmhaas@gmail.com> wrote:
> On Mon, Dec 14, 2009 at 2:57 AM, Gerhard Lutz
> <gerhard.lutz@mbtech-group.com> wrote:
>>
>> The following bug has been logged online:
>>
>> Bug reference: =A0 =A0 =A05242
>> Logged by: =A0 =A0 =A0 =A0 =A0Gerhard Lutz
>> Email address: =A0 =A0 =A0gerhard.lutz@mbtech-group.com
>> PostgreSQL version: 8.4.1
>> Operating system: =A0 Windows XP
>> Description: =A0 =A0 =A0 =A0ODBC driver v8.4.1 crashed
>> Details:
>>
>> Hello,
>> in my application the PostgreSQL ODBC driver v8.4.1 sometimes crashed wh=
en
>> accessing a PostgreSQL v8.3.6 server.
>> I want to read out data from a column of type "TEXT". I use a simple SQL
>> query "SELECT prg FROM testdata WHERE id=3D1234".
>> Inside the following C call
>>
>> rcode =3D ::SQLGetData(m_hStmt, nCol, SQL_C_CHAR, m_szString, nBufSize,
>> &sdODataLength);
>>
>> the psqlodbc35w.dll crashes (probably depending on the column data).
>> I've got Mini Dumps of these crashes. Just tell me if you need them.
>>
>> Do you already know something about this problem?
>
> Since there has been no response here, I would try reposting this
> problem report on pgsql-odbc. =A0This list is technically for PostgreSQL
> bugs proper, and it seems that the pgsql-odbc folks don't follow it
> closely.
>
> And to the list: can we PLEASE, PRETTY PLEASE add a note about this on
> the bug submission page? =A0I asked for this before and Tom concurred,
> but I'm not aware that anything has been done about it. =A0What do I
> have to do to make this happen?

Suggest the exact text? ;)

--=20
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

pgsql-bugs by date:

Previous
From: Robert Haas
Date:
Subject: Re: BUG #5242: ODBC driver v8.4.1 crashed
Next
From: Greg Stark
Date:
Subject: Re: statement_timeout is not cancelling query