Seems like a strange error for C++. I usually get for loop errors with C
where you can't declare variables in the for loop. Perhaps try to declare j
outside the for loop.

AM KC3BBL


On Sun, Dec 15, 2013 at 7:05 PM, Miklos Maroti <mmar...@math.u-szeged.hu>wrote:

> Hi Guys,
>
> Constellation soft decoder crashes for constellation_bpsk() and
> constellation_8psk(). I could not find the cause of this problem, the
> back trace on my machine points to
>
> gnuradio/gr-digital/lib/constellation.cc:286
>      for(int j = 0; j < k; j++) {
>
> which does not make any sense. Any idea what could go wrong?
>
> Miklos
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to