Re: Most recent driver aborts transaction after one error

From: Bart Samwel <bart(at)samwel(dot)tk>
To: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Most recent driver aborts transaction after one error
Date: 2006-03-18 11:09:05
Message-ID: 441BEA51.7070606@samwel.tk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi Inoue wrote:
> Bart Samwel wrote:
>>
>> 2. I also encountered an access violation while exiting. The call
>> stack was not very informative:
>>
>> ntdll(dot)dll!_RtlpWaitForCriticalSection(at)4() + 0x5b
>> ntdll(dot)dll!_RtlEnterCriticalSection(at)4() + 0x46
>> psqlodbc35w.dll!023a097e() ntdll(dot)dll!_RtlpFreeDebugInfo(at)4() +
>> 0x57 ntdll(dot)dll!_RtlDeleteCriticalSection(at)4() + 0x78
>> If you want me to try this with a debug-compiled psqlodbc35w, just say
>> the word!
>
>
> It looks like a thread is about to Free a Handle while another thread is
> wating for the Handle.
> OK please send me the mylog output.

I've attached two mylogs: in the first, I ordered my debugger to
continue after the access violation, in the second, I immediately killed
the program at the point of the access violation. If you need more info,
let me know.

Cheers,
Bart

Attachment Content-Type Size
mylog_2636_continueaftercrash.log text/plain 3.0 KB
mylog_1008_stopaftercrash.log text/plain 3.0 KB

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message pragadheeswaran gopalakrishnan 2006-03-18 13:26:52 How To Connect PostgreSQL thru VB without DSN
Previous Message Hiroshi Inoue 2006-03-18 04:22:25 Re: Most recent driver aborts transaction after one error