bugCERTI - Bugs: bug #30712, [un]subscribeInteraction with...

 
 

bug #30712: [un]subscribeInteraction with region send incomplete message

Submitter:  Eric NOULARD <erk>
Submitted:  Mon 09 Aug 2010 07:01:33 AM UTC
   
 
Category:  CERTI Severity:  * 3 - Normal
Item Group:  Software error Status:  Ready For Test
Privacy:  Public Assigned to:  erk
Open/Closed:  Closed Release:  * 3.3.3
Reproducibility:  Every Time Fixed Release:  * 3.4.0
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 09 Aug 2010 07:02:21 AM UTC, comment #1: 
Eric NOULARD <erk>
Group administrator
Mon 09 Aug 2010 07:01:33 AM UTC, original submission:  

This bug was reported on the mailing list by Steven Ling:


Two functions,subscribeInteraction and unsubscribeInteraction in DataDistribution.cc of rti-a,missing some lines.

    NM_DDM_Subscribe_Interaction req;
    req.interactionClass = int_class ;
    req.region = region ;
/**next two lines were not in the original source file**/
req.federation = fm->_numero_federation ;    //original missing
    req.federate = fm->federate ;  //original missing
    comm->sendMessage(&req);
and also in the unsubscribeInteraction. This will cause some problem while  subscribeing Interaction with Region._





Eric NOULARD <erk>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by erk (Submitted the item)
  •  

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2010-11-11 erk Open/ClosedOpen Closed
        Fixed ReleaseCVS 3.4.0

    Back to the top

    Powered by Savane 3.13-bb6a.
    Corresponding source code