discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Segfault in Polyphase clock sync block


From: Daniel Estévez
Subject: Re: [Discuss-gnuradio] Segfault in Polyphase clock sync block
Date: Sun, 21 Jan 2018 12:35:02 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

El 21/01/18 a las 11:39, Daniel Estévez escribió:
> 
> out[i+d_out_idx] = d_filters[d_filtnum]->filter(&in[count+d_out_idx]);
> 

Hi all,

I've been looking at this again and the problem is that in this line,

count = -134217704

for some weird reason. Obviously, this causes the SIGSEGV.

I'll try to see why count gets corrupted.

Regards,

Daniel.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]