Re: TArrayI, Function XXX() busy.

Rene Brun (Rene.Brun@cern.ch)
Wed, 14 May 1997 16:34:06 +0200


Otto Schaile wrote:
>
> Hi roots,
> - TArrayI has no constructor with initialisation of the values (as TArrayF
> e.g.). Is this an just an omission or intended?
>

Thanks for reporting this inconsistency. I have implemented
this contructor into all TArray classes in the dev version.

> - After a bad error in a macro one might get:
>
> ----------------------------------------------------------
> *** Break *** segmentation violation
>
> *** Break *** keyboard interrupt
> Root > .x monb.C("etphp02")
> Function monb() busy. loaded after "monb.C"
> Error: G__unloadfile() Can not unload "monb.C", file busy FILE:monb.C
> LINE:60
> Warning: File "monb.C" already loaded
> root [2] .reset
> Function monb() busy. loaded after "monb.C"
> !!! Sorry, can not reset interpreter !!!
> ----------------------------------------------------------
> Is there a way out of this other then leaving root?

Unfortunatly, we have already seen this problem.
Fons & Masa could you investigate ?

Rene Brun