Debugging Help Please (Memory Issues)
Posted: Tue Mar 31, 2015 6:11 am
I'm porting the rakarrack plugins as you probably know and keep finding weird memory bugs. Currently I have Ring ported but it consistently segfaults on this line. This part is when the auto-freq option is selected. It filters the input then tried to identify the fundamental frequency. It seems like something is corrupting the instance of the filter. The function is being called here I've been trying to figure out what is going on all day with gdb but I'm hitting a wall. I've found that some of the filters work sometimes so perhaps the bug is in AnalogFilter.C.
Hopefully its something obvious and I'm just being dumb, but if anyone could offer either look into it or offer some extra pointers on how to go about debugging it, I could use a hand.
Thanks.
Hopefully its something obvious and I'm just being dumb, but if anyone could offer either look into it or offer some extra pointers on how to go about debugging it, I could use a hand.
Thanks.