[ psqlodbc-Bugs-1010739 ] Crash in psqlodbc35w.dll v8.4.1 when getting data of type " TEXT" from PSQL Server v8.3.6

From: <noreply(at)pgfoundry(dot)org>
To: noreply(at)pgfoundry(dot)org
Subject: [ psqlodbc-Bugs-1010739 ] Crash in psqlodbc35w.dll v8.4.1 when getting data of type &quot; TEXT&quot; from PSQL Server v8.3.6
Date: 2009-12-16 09:18:02
Message-ID: 20091216091802.9D3251071FC7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Bugs item #1010739, was opened at 2009-12-16 07:56
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010739&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Gerhard Lutz (gelutz)
Assigned to: Nobody (None)
>Summary: Crash in psqlodbc35w.dll v8.4.1 when getting data of type &quot;TEXT&quot; from PSQL Server v8.3.6

Initial Comment:
Hello,
in my application the PostgreSQL ODBC driver v8.4.1 sometimes crashed when
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=1234".
Inside the following C call

rcode = ::SQLGetData(m_hStmt, nCol, SQL_C_CHAR, m_szString, nBufSize, &sdODataLength);

the psqlodbc35w.dll crashes (probably depending on the column data).
I've added a Mini Dump of this crash.

Do you already know something about this problem?
Best regards, Gerhard

----------------------------------------------------------------------

>Comment By: Gerhard Lutz (gelutz)
Date: 2009-12-16 10:18

Message:
Operating system is Windows XP.

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1010739&group_id=1000125

Browse pgsql-odbc by date

  From Date Subject
Next Message Simeó Reig 2009-12-16 09:54:22 Re: Status of bug #1010509
Previous Message Guillaume Lelarge 2009-12-16 08:15:52 Status of bug #1010509