Re: ODBC SQLSetPos Delete problem - Mailing list pgsql-odbc

From Lothar Behrens
Subject Re: ODBC SQLSetPos Delete problem
Date
Msg-id 200409142019.i8EKJJJ12296@jedi.behrens.de
Whole thread Raw
In response to Re: ODBC SQLSetPos Delete problem  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
> Lothar Behrens wrote:
> > I can try to debug the ODBC library, but I do not understand the full
> > source, so I need a little help.
>
> If there is a crash, you should get a stack backtrace from the core file
> and examine the local state to find out what caused it to crash.

In my first posting for this thread, I gave the exact position in the
sourcecode of the driver.

As other postings say, the pointer 0xdddddddd is a deleted memory
area. The pointer in use is a local variable in the function
mentioned.

The crash surprisingly happens while debuging is switched on in ODBC
configuration. If I have no debug informations, it crashes later.

I would have a deeper look at the driver code to find out more and
understand the code.

PS. I mainly develop on windows 2000 and using Open Watcom.

Is the stack backtrace based on linux or on windows using MSVC ?

Thanks

>
> --
> Peter Eisentraut
> http://developer.postgresql.org/~petere/
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>


---- My home: www.lollisoft.de -----------------------------
Lothar Behrens    | Independent:       lothar.behrens@gmx.de
Rosmarinstr 3     | My public project:
40235 Düsseldorf  |  http://sourceforge.net/projects/lbdmf
                  |  -> Need comments, please visit :-)


pgsql-odbc by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: ODBC SQLSetPos Delete problem
Next
From: "Lothar Behrens"
Date:
Subject: (Fwd) Re: ODBC SQLSetPos Delete problem