EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  <20022003  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  1998  1999  2000  2001  <20022003  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: ca_test bus error on solaris-sparc-gnu + fix
From: Andrew Johnson <[email protected]>
To: Till Straumann <[email protected]>
Cc: [email protected]
Date: Tue, 09 Apr 2002 20:55:59 -0500
Till Straumann wrote:
> 
> From the attached diff it is not obvious to me what your fix is
> - would you mind giving me a hint, please?

This context diff of Jeff's change should help:

Index: tsFreeList.h
===================================================================
RCS file:
/net/phoebus/epicsmgr/cvsroot/epics/base/src/libCom/cxxTemplates/tsFreeList.h,v
retrieving revision 1.23
retrieving revision 1.22
diff -u -r1.23 -r1.22
--- tsFreeList.h        2002/01/15 20:02:45     1.23
+++ tsFreeList.h        2002/01/15 16:46:11     1.22
@@ -1,5 +1,5 @@
 
-/*  $Id: tsFreeList.h,v 1.23 2002/01/15 20:02:45 jhill Exp $
+/*  $Id: tsFreeList.h,v 1.22 2002/01/15 16:46:11 jhill Exp $
  *
  *                    L O S  A L A M O S
  *              Los Alamos National Laboratory
@@ -72,8 +72,8 @@
 template < class T, unsigned DEBUG_LEVEL >
 union tsFreeListItem {
 public:
-    char pad[ sizeof ( T ) ];
     tsFreeListItem < T, DEBUG_LEVEL > *pNext;
+    char pad[ sizeof ( T ) ];
 };
 
 template < class T, unsigned N = 0x400, unsigned DEBUG_LEVEL = 0u >

- Andrew
-- 
Perfection is reached, not when there is no longer anything to add,
but when there is no longer anything to take away.
- Antoine de Saint-Exupery

References:
RE: ca_test bus error on solaris-sparc-gnu + fix Jeff Hill
Re: ca_test bus error on solaris-sparc-gnu + fix Till Straumann

Navigate by Date:
Prev: Re: ca_test bus error on solaris-sparc-gnu + fix Till Straumann
Next: Re: AO Record: New Drive Limit Mode? Korhonen Timo
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  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: ca_test bus error on solaris-sparc-gnu + fix Till Straumann
Next: RE: ca_test bus error on solaris-sparc-gnu + fix Jeff Hill
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  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 ·