-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRC script python "malloc()" error #10
Comments
I am having the same problem with my GRC. Mine throws out the following error: Error in `python': corrupted double-linked list: 0x01113ba8 |
Alright, thanks for letting us know. Could you share some more details, please? What hardware are you running this on? And which version of gr-osmosdr and gnuradio-companion do you have? |
Hardware wise I have Raspberry Pi 3B with RTL-SDR v3. Software wise: gnuradio-companion version 3.7.10, gr-osmosdr version 0.1.4 |
after a new clean install I still get this: from the GRC script: linux; GNU C++ version 6.2.0 20161010; Boost_106100; UHD_003.009.005-0-unknown gr-osmosdr 0.1.4 (0.1.4) gnuradio 3.7.10 (program exited with code: 134) Did you guys make some headway? |
On a fresh install on a raspberry pi 3 model B+, the GRC script refuses to run, throwing 2 alternating errors:
*** Error in `python': corrupted double-linked list: 0x00fe4820 ***
*** Error in `python': malloc(): smallbin double linked list corrupted: 0x020f2c28 ***
The gnuradio-companion version 3.7.10, gr-osmosdr is 0.1.4
The text was updated successfully, but these errors were encountered: