Icon View Incident Report

Serious Serious
Reported By: Raul Sinimae
Reported On: 10/25/2011
For: Version 2.06 Build 1
# 3512 64-bit Versions of EDB and EDB Server Not Working Correctly

First this is not production and app is just a little scratch utility i wrote.

However i'm consistently able to get errors with the 64bit version of the app while 32bit runs fine every time.

I figure 64bit compiler is still work in progress but thought i'd let you know in case you want to look into it.

The setup:
- 2.06 edb (xe2)
- using the unicode version of the edbserver as shipped in installer
(used both 32 and 64 bit versions with same results)
- little client app that just runs a loop and does 1.5million
insert/post on edb table
-- running multiple copies of app, each populating its own table
- running on 64bit Windows 7

32 bit version of the app always completes without any problems.

64 bit version (identical code just cimpiledfor 64bit target) has errors most times : 1-2 instances always end up with one of the following errors:

- ElevateDB Error #1101 The connection to the server at '127.0.0.1' has been lost ('Timed out while receiving stream')
- ElevateDB Error #1101 The connection to the server at '127.0.0.1' has been lost ('Socket error: An existing connection was forcibly closed by the remote host. (10054), on API 'recv'')
- ElevateDB Error #1100 A connection to the server at '127.0.0.1' cannot be established ('The stream signature was not received')


Comments Comments
The issue was caused by some assembler code in EDB that was not properly ported to 64-bit.


Resolution Resolution
Fixed Problem on 10/26/2011 in version 2.06 build 2


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image