Experimental Physics and Industrial Control System
** Changed in: epics-base
Milestone: None => 7.0.6
** Changed in: epics-base
Status: New => Fix Committed
--
You received this bug notification because you are a member of EPICS
Core Developers, which is subscribed to EPICS Base.
Matching subscriptions: epics-core-list-subscription
https://bugs.launchpad.net/bugs/1932120
Title:
callbackRequest potentially accesses uninitialized memory
Status in EPICS Base:
Fix Committed
Bug description:
If epicsAtomicCmpAndSwapIntT() in callbackInit() fails for some reason
(e.g. because of bug #1932118), the callback queues never get
initialized (and callback threads never get started) and the following
warning is printed during iocInit:
Warning: callbackInit called again before callbackCleanup
Nevertheless, callbackRequest() will use these uninitialized queues
(and an uninitialized event semaphore) without checking, resulting in
strange message from a spinLock in the uninitialized queue:
0x132f380 (timerQueue): epicsSpinLock(0x1fda0b79): Deadlock.
Recursive lock, missed unlock or block when locked.Thread timerQueue (0x132f380) can't proceed, suspending.
A patch is attached.
To manage notifications about this bug go to:
https://bugs.launchpad.net/epics-base/+bug/1932120/+subscriptions
- References:
- [Bug 1932120] [NEW] callbackRequest potentially accesses uninitialized memory Dirk Zimoch via Core-talk
- Navigate by Date:
- Prev:
Build failed in Jenkins: EPICS-3.14 #1070 Jenkins EPICS PSI via Core-talk
- Next:
[Bug 1932118] Re: Bug in vxWorks epicsAtomicCmpAndSwapIntT Andrew Johnson via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
<2021>
2022
2023
2024
- Navigate by Thread:
- Prev:
[Bug 1932120] Re: callbackRequest potentially accesses uninitialized memory Dirk Zimoch via Core-talk
- Next:
[Bug 1932120] Re: callbackRequest potentially accesses uninitialized memory Andrew Johnson via Core-talk
- Index:
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
<2021>
2022
2023
2024