NSLS-II / ADKinetix

EPICS areaDetector driver for communicating with Teledyne Kinetix cameras
2 stars 3 forks source link

(Very) Intermittent crashing on acquisition start #11

Open jwlodek opened 3 weeks ago

jwlodek commented 3 weeks ago

Beamline reports that very infrequently the IOC crashes when AcquireStart is written to. My working theory is that this is an issue with the camera context object being pinged on the monitoring thread at the same time as acquisition is meant to start causing a SegFault.

The monitoring thread is not actually very useful - can only run when not acquiring etc, so if it turns out that it is the cause I think I will just remove it.