You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running, simply, asynEnable with no arguments crashes the IOC. Many commands do this. A partial fix is in #171; that PR introduces a new command, which is where I noticed that no existing commands check for a NULL port name. That PR fixes the connectDevice() function, which, in turn, fixes all iocsh commands that first connect to the port. But there are commands that still crash, such as asynInterposeEcho and friends.
The text was updated successfully, but these errors were encountered:
Running, simply,
asynEnable
with no arguments crashes the IOC. Many commands do this. A partial fix is in #171; that PR introduces a new command, which is where I noticed that no existing commands check for aNULL
port name. That PR fixes theconnectDevice()
function, which, in turn, fixes all iocsh commands that first connect to the port. But there are commands that still crash, such asasynInterposeEcho
and friends.The text was updated successfully, but these errors were encountered: