12 Lead ECG Crashing
tanjera opened this issue · 5 comments
tanjera commented
12 Lead ECG window crashing in Linux on rhythm change to asystole; hangs entire parent process.
Appears to take place on Rhythm.Strip refresh? Regardless of color scheme.
tanjera commented
Can also trigger a crash with NSR at 1 bpm, is unable to complete an entire flatline across half the screen before freezing. Htop shows repeatedly dying (draw?) threads.
tanjera commented
Appears to be d/t heap allocation in Rhythm.Strip (line 539):: public void Scroll (int? multiplier = 1) {
tanjera commented