Skip to content
Snippets Groups Projects
Commit d49bc11a authored by Rene Brun's avatar Rene Brun
Browse files

From valeriy Onuchin:

console corruption is solved:
 - the problem was in cint/pause.c
   For stdout/stderr redirection "freopen" is used. At "freopen" the current
   stdout/stderr is closed. That causes console curruption.
   I replaced "freopen" with "fopen". The problem dissapeared.
- I replaced in TTabCom the calls like
   gROOT->ProcessLine(".class > somefile") with direct
   calls of CINT API, e.g.  G__display_class(fout,"",0,0)

long time at exit:
-  fixed according LIFO(last in first out) principle for releasing resources


git-svn-id: http://root.cern.ch/svn/root/trunk@8105 27541ba8-7e3a-0410-8455-c3a389f83636
parent 18d2c53c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment