discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Segfault with volk on 32 bit AMD


From: Frederick Stevens
Subject: [Discuss-gnuradio] Segfault with volk on 32 bit AMD
Date: Fri, 16 Mar 2012 10:38:10 -0500
User-agent: Mozilla/5.0 (X11; Linux i686; rv:11.0) Gecko/20120314 Thunderbird/11.0

Hello,

Not sure if this is the right place to post this but I have had this error with 3.5.2 and later (git and 3.5.2.1) on Slackware 13.37 on a dual athlon 32 bit machine. The problem is not present on an Intel Atom (32 bit dual core) machine with exactly the same configuration and libraries installed. Here is the python error report from gnuradio-companion:

Executing: "/home/fred/gnuradio/top_block.py"

Using Volk machine: generic
Traceback (most recent call last):
  File "/home/fred/gnuradio/top_block.py", line 169, in <module>
    tb = top_block()
  File "/home/fred/gnuradio/top_block.py", line 101, in __init__
    self.gr_multiply_xx_3 = gr.multiply_vff(1)
File "/usr/lib/python2.6/site-packages/gnuradio/gr/gnuradio_core_general.py", line 8783, in multiply_ff
    return _gnuradio_core_general.multiply_ff(vlen)
RuntimeError: gr_block::set_alignment_multiple


When running volk_profile from the git sources, the application produces a segfault when it reaches volk_32fc_x2_multiply_32fc_a

I did a trace using ddd and it traced the error back to libvolk.so.0.0.0

Cheers,

Fred





reply via email to

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