<div dir="ltr"><div><div><div><div><div><div><div><div>Hi,<br><br></div>   I am running into an issue with OmniORB4.1.2 and python omniORB 3.2.<br></div>In python code I create a variable<br></div><br>level = -60.0<br><br>
</div>then make a call to server which is running ACE+TAO on ARM with level passed in as variable. Client is my PC running x86.<br></div><div>python call:<br></div><div>remoteobj.Set(level)<br></div><br>The servers ends up with<br>
</div>1.53454e-314 as the value that it got.<br></div><div>Server has a limit check and throws the exception as limits are set for <br></div><div>upper_limit = -50.0 and lower_limit = -110.0<br></div>when the client gets the exception it prints the limits as corroupted but the val = -60.0<br>
<br>I do not know why the Doubles are having trouble. Integers are ok, Booleans are ok as well.<br><br></div>-Amit<br><div><div><div><div><div><div><br><div><br></div></div></div></div></div></div></div></div>