discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Trouble with gnuradio and AMD32
Date: Thu, 07 Jun 2012 13:14:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1


On 06/07/2012 01:09 PM, Tom Rondeau wrote:
> On Fri, Jun 1, 2012 at 3:12 PM, Igor Volodin <address@hidden> wrote:
>> Hello, all
>>
>> My configuration:
>> Linux Xubuntu 12.04
>> AMD Athlon XP 2400
>> Linux ghost32 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:51:22 UTC 2012
>> i686 athlon i386 GNU/Linux
>>
>>
>>
>> I am compiled latest version of gnuradio, and tried to run simple grc file:
>> http://superkuh.com/simplest.grc , and got following error:
>>
>>
>> (python:3350): GLib-GObject-CRITICAL **: g_param_spec_double: assertion
>> `default_value >= minimum && default_value <= maximum' failed
>>
>> (python:3350): GLib-GObject-CRITICAL **: g_object_class_install_property:
>> assertion `G_IS_PARAM_SPEC (pspec)' failed
>>
>> (python:3350): GLib-GObject-WARNING **: g_object_notify: object class
>> `GdkScreenX11' has no property named `resolution'
>> Using Volk machine: generic
> 
> Igor,
> 
> I've updated the code in git that should fix this problem you're
> having. The 'generic' machine didn't have an alignment at all, so it's
> uncertain what was being returned. I've set it up to return 1 now, so
> it should work.
> 

No, the generic alignment defaulted to 1 already.

The bug is that the multiply block is passing 0 into the set alignment
multiple

1/sizeof(complex) is 0 -> due to integer math

> Tom
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

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