bugCERTI - Bugs: bug #23873, Crash On Update Attribute Values

 
 

bug #23873: Crash On Update Attribute Values

Submitted by:  Carle <patricecarle>
Submitted on:  Thu 17 Jul 2008 03:34:22 PM UTC  
 
Category: CERTISeverity: 3 - Normal
Item Group: Software errorStatus: Ready For Test
Privacy: PublicAssigned to: Petr Gotthard <gotthardp>
Open/Closed: ClosedRelease: CVS
Reproducibility: Every TimeFixed Release: 3.3.1

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 19 Sep 2008 01:24:17 PM UTC, comment #2:

Will be in 3.3.1

Eric NOULARD <erk>
Project Administrator
Thu 18 Sep 2008 02:42:33 PM UTC, comment #1:

Fixed.

Petr Gotthard <gotthardp>
Project MemberIn charge of this item.
Thu 17 Jul 2008 03:34:22 PM UTC, original submission:

I try the new version 3.3.0 (Head CVS for correct interaction bug)
with genesis tests
Th first test, for common usage (interaction, resgister/update/destroy object) crrash on updateAttributesValues
2 federates are used in the test one sender one recever
The sender create one object, the receicver discover it and the sender try to update attributes on the object, the sender crash and also the rtig.
he crash in:
EventRetractionHandle
RTI::RTIambassador::
updateAttributeValues(ObjectHandle theObject,
const AttributeHandleValuePairSet& theAttributes,
const FedTime& theTime,
const char *theTag)
throw (ObjectNotKnown,
AttributeNotDefined,
AttributeNotOwned,
InvalidFederationTime,
FederateNotExecutionMember,
ConcurrentAccessAttempted,
SaveInProgress,
RestoreInProgress,
RTIinternalError)
{
G.Out(pdGendoc,"enter RTIambassador::updateAttributeValues with time");
Message req, rep ;

req.type = Message::UPDATE_ATTRIBUTE_VALUES ;
req.setObject(theObject);
req.setFedTime(theTime);
if ( theTag == NULL)
{
throw RTIinternalError ("Calling updateAttributeValues with Tag NULL");
}
req.setTag(theTag);
req.setAHVPS(theAttributes);
req.setBoolean(true);

crash here ---> privateRefs->executeService(&req, &rep);

Whith the 3.2.8 version the same federate code was ok.

Carle <patricecarle>
Project Member

 

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

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by gotthardp (Posted a comment)
  • -unavailable- added by erk (Updated the item)
  • -unavailable- added by patricecarle (Submitted the item)
  •  

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 6 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sun 21 Sep 2008 10:56:24 AM UTCerkOpen/ClosedOpen=>Closed
    Fri 19 Sep 2008 01:24:17 PM UTCerkAssigned tobussenotjl=>gotthardp
      Fixed ReleaseUnknown=>3.3.1
    Thu 18 Sep 2008 02:42:33 PM UTCgotthardpStatusIn Progress=>Ready For Test
    Wed 03 Sep 2008 02:29:18 PM UTCerkStatusNone=>In Progress
      Assigned toNone=>bussenotjl

    Back to the top


    Powered by Savane 3.1-cleanup1