EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS R3.14.11, sequencer 2.0.12 crash on device support write error
From: "Kasemir, Kay" <[email protected]>
To: EPICS Tech-Talk <[email protected]>
Date: Wed, 07 Jul 2010 13:04:17 -0400
Hi:

Steve Hartman and Jeff both found the reason for the exception in
dbChannelIO.cpp:

void dbChannelIO::write ( . . .)
{
...
     int status = db_put_field ( &this->addr, type, pValue,
         static_cast <long> (count) );
     if ( status ) {
         throw std::logic_error (
            "db_put_field() completed unsuccessfully" );
     }
}

However, that exception should be caught by the generic "catch ( ... )" in
ca/oldChannelNotify.cpp line 522.
None of the affected code seems to have changed from R3.14.8.2 to R3.14.11,
so there seems to be no fundamental problem in the code.

Instead, we might be looking at another C++ feature specific to vxWorks 6.7
compiler, or maybe as Jeff suggests it's an issue with the compiler flags
when building the sequencer code.

Thanks,
Kay



References:
RE: EPICS R3.14.11, sequencer 2.0.12 crash on device support write error Jeff Hill

Navigate by Date:
Prev: RE: EPICS R3.14.11, sequencer 2.0.12 crash on device support write error Jeff Hill
Next: Q: Driver for Kepco MST / MAT series power supplies Ralph Lange
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: EPICS R3.14.11, sequencer 2.0.12 crash on device support write error Jeff Hill
Next: VxWorks 6.7, MV5500 Re: EPICS R3.14.11, sequencer 2.0.12 crash on device support write error Kasemir, Kay
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·