Hi Mercedes, You should change the dimension of intro1[20] to intro1[30]. When reading lines in your file such as: ***************************** EVENT= 1 you have more than 20 "*". sscanf overwrites the array intro1 and creates an infinite loop when deleting the arrays at the end of the execution. Rene Brun On Tue, 1 Oct 2002, Mercedes Paniccia wrote: > hello rooters, > I'm getting this error message > > *** Break *** segmentation violation > Root > Function combi1() busy flag cleared > > when running my macro combi1.C, > anyway the execution is going right > but at the end root becomes blocked. > What's happening? > > (I apologize for the low level of my question, > but I'm just a beginner student.) > > Thanks > > Mercedes >
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:12 MET