[Discuss-gnuradio] make test passes, but Linux kernel log says "undefined instruction"

2013-06-20 Thread Monahan-Mitchell, Tim
Gnu Radio v3.6.4.2 on ARM target. make test : 100% pass. But this happens each time python does "from gnuradio import gr_unittest": <6>[ 390.919792] python (1771): undefined instruction: pc=42a9c328 <6>[ 390.919822] Code: f26ee1fe e12fff1e (ee190f1d) For example, when qa_add_

Re: [Discuss-gnuradio] make test passes, but Linux kernel log says "undefined instruction"

2013-06-28 Thread Monahan-Mitchell, Tim
> Gnu Radio v3.6.4.2 on ARM target. > make test : 100% pass. > But this happens each time python does "from gnuradio import gr_unittest": > <6>[ 390.919792] python (1771): undefined instruction: pc=42a9c328 <6>[ > 390.919822] Code: f26ee1fe e12fff1e (ee190f1d) > For example,

Re: [Discuss-gnuradio] make test passes, but Linux kernel log says "undefined instruction"

2013-07-02 Thread Monahan-Mitchell, Tim
> But this happens each time python does "from gnuradio import gr_unittest": > <6>[ 390.919792] python (1771): undefined instruction: pc=42a9c328 <6>[ > 390.919822] Code: f26ee1fe e12fff1e (ee190f1d) A "final" update, just to close my own thread. Case 1: It happens during "cm

Re: [Discuss-gnuradio] make test passes, but Linux kernel log says "undefined instruction"

2013-07-02 Thread Tom Rondeau
On Tue, Jul 2, 2013 at 3:59 PM, Monahan-Mitchell, Tim wrote: >> But this happens each time python does "from gnuradio import gr_unittest": >> <6>[ 390.919792] python (1771): undefined instruction: pc=42a9c328 <6>[ >> 390.919822] Code: f26ee1fe e12fff1e (ee190f1d) > > A "final"