re: memory errors in 3.8.2

2020-09-07 Thread Tom McDermott
OK, have tracked it down thanks to help from the list. > Christophe Seguinot writes: >> deleting all contents of ./build, then going through cmake, make, make install, and ldconfig. > did you sudo make uninstall before removing the build folder (if not they may be some remaining libgnuradio 3.8

Re: memory errors in 3.8.2

2020-09-07 Thread Christophe Seguinot
Hi Tom Can you check that /usr/lib/x86_64-linux-gnu only contains libgnuradio 3.8.2 (and no 3.8.1 nor 3.8.0) libraires using ll /usr/lib/x86_64-linux-gnu/libgnuradio* ? I have been in such a trouble which breaks gnuradio-companion (Ubuntu 20.04)

Re: memory errors in 3.8.2

2020-09-07 Thread Tom McDermott
Hi Marcus - thanks for the reply. Previously I had rebuilt my OOT by deleting all contents of ./build, then going through cmake, make, make install, and ldconfig. cmake reported: -- Found PythonInterp: /usr/bin/python3 (found version "3.8.2") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpyt

Re: memory errors in 3.8.2

2020-09-07 Thread Marcus Müller
Hi Tom, just to verify: You did recompile your module against 3.8.2.0 and not accidentally linked it against a gnuradio-something.so of 3.8.1.0 that lingered on your system? I ask because these things really happen often. Best regards, Marcus On 06/09/2020 23.48, Tom McDermott wrote: My Ubu

Re: memory errors in 3.8.2

2020-09-06 Thread Ron Economos
A few notes: 1) The automatic update may be bad. The GNU Radio PPA has other procedural problems and this may be another. 2) Your OOT may be over-writing some Python code. I've seen this before. The different error behavior depends on exactly where your code got loaded in memory. 3) Believ

memory errors in 3.8.2

2020-09-06 Thread Tom McDermott
My Ubuntu 20.04 updated automatically to 3.8.2. SInce the update I have been getting memory error messages in the gnuradio-companion terminal window. These errors did not occur in 3.8.1. The error is not consistent, always get one of the following three error messages: double free or corruption