Forum Post: Re: SAX Reader blocks destructor????

  • Thread starter Thread starter Marian Edu
  • Start date Start date
Status
Not open for further replies.
M

Marian Edu

Guest
what's the thing with that GC, is that a feature of a bug? :) I still like to do the clean-up myself (even if it means being suicidal)... at least don't have any issues with the GC although I'm sure it's the best thing since sliced bread ;) I still hold my bet on the lack of error handling in that destructor. On 05/28/2014 08:24 PM, jmls wrote: From: jmls Post: Re: SAX Reader blocks destructor???? Posted in: OpenEdge Development Link: http://community.progress.com/technicalusers/f/19/p/10494/39299.aspx#39299 my first guess is that the sax objects aren't been GC'd because they are referenced somewhere. Therefore the destructor won't get run Julian On 28 May 2014 18:21, Marian Eduwrote: Re: SAX Reader blocks destructor???? Reply by Marian Edu On 05/28/2014 07:56 PM, Thomas Mercer-Hursh wrote: destructor public BuildTableLinks ( ): obReport:WriteMessage ( substitute("End of scan with &1 total files; &2 compiled with &3 table links and &4 column links",inTotalFiles, inTotalCompiled, inTotalTableLinks, inTotalColumnLinks ) ). any chance the obReport object is invalidat that point? if it is there is no error handling on that line so it won't get any furtherin the destructor -- m.edu keep it simple http://www.ganimede.ro http://ro.linkedin.com/in/marianedu medu@ganimede.ro mobile: +40 740 036 212 skype: marian.edu Stop receiving emails on this subject. Flag this post as spam/abuse. -- m.edu keep it simple http://www.ganimede.ro http://ro.linkedin.com/in/marianedu medu@ganimede.ro mobile: +40 740 036 212 skype: marian.edu

Continue reading...
 
Status
Not open for further replies.
Back
Top