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: CA connection management problem |
From: | "Owens, PH \(Peter\)" <[email protected]> |
To: | <[email protected]> |
Date: | Fri, 18 Jan 2008 09:39:03 -0000 |
> > Please delete the "goto START" line from inside the for() > loop and try > again; the program should not be recreating its CA context > just because You cannot just set up the channel and then loop on a ca_get ; ca_pend_io That was my first attempt. When you restart EPICS you get the message ca_get failed Virtual circuit disconnect forever. So I tried to tidy up and recreate the channel but it seems that the fatal error is in ca_context_destroy. Vic