1994 1995 1996 1997 1998 1999 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 2025 | Index | 1994 1995 1996 1997 1998 1999 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 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Bus errors accessing VME with base 7.0.6.1 and latest synApps modules |
From: | "J. Lewis Muir via Tech-talk" <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 26 May 2022 17:14:07 -0500 |
On 05/26, Mark Rivers via Tech-talk wrote: > Ø At the top of freeListLib.c add: > > Ø #define EPICS_FREELIST_DEBUG > > I did that and rebuilt base and synApps. > > The error is the same: > > Other ideas of how to debug it? Replace 7.0.6.1's dbEvent.c with 7.0.5's? Disable compiler optimizations with "-O0"? Michael already suggested "git bisect", but that would probably take forever; maybe reduce the set of changes it will try to only those that touched dbEvent.c (or a subset of the source)? Lewis