EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: ringPointerTest
From: Michael Davidsaver <[email protected]>
To: Andrew Johnson <[email protected]>, EPICS core-talk <[email protected]>
Date: Tue, 18 Nov 2014 19:16:55 -0500
On 11/18/2014 05:48 PM, Andrew Johnson wrote:
> ...
> If a test needs a specific thread priority, please start a thread that
> meets those requirements and run it in that. The VxWorks shell by
> default runs at the highest priority.

Ok, I'll change this.

> Also I am a little nervous about future compilers noticing that you're
> creating pointers out of random integer offsets from a NULL pointer,

I thought you might be.  My goal is to catch corrupt reads/writes.
Simply reading through a bunch of sequential addresses means that it is
likely that only one byte is different.  This could mask corruption in
the other 3/7 bytes.

So the test does i|i<<16 so that I'm sure at least 2 bytes are changing
in every read/write.  So if I write 0x000a000a followed by 0x000b000b
but find that I read 0x000a000b, then I know there is a problem.

>
http://docs.cray.com/books/004-2179-001/html-004-2179-001/rvc5mrwh.html#ZFIXEDAWYU1A7W
> Could this program not just malloc() a large buffer (1MB say) and make
> up its pointers from offsets into that array?

This could be done.  I would want 16MB (i|i<<12 for i<4000).


References:
ringPointerTest Andrew Johnson
Re: ringPointerTest Michael Davidsaver
Re: ringPointerTest Andrew Johnson

Navigate by Date:
Prev: Re: ringPointerTest Andrew Johnson
Next: Shutdown issues Ralph Lange
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: ringPointerTest Andrew Johnson
Next: Assertion failure in dbLock.c Andrew Johnson
Index: 2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 19 Nov 2014 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·