[PolyORB-users] bug-report polyorb-gpl-2008 (polyorb-2.5.0w)

Andry Ogorodnik andry.ogorodnik at gmail.com
Fri Jul 18 09:35:47 CEST 2008


hi all, polyorb-devel.

on gnat-gpl-2008 compiler next bugs detected

iac -hc -rs -ro -c -o ./idl/ ./server/core/idls/client_types.idl
+============================ IAC BUG DETECTED ===========================+
| Detected exception: CONSTRAINT_ERROR |
| Error: backend-be_corba_ada-nodes.adb:478 range check failed |
| Please include the files listed below when submitting your report. |
| Please refer to the User's Guide for more details. |
+=========================================================================+

iac -hc -rs -ra -c -o ./idl/ ./server/core/idls/client_types.idl
+============================ IAC BUG DETECTED ===========================+
| Detected exception: CONSTRAINT_ERROR |
| Error: backend-be_corba_ada-nodes.adb:776 index check failed |
| Please include the files listed below when submitting your report. |
| Please refer to the User's Guide for more details. |
+=========================================================================+

where is client_types.idl
----------------------------------
module Client_Types {
enum System_Type {WIN, LIN};
struct Ada_Time {
long Year;
long Month;
long Day;
double Seconds;
};
};
----------------------------------

iac -hc -rs -s -o ./idl/ ./server/core/idls/client_types.idl
when using -hc option iac ignore -o option and create *hash.ad(s|b) files
in current directory.

makefile do not adapted for win
cd ${prefix}/bin && ${RM} -f idlac && ${LN_S} iac idlac; \ -- in win "iac"
is "iac.exe"
-- 
andry.ogorodnik at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/polyorb-users/attachments/20080718/91b361d3/attachment.htm 


More information about the PolyORB-users mailing list