GithubHelp home page GithubHelp logo

Comments (3)

kpreid avatar kpreid commented on June 8, 2024

I know of one cause of a segmentation fault, this GNU Radio bug. To check if it's the same thing, please take a look at the crash dump dialog (if you don't get one, try defaults write com.apple.CrashReporter DialogType developer, and same but with basic instead of developer to revert back) and see if it contains the same trace in the "Crashed" thread (or attach the text of the dump here for me to look at).

The Map should work, it's just that there's no UI whatsoever for putting things on it, nor even an intentionally-blank background. Confusing, I agree.

from shinysdr.

 avatar commented on June 8, 2024

Here is the dump: http://pastebin.com/Qjy1esqJ

from shinysdr.

kpreid avatar kpreid commented on June 8, 2024

Yes, that's GNU Radio bug #614. It'll be fixed in GR 3.7.3.

A workaround is to change your ~/.volk/volk_config so that the line for volk_32f_s32f_multiply_32f does not specify a_sse, but something unaligned such as u_orc (or, I suppose, u_sse). If you don't have a volk_config file, then first try running the volk_profile command to create it; if it selects something unaligned by profiling then you're good. Running volk_profile should also reduce CPU usage of ShinySDR and other GNU Radio applications.

from shinysdr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.