ntdll.dll
Posted: 22.06.2009, 17:02
Hi!
I have a quite strange problem with Zeos + MySQL 5.0.51a thru SSL:
I hase a simple "select * From templates" query that randomly fails three different ways:
---------------------------
Easy
---------------------------
SQL Error: MySQL server has gone away
---------------------------
OK
---------------------------
---------------------------
Easy
---------------------------
Access violation at address 7C910A19 in module 'ntdll.dll'. Read of address C17A0B62
---------------------------
OK
---------------------------
---------------------------
Easy
---------------------------
Access violation at address 7C910A19 in module 'libmysql50.dll'. Read of address C17A0B62
---------------------------
OK
---------------------------
What could be the problem? If I run this program 10 times I will get random exceptions, every 2 or 3 times no exception at all... ?!?!?
I tried to change the DLLs, rechecked the SSL (I'm quite sure that this isn't the reason)... The strange thing is that it happens always on the same query.
Any help would be greatly appreciated, because I'm stuck here at least 3 days, with no improvement at all..
I have a quite strange problem with Zeos + MySQL 5.0.51a thru SSL:
I hase a simple "select * From templates" query that randomly fails three different ways:
---------------------------
Easy
---------------------------
SQL Error: MySQL server has gone away
---------------------------
OK
---------------------------
---------------------------
Easy
---------------------------
Access violation at address 7C910A19 in module 'ntdll.dll'. Read of address C17A0B62
---------------------------
OK
---------------------------
---------------------------
Easy
---------------------------
Access violation at address 7C910A19 in module 'libmysql50.dll'. Read of address C17A0B62
---------------------------
OK
---------------------------
What could be the problem? If I run this program 10 times I will get random exceptions, every 2 or 3 times no exception at all... ?!?!?
I tried to change the DLLs, rechecked the SSL (I'm quite sure that this isn't the reason)... The strange thing is that it happens always on the same query.
Any help would be greatly appreciated, because I'm stuck here at least 3 days, with no improvement at all..