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: | Bug in command line shell caget |
From: | [email protected] (Frank Lenkszus) |
To: | tech-talk@phoebus, sw_bugs@phoebus |
Date: | Fri, 21 Jul 1995 15:06:17 -0500 |
The shell command "caget" will core dump as follows: chiron 578: caget S:bpm32:SlowBh:xBF Segmentation fault (core dumped) chiron 579: notes sw-bugs when accessing float arrays > 4000 and double arrays > 2000. Inspection of the code shows these limits are hard coded. Real channel access allows somewhat greater limits, 4089 for floats I believe. But that's beside the point, caget should not core dump. Frank