Hi Ajit > -----Original Message----- > From: Ajit Aranha [mailto:[EMAIL PROTECTED] > Sent: Mittwoch, 22. September 2004 10:13 > To: [EMAIL PROTECTED] > Subject: ODBC operation hangs indefinetly > > > Hi, > Some ODBC freestmt calls seem to hang. (This is intermittent behavior > and not reproducible ) > > The callstack of the hung thread as obtained from windbg: > 08ddf57c 77f8819b 08272200 76026a76 082722b8 > NTDLL!RtlValidSecurityDescriptor+0x46 > 08ddf590 0806a0b3 08282284 0806c06b 08282284 > NTDLL!ElapsedDaysToYears+0xd > 08ddf598 0806c06b 08282284 00000001 00000000 sqlod32!apfchar+0x6bf3 > 08ddf5a8 08081ea4 08281f40 083db780 00000000 sqlod32!apfchar+0x8bab > 08ddf5dc 1f7d7978 083db780 00000000 1f800000 sqlod32!SQLFreeStmt+0xf4 > 08ddf600 1f7d78b0 07c63670 00000000 00000010 ODBC32!FreeStmt+0x1b1 > 08ddf618 07c42aac 07c63670 00000000 07e44cb0 ODBC32!SQLFreeStmt+0x20
looks like the stack was scrambled. There is no direct call from SQLFreeStmt to apfchar in the ODBC-driver. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP AG, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.mysql.com/products/maxdb www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
