EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  <19981999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  <19981999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: SNC crashes
From: [email protected] (William Lupton)
To: [email protected], [email protected], [email protected]
Date: Wed, 11 Mar 1998 09:49:04 -1000
Thomas,

  Many thanks for your detective work. I have applied your fix and (with
Rozelle's help) it will be in Beta12.

  I think it is correct that bit 0 is not used. Certainly event number 0,
when used for waking up state sets, means "wake up all state sets". So I
think that your fix was the correct thing to do.

  Thanks again,

  William

NB, for reference, the fix is:
> --- gen_tables.c.ORIG  Wed Mar 11 15:05:44 1998
> +++ gen_tables.c Wed Mar 11 15:24:26 1998
> @@ -211,7 +211,7 @@
>  
>  
>    /* Allocate an array for event mask bits */
> -  numEventWords = (num_events + num_channels + NBITS - 1)/NBITS;
> +  numEventWords = (num_events + num_channels + NBITS)/NBITS;
>    pEventMask = (bitMask *)calloc(numEventWords, sizeof (bitMask));

Navigate by Date:
Prev: Re: Greenspring rs422 support Andrew Johnson
Next: synchronizing client requests & completions Alan K Biocca
Index: 1994  1995  1996  1997  <19981999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: SNC crashes Thomas Birke
Next: Re: synchronizing client requests & completions Peregrine M. McGehee
Index: 1994  1995  1996  1997  <19981999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·