-
- Downloads
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
Showing
- cint/src/pause.c 13 additions, 4 deletionscint/src/pause.c
- cint/src/v6_pause.cxx 13 additions, 4 deletionscint/src/v6_pause.cxx
- clib/src/Getline.c 2 additions, 2 deletionsclib/src/Getline.c
- rint/src/TTabCom.cxx 20 additions, 17 deletionsrint/src/TTabCom.cxx
- win32gdk/src/TGWin32.cxx 31 additions, 16 deletionswin32gdk/src/TGWin32.cxx
- win32gdk/src/TGWin32VirtualXProxy.cxx 2 additions, 2 deletionswin32gdk/src/TGWin32VirtualXProxy.cxx
- winnt/src/TWinNTSystem.cxx 5 additions, 3 deletionswinnt/src/TWinNTSystem.cxx
Loading
Please register or sign in to comment