Results 1 to 4 of 4
Hi. I'm running the tests for the usrp in gnu radio and i came across this error.
i'm pressed for time and this error is getting in the way of ...
- 07-25-2009 #1
S.O.S: swig/python detected a memory leak of type 'gr_basic_block_sptr *'??
Hi. I'm running the tests for the usrp in gnu radio and i came across this error.
i'm pressed for time and this error is getting in the way of my research project completion.
can anyone help me out?
thanks.
./usrp_wfm_rcv2_nogui.py
Using RX d'board A: Flex 2400 Rx MIMO B
Traceback (most recent call last):
File "./usrp_wfm_rcv2_nogui.py", line 163, in <module>
tb = wfm_rx_block()
File "./usrp_wfm_rcv2_nogui.py", line 110, in __init__
self.connect(self.u, di)
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/top_block.py", line 70, in connect
self._connect(points[i-1], points[i])
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/top_block.py", line 76, in _connect
dst_block.basic_block(), dst_port)
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py", line 1493, in connect
return _gnuradio_swig_py_runtime.gr_top_block_sptr_connec t(*args)
NotImplementedError: Wrong number of arguments for overloaded function 'gr_top_block_sptr_connect'.
Possible C/C++ prototypes are:
connect(gr_basic_block_sptr)
connect(gr_basic_block_sptr,int,gr_basic_block_spt r,int)
swig/python detected a memory leak of type 'gr_basic_block_sptr *', no destructor found.
- 07-27-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
Welcome to the forums!

Sorry, but it's against the forums rules to post duplicates:
http://www.linuxforums.org/forum/lin...ums-rules.html
Your duplicate has been deleted, but you can continue any discussion in this thread.
Thank you.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-27-2009 #3
i'm really sorry. this was an accident lol.
how do i delete it?
- 07-27-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,095
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.


Reply With Quote
