Hi Karel,

It seems that there was no follow-up for this point since 2009.

Today, we are using mico 2.3.13 on RHEL6 (gcc 4.4.6) and we got the same error 
when building the IDLs with the command

idl -I. -Dxxx --c++-suffix cpp MyModule.idl

The output was

[3930027083 - 3077474128] typecode.cc:1877: assertion failed


The IDL contains the following declaration:

    typedef struct EventDataStruct {
        string value;
        string type;
        sequence<EventDataStruct> subDataSeq;
    } EventData;


According to my colleague, the error could be there with the second parameter.

    void NotifyEvent(in unsigned long iEventTypeID,
                     in sequence<EventData> eventDataSeq,
                     in string strEventName);


Any idea ?

Best Regards

Bruno Magne

-----Message d'origine-----
De : mico-devel-boun...@mico.org [mailto:mico-devel-boun...@mico.org] De la 
part de Karel Gardas
Envoyé : mardi 20 octobre 2009 17:17
À : Gabriel Alejandro Zamora Nelson
Cc : mico-de...@mico.org
Objet : Re: [mico-devel] typecode assertion failed on gcc 4.4


Hello,

could you be so kind and try to test with GCC 3.x version? Or at most
4.0.x/4.1.x/4.2.x and let us know if this works for you? I suspect there
is some issue going in between MICO sources and GCC 4.x|x >= 3.

Cheers,
Karel

Gabriel Alejandro Zamora Nelson wrote:
> I'm trying to run a component over mico 2.3.13 compiled with gcc versión 
> 4.4.1 
> 20090725 (Red Hat 4.4.1-2) (GCC), but i get a error:
> 
> [1331846356 - 3074423664] typecode.cc:1877: assertion failed
> 
> Some idea?
> 
> _______________________________________________
> Mico-devel mailing list
> mico-de...@mico.org
> http://www.mico.org/mailman/listinfo/mico-devel
> 


-- 
Karel Gardas                  kgar...@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com
_______________________________________________
Mico-devel mailing list
mico-de...@mico.org
http://www.mico.org/mailman/listinfo/mico-devel

Attachment: PGP.sig
Description: PGP signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mico-devel mailing list
Mico-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mico-devel

Reply via email to