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 | 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: | Crash on IOC exit |
From: | Mark Rivers <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Sun, 4 Mar 2018 19:40:03 +0000 |
My IOC application is crashing on exit with an access violation. spinnakerApp: caught exception 0xC0000005 "Access violation"... Base 7.0.1 (master) Windows 7 Visual Studio 2015, debug, static I have appended the debugger screen shot. It tells me that pParm->pName is a bad pointer. When I run the application without the debug build I see this on application exit: Thread recDynInp (000000000D7F4DB0) suspended Thread recDynOut (000000000D7F4E10) suspended This leads me to suspect that the crash is happening when it attempts to get the name of the recDynInp or recDynOut task? |