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

admin admin at med.km.ua
Thu Jul 17 14:51:30 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.
-- 
mailto:admin at med.km.ua



More information about the PolyORB-users mailing list