| Message: 93949 |
 |
BY: Martin Little (grimjack) DATE: 2010-06-18 18:52 SUBJECT: RE: Connecting to Informix Here's the end of the trace
SQLGetInfo( hDbc=0:1, fInfoType=SQL_MAX_TABLE_NAME_LEN, rgbInfoValue=&0245d68e, cbInfoValueMax=2, pcbInfoValue=&0245e3a6 )
---> Time elapsed - +6.152000E-003 seconds
SQLGetInfo( rgbInfoValue=128, pcbInfoValue=2 )
<--- SQL_SUCCESS Time elapsed - +3.241900E-002 seconds
SQLGetInfo( hDbc=0:1, fInfoType=SQL_NON_NULLABLE_COLUMNS, rgbInfoValue=&0245d68e, cbInfoValueMax=2, pcbInfoValue=&0245e3a6 )
---> Time elapsed - +3.480000E-004 seconds
SQLGetInfo( rgbInfoValue=1, pcbInfoValue=2 )
<--- SQL_SUCCESS Time elapsed - +3.261100E-002 seconds
SQLGetConnectAttr( hDbc=0:1, fOption=SQL_ATTR_PING_DB, pvParam=&0245ec68, cbParamMax=0, pcbParam=<NULL pointer> )
---> Time elapsed - +6.161000E-003 seconds
After that I see double free errors in the db database which persist until I kill the server.
14:45:48 Condition Failed (Memory pointer (0x10bb3f4b0) freed twice), In (mt_shm_free)
14:45:48 Assert Failed: Condition Failed (Memory pointer (0x10bb3f4b0) freed twice), In (mt_shm_free)
I'm going to try to upgrade the test site to C7 and see if this hasn't been fixed in a bug fix.
| |