padsley / k600analyser

Code for the K600 analyser including plugin codes for silicon, clover and HAGAR data
1 stars 4 forks source link

ADC modules <= 2 causes segfaults #33

Open padsley opened 9 years ago

padsley commented 9 years ago

I've noticed this occurring in the SetupDev branch when I set the number of ADC modules to 2. I have no idea why this is occurring and I can work around by using 3 ADC modules and voiding the last one. However. It really ain't right. This is a long-term problem with a memory leak somewhere, I think. Or two sections of the code trying to write to the same memory. I'm going to try chasing it up in an 'inert' branch when I have time but I'm not making it a priority.

padsley commented 9 years ago

Just a thought: should check that this isn't something to do with part of the code trying to access part of an ADC array that isn't available.