hang at SQLAllocStmt

From: marian(at)byteanywhere(dot)com
To: pgsql-odbc(at)postgresql(dot)org
Subject: hang at SQLAllocStmt
Date: 2012-03-04 07:21:18
Message-ID: 5ae6a5ef6bad7ed91cf1c900fc553b5c.squirrel@www.byteanywhere.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I am running into a death lock with iODBC for function SQLAllocStmt().
The stack in the always the same and it hangs when SQLAllocStmt() is reached.

The same code works with unixODBC. Is there any way to baypass that
lock ? Anyone seen this problem before ?

#0 0x00007f2113f4ec74 in __lll_lock_wait () from
/usr/local/thekompany/lib/libpthread.so.0
#1 0x00007f2113f4a179 in _L_lock_953 () from
/usr/local/thekompany/lib/libpthread.so.0
#2 0x00007f2113f49f9b in pthread_mutex_lock () from
/usr/local/thekompany/lib/libpthread.so.0
#3 0x00007f2116580f72 in SQLAllocStmt (hdbc=0x2dd47c0, phstmt=0x80) at
hstmt.c:427
#4 0x00007f2116580a08 in SQLAllocStmt_Internal (hdbc=0x2a03670,
phstmt=0x2d91750) at hstmt.c:241
#5 0x00007f2116590d32 in SQLAllocHandle (handleType=3,
inputHandle=0x2a03670, outputHandlePtr=0x2d91750) at odbc3.c:276

Thanks,
Marian

Browse pgsql-odbc by date

  From Date Subject
Next Message Radhesh Krishnan K 2012-03-06 11:04:19 asynchronous support
Previous Message Ganesh Borse 2012-02-29 04:52:02 Re: Request for help on retrieving binary data from bytea column using ODBC calls