bugCERTI - Bugs: bug #37723, Error: RTIA Deconstruct

 
 

bug #37723: Error: RTIA Deconstruct

Submitted by:  YongChangShi <shijian>
Submitted on:  Mon 12 Nov 2012 02:43:44 PM UTC  
 
Category: CERTISeverity: 3 - Normal
Item Group: Software errorStatus: Need Info
Privacy: PublicAssigned to: Eric NOULARD <erk>
Open/Closed: ClosedRelease: 3.4.1
Reproducibility: Every TimeFixed Release: 3.4.1

Add a New Comment(Rich Markup)
   

You are not logged in

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

 

Thu 02 Apr 2015 01:09:24 PM UTC, comment #2:

Closing it because I lack the feedback info.

Eric NOULARD <erk>
Project AdministratorIn charge of this item.
Fri 27 Sep 2013 07:27:11 AM UTC, comment #1:

What do you mean by "fix"?

What is the exact error you are trying to fix?
You should be more specific.

Eric NOULARD <erk>
Project AdministratorIn charge of this item.
Mon 12 Nov 2012 02:43:44 PM UTC, original submission:

I tried to fixed it.please check

file:
RTIA.cc
function:
~RTIA()

original:
RTIA::~RTIA() {
/*
* FIXME Erk
* this is may be a design issue
* see https://savannah.nongnu.org/patch/?6937
*/
fm->resignFederationExecutionForTermination();

/* delete objects in reverse order just like generated destructor would have done */
delete ddm ;
delete tm ;
delete dm ;
delete owm ;
delete om ;
delete fm ;
delete queues ;
delete comm ;
delete rootObject ;
delete clock ;
} /* end of ~RTIA() */

fixed:

RTIA::~RTIA() {
/*
* FIXME Erk
* this is may be a design issue
* see https://savannah.nongnu.org/patch/?6937
*/
fm->resignFederationExecutionForTermination();

/* delete objects in reverse order just like generated destructor would have done */
delete ddm ;
delete dm ;
delete owm ;
delete om ;
delete fm ;
delete queues ;
delete tm ;
delete comm ;
delete rootObject ;
delete clock ;
} /* end of ~RTIA() */

YongChangShi <shijian>

 

(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 erk (Posted a comment)
  • -unavailable- added by shijian (Submitted the item)
  •  

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

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Thu 02 Apr 2015 01:09:24 PM UTCerkOpen/ClosedOpen=>Closed
    Fri 27 Sep 2013 07:27:11 AM UTCerkStatusNone=>Need Info
      Assigned toNone=>erk

    Back to the top


    Powered by Savane 3.1-cleanup1