Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

[BPMApp] The FFT record segfaults if SPAN is set to a value greater than NELM #72

Open
ericonr opened this issue Aug 16, 2023 · 0 comments

Comments

@ericonr
Copy link
Member

ericonr commented Aug 16, 2023

This was observed during operation, when SPAN was set to 200000 (NELM is 100000) and the IOC segfaulted when the "Calculate" button was pressed.

init_record handles this case appropriately, by clamping span to nelm, but process doesn't, and this was set via PV.

Related to #40

An alternative FFT record might be https://github.com/ralphlange/fftw

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant