Re: ODBC SQLSetPos Delete problem

Поиск
Список
Период
Сортировка
От Lothar Behrens
Тема Re: ODBC SQLSetPos Delete problem
Дата
Msg-id 200409142019.i8EKJJJ12296@jedi.behrens.de
обсуждение исходный текст
Ответ на Re: ODBC SQLSetPos Delete problem  (Peter Eisentraut <peter_e@gmx.net>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ODBC SQLSetPos Delete problem
Следующее
От: "Lothar Behrens"
Дата:
Сообщение: (Fwd) Re: ODBC SQLSetPos Delete problem