Hello everyone,

I'm currently debugging a strange spinlooping issue in GRC, which
happened just while I was entering the number of output streams in a
PFB channelizer's property dialog; I've not pressed enter or closed the
dialog.

However, as far as my htop and gdb debugging goes, the code path taken
by python now loops. A significant amount of times it seems to cross
through grc/giui/Port.py:68, create_shapes() and the calling
Element.py, as ultimatively called by grc/gui/FlowGraph.py:477 update()
(typical backtrace att.).

Any pointers on how to further debug this? I feel like update() is
triggered by some change in the output connectors of the block, but the
update() itself causes the output connectors to force an update.

Best regards,
Marcus
#0  0x00007fe117d1a2ff in _PyType_Lookup (type=0x5571635f3c20, name='_hide_evaluated') at /usr/src/debug/Python-2.7.14/Objects/typeobject.c:2536
#1  0x00007fe117d0465c in _PyObject_GenericGetAttrWithDict (obj=<Port(_connector_length=0, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0c4f981e0>, _connector_coordinate=(0, 0), _clones=[], _parent=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<...>, _n=<odict(_keys=['name', 'type', 'domain', 'key'], _data={'domain': 'gr_stream', 'type': 'complex', 'name': 'out1', 'key': '99999...(truncated), name='_hide_evaluated', dict=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/object.c:1389
#2  0x00007fe117d99d1f in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0fc0c8200, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/core/Port.py, line 384, in get_hide (self=<Port(_connector_length=0, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0c4f981e0>, _connector_coordinate=(0, 0), _clones=[], _parent=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _pare...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:2621
#3  0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=1, pp_stack=0x7ffd6453d788, func=<function at remote 0x7fe0ff8851b8>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#4  0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453d788) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#5  0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0cc6eadd0, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/Port.py, line 79, in <lambda> (p=<Port(_connector_length=0, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0c4f981e0>, _connector_coordinate=(0, 0), _clones=[], _parent=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<....(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#6  0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#7  0x00007fe117ce9e9e in function_call (func=<function at remote 0x7fe0cb2ebf50>, arg=(<Port(_connector_length=0, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0c4f981e0>, _connector_coordinate=(0, 0), _clones=[], _parent=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<...>, _n=<odict(_keys=['name', 'type', 'domain', 'key'], _data={'domain': 'gr_stream', 'type': 'complex', 'name': 'out1', 'key': '9999...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/funcobject.c:523
#8  0x00007fe117cd4343 in PyObject_Call (func=<function at remote 0x7fe0cb2ebf50>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#9  0x00007fe117d379c2 in builtin_filter (self=<optimized out>, args=<optimized out>) at /usr/src/debug/Python-2.7.14/Python/bltinmodule.c:309
#10 0x00007fe117d9d53e in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453daa8) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4434
#11 0x00007fe117d9d53e in PyEval_EvalFrameEx (f=f@entry=Frame 0x557164a41190, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/Port.py, line 79, in create_shapes (self=<Port(_connector_length=0, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0c4f93780>, _connector_coordinate=(0, 0), _clones=[], _parent=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _p...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#12 0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=1, pp_stack=0x7ffd6453dbc8, func=<function at remote 0x7fe0ff809aa0>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#13 0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453dbc8) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#14 0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0cb4513d0, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/Element.py, line 86, in create_shapes (self=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<...>, _n=<odict(_keys=['name', 'type', 'domain', 'key'], _data={'domain': 'gr_stream', 'type': 'complex', 'name': 'out1', 'key': '99999'}) at remote 0x7fe0c7d60908>, _hide='', H=18, ...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#15 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#16 0x00007fe117ce9e9e in function_call (func=<function at remote 0x7fe0ff83cde8>, arg=(<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<...>, _n=<odict(_keys=['name', 'type', 'domain', 'key'], _data={'domain': 'gr_stream', 'type': 'complex', 'name': 'out1', 'key': '99999'}) at remote 0x7fe0c7d60908>, _hide='', H=18, _areas_list=[((152, 39), (10, 18))], coor=(0, 0), _type='complex', _hide_evaluated=False, line_attributes=[0, <LineStyle at remote 0x7fe101d6aaf...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/funcobject.c:523
#17 0x00007fe117cd4343 in PyObject_Call (func=<function at remote 0x7fe0ff83cde8>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#18 0x00007fe117cdce1e in instancemethod_call (func=<function at remote 0x7fe0ff83cde8>, arg=(<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<...>, _n=<odict(_keys=['name', 'type', 'domain', 'key'], _data={'domain': 'gr_stream', 'type': 'complex', 'name': 'out1', 'key': '99999'}) at remote 0x7fe0c7d60908>, _hide='', H=18, _areas_list=[((152, 39), (10, 18))], coor=(0, 0), _type='complex', _hide_evaluated=False, line_attributes=[0, <LineStyle at remote 0x7fe101d6aaf...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/classobject.c:2602
#19 0x00007fe117cd4343 in PyObject_Call (func=<instancemethod at remote 0x7fe0c7c8dbe0>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#20 0x00007fe117d991b2 in do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7ffd6453e0c8, func=<instancemethod at remote 0x7fe0c7c8dbe0>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4651
#21 0x00007fe117d991b2 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453e0c8) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4456
#22 0x00007fe117d991b2 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0d40fd5a8, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/Block.py, line 187, in create_shapes (self=<Block(_var_value='$value', _doc='', _imports=['from gnuradio.filter import pfb', 'from gnuradio.filter import firdes'], _make='pfb.channelizer_ccf(\n\t  $nchans,\n\t  $taps,\n\t  $osr,\n\t  $atten)\nself.$(id).set_channel_map($ch_map)\nself.$(id).declare_sample_delay($samp_delay)\n\t', label_width=140, _sources=[<Port(_connector_length=11, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe0fe2ccc30>, _connector_coordinate=(163, 16), _clones=[<Port(_connector_length=22, _vlen='', _force_label_unhidden=False, _hovering=True, horizontal_label=<gtk.gdk.Pixmap at remote 0x7fe1109e5370>, _connector_coordinate=(163, 48), _clones=[], _parent=<...>, _n=<odict(_keys=['name', 'type', 'domain', 'key'], _data={'domain': 'gr_stream', 'type': 'complex', 'name': 'out1', 'key': '99999'}) at remote 0x7fe0c7d60908>, _hide='', H=18, _...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#23 0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=1, pp_stack=0x7ffd6453e1e8, func=<function at remote 0x7fe0ff85c8c0>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#24 0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453e1e8) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#25 0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0cb50b210, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/Element.py, line 86, in create_shapes (self=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45e30>, <float at r...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#26 0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=1, pp_stack=0x7ffd6453e308, func=<function at remote 0x7fe0ff83cde8>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#27 0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453e308) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#28 0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0ccfc7a70, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/FlowGraph.py, line 477, in update (self=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45e30>, <float at remot...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#29 0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=1, pp_stack=0x7ffd6453e428, func=<function at remote 0x7fe0ff7fee60>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#30 0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453e428) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#31 0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0cc4cfa50, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/ActionHandler.py, line 113, in flow_graph_update (fg=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45e30>, <f...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#32 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x557167bde890, kwcount=0, defs=0x7fe0fea10628, defcount=1, closure=(<cell at remote 0x7fe0c7b7ed38>,)) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#33 0x00007fe117d9b193 in fast_function (nk=0, na=<optimized out>, n=<optimized out>, pp_stack=0x7ffd6453e608, func=<function at remote 0x7fe0cb7ac500>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4529
#34 0x00007fe117d9b193 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453e608) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#35 0x00007fe117d9b193 in PyEval_EvalFrameEx (f=f@entry=Frame 0x557167bde500, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/ActionHandler.py, line 469, in _handle_action (self=<ActionHandler(get_page=<instancemethod at remote 0x7fe0fcec0e10>, init_file_paths=[], get_focus_flag=<instancemethod at remote 0x7fe0fcec0eb0>, platform=<Platform(coor=(0, 0), block_docstrings_loaded_callback=<instancemethod at remote 0x7fe0fceafeb0>, block_docstrings={u'digital_costas_loop_cc': {u'digital_costas_loop_cc': u'make(float loop_bw, int order, bool use_snr=False) -> costas_loop_cc_sptr\n        A Costas loop carrier recovery module.\n        The Costas loop locks to the center frequency of a signal and downconverts it to baseband.\n\n\n        More details can be found online:\n        J. Feigin, "Practical Costas loop design: Designing a simple\n        and inexpensive BPSK Costas loop carrier recovery circuit," RF signal processing, pp. 20-36, 2002.\n\n        The Costas loop can have two output streams: \n        There is a single optional mes...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#36 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#37 0x00007fe117ce9e9e in function_call (func=<function at remote 0x7fe0ff7b3e60>, arg=(<ActionHandler(get_page=<instancemethod at remote 0x7fe0fcec0e10>, init_file_paths=[], get_focus_flag=<instancemethod at remote 0x7fe0fcec0eb0>, platform=<Platform(coor=(0, 0), block_docstrings_loaded_callback=<instancemethod at remote 0x7fe0fceafeb0>, block_docstrings={u'digital_costas_loop_cc': {u'digital_costas_loop_cc': u'make(float loop_bw, int order, bool use_snr=False) -> costas_loop_cc_sptr\n        A Costas loop carrier recovery module.\n        The Costas loop locks to the center frequency of a signal and downconverts it to baseband.\n\n\n        More details can be found online:\n        J. Feigin, "Practical Costas loop design: Designing a simple\n        and inexpensive BPSK Costas loop carrier recovery circuit," RF signal processing, pp. 20-36, 2002.\n\n        The Costas loop can have two output streams: \n        There is a single optional message input:\n        Constructor Specific Documentation:\n        Make a Costas loop carrier recovery block.\n        Args:\n            loop_bw : inter...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/funcobject.c:523
#38 0x00007fe117cd4343 in PyObject_Call (func=<function at remote 0x7fe0ff7b3e60>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#39 0x00007fe117cdce1e in instancemethod_call (func=<function at remote 0x7fe0ff7b3e60>, arg=(<ActionHandler(get_page=<instancemethod at remote 0x7fe0fcec0e10>, init_file_paths=[], get_focus_flag=<instancemethod at remote 0x7fe0fcec0eb0>, platform=<Platform(coor=(0, 0), block_docstrings_loaded_callback=<instancemethod at remote 0x7fe0fceafeb0>, block_docstrings={u'digital_costas_loop_cc': {u'digital_costas_loop_cc': u'make(float loop_bw, int order, bool use_snr=False) -> costas_loop_cc_sptr\n        A Costas loop carrier recovery module.\n        The Costas loop locks to the center frequency of a signal and downconverts it to baseband.\n\n\n        More details can be found online:\n        J. Feigin, "Practical Costas loop design: Designing a simple\n        and inexpensive BPSK Costas loop carrier recovery circuit," RF signal processing, pp. 20-36, 2002.\n\n        The Costas loop can have two output streams: \n        There is a single optional message input:\n        Constructor Specific Documentation:\n        Make a Costas loop carrier recovery block.\n        Args:\n            loop_bw : inter...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/classobject.c:2602
#40 0x00007fe117cd4343 in PyObject_Call (func=<instancemethod at remote 0x7fe0ff7b6870>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#41 0x00007fe117d947c7 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x7fe0ff7b6870>, arg=(<Action(args=()) at remote 0x7fe0ff850050>,), kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4303
#42 0x00007fe10920f798 in pyg_closure_marshal () at /usr/lib64/python2.7/site-packages/gobject/_gobject.so
#43 0x00007fe109bf330d in g_closure_invoke () at /lib64/libgobject-2.0.so.0
#44 0x00007fe109c0596e in signal_emit_unlocked_R () at /lib64/libgobject-2.0.so.0
#45 0x00007fe109c0d700 in g_signal_emitv () at /lib64/libgobject-2.0.so.0
#46 0x00007fe109208624 in pygobject_emit () at /usr/lib64/python2.7/site-packages/gobject/_gobject.so
#47 0x00007fe117d9d53e in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453ef48) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4434
#48 0x00007fe117d9d53e in PyEval_EvalFrameEx (f=f@entry=Frame 0x557167c0c0c0, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/Actions.py, line 114, in __call__ (self=<Action(args=()) at remote 0x7fe0ff850050>, args=(...)), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#49 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#50 0x00007fe117ce9e9e in function_call (func=<function at remote 0x7fe0ff83c0c8>, arg=(<Action(args=()) at remote 0x7fe0ff850050>,), kw=0x0) at /usr/src/debug/Python-2.7.14/Objects/funcobject.c:523
#51 0x00007fe117cd4343 in PyObject_Call (func=<function at remote 0x7fe0ff83c0c8>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#52 0x00007fe117cdce1e in instancemethod_call (func=<function at remote 0x7fe0ff83c0c8>, arg=(<Action(args=()) at remote 0x7fe0ff850050>,), kw=0x0) at /usr/src/debug/Python-2.7.14/Objects/classobject.c:2602
#53 0x00007fe117cd4343 in PyObject_Call (func=<instancemethod at remote 0x7fe0c85355a0>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#54 0x00007fe117d8118b in slot_tp_call (self=self@entry=<Action(args=()) at remote 0x7fe0ff850050>, args=(), kwds=0x0) at /usr/src/debug/Python-2.7.14/Objects/typeobject.c:5600
#55 0x00007fe117cd4343 in PyObject_Call (func=<Action(args=()) at remote 0x7fe0ff850050>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#56 0x00007fe117d991b2 in do_call (nk=<optimized out>, na=<optimized out>, pp_stack=0x7ffd6453f4a8, func=<Action(args=()) at remote 0x7fe0ff850050>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4651
#57 0x00007fe117d991b2 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453f4a8) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4456
#58 0x00007fe117d991b2 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0cb49a218, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/FlowGraph.py, line 691, in handle_mouse_selector_press (self=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#59 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x7fe0cb7985b8, kwcount=2, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#60 0x00007fe117d9b193 in fast_function (nk=2, na=<optimized out>, n=<optimized out>, pp_stack=0x7ffd6453f688, func=<function at remote 0x7fe0ff7fa488>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4529
#61 0x00007fe117d9b193 in call_function (oparg=<optimized out>, pp_stack=0x7ffd6453f688) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#62 0x00007fe117d9b193 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe0cb798420, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/gui/DrawingArea.py, line 114, in _handle_mouse_button_press (self=<DrawingArea(ctrl_mask=<ModifierType at remote 0x7fe0c7fd16e0>, _pixmap=<gtk.gdk.Pixmap at remote 0x7fe0cb4d91e0>, _focus_flag=False, _flow_graph=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote ...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#63 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#64 0x00007fe117ce9e9e in function_call (func=<function at remote 0x7fe0ff7b2230>, arg=(<DrawingArea(ctrl_mask=<ModifierType at remote 0x7fe0c7fd16e0>, _pixmap=<gtk.gdk.Pixmap at remote 0x7fe0cb4d91e0>, _focus_flag=False, _flow_graph=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45e30>, <float at...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/funcobject.c:523
#65 0x00007fe117cd4343 in PyObject_Call (func=<function at remote 0x7fe0ff7b2230>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#66 0x00007fe117cdce1e in instancemethod_call (func=<function at remote 0x7fe0ff7b2230>, arg=(<DrawingArea(ctrl_mask=<ModifierType at remote 0x7fe0c7fd16e0>, _pixmap=<gtk.gdk.Pixmap at remote 0x7fe0cb4d91e0>, _focus_flag=False, _flow_graph=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45e30>, <float at...(truncated), kw=0x0)
    at /usr/src/debug/Python-2.7.14/Objects/classobject.c:2602
#67 0x00007fe117cd4343 in PyObject_Call (func=<instancemethod at remote 0x7fe0fe8ad780>, arg=<optimized out>, kw=<optimized out>) at /usr/src/debug/Python-2.7.14/Objects/abstract.c:2547
#68 0x00007fe117d947c7 in PyEval_CallObjectWithKeywords (func=<instancemethod at remote 0x7fe0fe8ad780>, arg=(<DrawingArea(ctrl_mask=<ModifierType at remote 0x7fe0c7fd16e0>, _pixmap=<gtk.gdk.Pixmap at remote 0x7fe0cb4d91e0>, _focus_flag=False, _flow_graph=<FlowGraph(_old_selected_port=None, connections=[], _elements=[], grc_file_path='', _eval_cache={'(440, 312)': (440, 312), '87 < 108': True, '1.0': <float at remote 0x557167a45f68>, '(8, 236)': (8, 236), '32 >= 1': True, '[]': [], '(640, 8)': (640, 8), '(1800,1000)': (1800, 1000), '250': 250, '87': 87, 'samp_rate': <float at remote 0x557166a08308>, 'firdes.low_pass(1.0, samp_rate, bw/2, bw/16, firdes.WIN_HAMMING, 6.76)': (<float at remote 0x557166a088a8>, <float at remote 0x557167a45f38>, <float at remote 0x557167a45f20>, <float at remote 0x557167a45f08>, <float at remote 0x557167a45ef0>, <float at remote 0x557167a45ed8>, <float at remote 0x557167a45ec0>, <float at remote 0x557167a45ea8>, <float at remote 0x557167a45e90>, <float at remote 0x557167a45e78>, <float at remote 0x557167a45e60>, <float at remote 0x557167a45e48>, <float at remote 0x557167a45e30>, <float at...(truncated), kw=<optimized out>)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:4303
#69 0x00007fe10920f798 in pyg_closure_marshal () at /usr/lib64/python2.7/site-packages/gobject/_gobject.so
#70 0x00007fe109bf330d in g_closure_invoke () at /lib64/libgobject-2.0.so.0
#71 0x00007fe109c0596e in signal_emit_unlocked_R () at /lib64/libgobject-2.0.so.0
#72 0x00007fe109c0db2f in g_signal_emit_valist () at /lib64/libgobject-2.0.so.0
#73 0x00007fe109c0eaff in g_signal_emit () at /lib64/libgobject-2.0.so.0
#74 0x00007fe10893e5cc in gtk_widget_event_internal () at /lib64/libgtk-x11-2.0.so.0
#75 0x00007fe10880dcec in gtk_propagate_event () at /lib64/libgtk-x11-2.0.so.0
#76 0x00007fe10880e10b in gtk_main_do_event () at /lib64/libgtk-x11-2.0.so.0
#77 0x00007fe108469acc in gdk_event_dispatch () at /lib64/libgdk-x11-2.0.so.0
#78 0x00007fe109719257 in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
#79 0x00007fe1097195f8 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0
#80 0x00007fe109719912 in g_main_loop_run () at /lib64/libglib-2.0.so.0
#81 0x00007fe10880d0f7 in gtk_main () at /lib64/libgtk-x11-2.0.so.0
#82 0x00007fe108edbb65 in _wrap_gtk_main () at /usr/lib64/python2.7/site-packages/gtk-2.0/gtk/_gtk.so
#83 0x00007fe117d9cfe1 in call_function (oparg=<optimized out>, pp_stack=0x7ffd64540338) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4418
#84 0x00007fe117d9cfe1 in PyEval_EvalFrameEx (f=f@entry=Frame 0x557163646c40, for file /home/marcus/.usrlocal/lib64/python2.7/site-packages/gnuradio/grc/main.py, line 54, in main (parser=<OptionParser(process_default_values=True, allow_interspersed_args=True, _long_opt={'--help': <Option(_long_opts=['--help'], help='show this help message and exit', callback_args=None, callback=None, default=('NO', 'DEFAULT'), nargs=None, choices=None, dest=None, container=<...>, _short_opts=['-h'], action='help', const=None, callback_kwargs=None, type=None, metavar=None) at remote 0x7fe0ff7add88>, '--version': <Option(_long_opts=['--version'], help="show program's version number and exit", callback_args=None, callback=None, default=(...), nargs=None, choices=None, dest=None, container=<...>, _short_opts=[], action='version', const=None, callback_kwargs=None, type=None, metavar=None) at remote 0x7fe0ff7adc20>}, largs=[], formatter=<IndentedHelpFormatter(option_strings={}, level=0, help_width=None, parser=<...>, help_position=24, width=78, _short_opt_fmt='%s %s', max_help_position=...(truncated), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#85 0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=0, pp_stack=0x7ffd64540458, func=<function at remote 0x7fe0ff7b3848>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#86 0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd64540458) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#87 0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe10a254410, for file /home/marcus/.usrlocal/bin/gnuradio-companion, line 92, in run_main (script_path='/home/marcus/.usrlocal/bin', source_tree_subpath='/grc/scripts', main=<function at remote 0x7fe0ff7b3848>), throwflag=throwflag@entry=0) at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#88 0x00007fe117d9bb19 in fast_function (nk=<optimized out>, na=<optimized out>, n=0, pp_stack=0x7ffd64540578, func=<function at remote 0x7fe118142a28>) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4519
#89 0x00007fe117d9bb19 in call_function (oparg=<optimized out>, pp_stack=0x7ffd64540578) at /usr/src/debug/Python-2.7.14/Python/ceval.c:4454
#90 0x00007fe117d9bb19 in PyEval_EvalFrameEx (f=f@entry=Frame 0x7fe118242c20, for file /home/marcus/.usrlocal/bin/gnuradio-companion, line 99, in <module> (), throwflag=throwflag@entry=0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3068
#91 0x00007fe117d9e198 in PyEval_EvalCodeEx (co=<optimized out>, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=0x0, kwcount=0, defs=0x0, defcount=0, closure=0x0)
    at /usr/src/debug/Python-2.7.14/Python/ceval.c:3666
#92 0x00007fe117d9e3a9 in PyEval_EvalCode (co=co@entry=0x7fe118130e30, globals=globals@entry={'check_blocks_path': <function at remote 0x7fe1181429b0>, 'GPollableInputStream': <type at remote 0x5571632c7020>, 'run_main': <function at remote 0x7fe118142a28>, 'warnings': <module at remote 0x7fe11819cd38>, '__builtins__': <module at remote 0x7fe118219b08>, 'die': <function at remote 0x7fe118142848>, '__file__': '/home/marcus/.usrlocal/bin/gnuradio-companion', 'check_gnuradio_import': <function at remote 0x7fe118142938>, '__package__': None, 'sys': <module at remote 0x7fe118219bb0>, 'check_gtk': <function at remote 0x7fe1181428c0>, 'GR_IMPORT_ERROR_MESSAGE': 'Cannot import gnuradio.\n\nIs the model path environment variable set correctly?\n    All OS: PYTHONPATH\n\nIs the library path environment variable set correctly?\n    Linux: LD_LIBRARY_PATH\n    Windows: PATH\n    MacOSX: DYLD_LIBRARY_PATH\n', 'GDatagramBased': <type at remote 0x5571632c8b80>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x7fe1024d88d0>, __doc__=<gobject.GObject.__doc__ at remote 0x7fe1181ef150>, __module__...(truncated), locals=locals@entry={'check_blocks_path': <function at remote 0x7fe1181429b0>, 'GPollableInputStream': <type at remote 0x5571632c7020>, 'run_main': <function at remote 0x7fe118142a28>, 'warnings': <module at remote 0x7fe11819cd38>, '__builtins__': <module at remote 0x7fe118219b08>, 'die': <function at remote 0x7fe118142848>, '__file__': '/home/marcus/.usrlocal/bin/gnuradio-companion', 'check_gnuradio_import': <function at remote 0x7fe118142938>, '__package__': None, 'sys': <module at remote 0x7fe118219bb0>, 'check_gtk': <function at remote 0x7fe1181428c0>, 'GR_IMPORT_ERROR_MESSAGE': 'Cannot import gnuradio.\n\nIs the model path environment variable set correctly?\n    All OS: PYTHONPATH\n\nIs the library path environment variable set correctly?\n    Linux: LD_LIBRARY_PATH\n    Windows: PATH\n    MacOSX: DYLD_LIBRARY_PATH\n', 'GDatagramBased': <type at remote 0x5571632c8b80>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x7fe1024d88d0>, __doc__=<gobject.GObject.__doc__ at remote 0x7fe1181ef150>, __module__...(truncated)) at /usr/src/debug/Python-2.7.14/Python/ceval.c:691
#93 0x00007fe117da439f in run_mod (mod=<optimized out>, filename=0x7ffd64540eee "/home/marcus/.usrlocal/bin/gnuradio-companion", globals={'check_blocks_path': <function at remote 0x7fe1181429b0>, 'GPollableInputStream': <type at remote 0x5571632c7020>, 'run_main': <function at remote 0x7fe118142a28>, 'warnings': <module at remote 0x7fe11819cd38>, '__builtins__': <module at remote 0x7fe118219b08>, 'die': <function at remote 0x7fe118142848>, '__file__': '/home/marcus/.usrlocal/bin/gnuradio-companion', 'check_gnuradio_import': <function at remote 0x7fe118142938>, '__package__': None, 'sys': <module at remote 0x7fe118219bb0>, 'check_gtk': <function at remote 0x7fe1181428c0>, 'GR_IMPORT_ERROR_MESSAGE': 'Cannot import gnuradio.\n\nIs the model path environment variable set correctly?\n    All OS: PYTHONPATH\n\nIs the library path environment variable set correctly?\n    Linux: LD_LIBRARY_PATH\n    Windows: PATH\n    MacOSX: DYLD_LIBRARY_PATH\n', 'GDatagramBased': <type at remote 0x5571632c8b80>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x7fe1024d88d0>, __doc__=<gobject.GObject.__doc__ at remote 0x7fe1181ef150>, __module__...(truncated), locals={'check_blocks_path': <function at remote 0x7fe1181429b0>, 'GPollableInputStream': <type at remote 0x5571632c7020>, 'run_main': <function at remote 0x7fe118142a28>, 'warnings': <module at remote 0x7fe11819cd38>, '__builtins__': <module at remote 0x7fe118219b08>, 'die': <function at remote 0x7fe118142848>, '__file__': '/home/marcus/.usrlocal/bin/gnuradio-companion', 'check_gnuradio_import': <function at remote 0x7fe118142938>, '__package__': None, 'sys': <module at remote 0x7fe118219bb0>, 'check_gtk': <function at remote 0x7fe1181428c0>, 'GR_IMPORT_ERROR_MESSAGE': 'Cannot import gnuradio.\n\nIs the model path environment variable set correctly?\n    All OS: PYTHONPATH\n\nIs the library path environment variable set correctly?\n    Linux: LD_LIBRARY_PATH\n    Windows: PATH\n    MacOSX: DYLD_LIBRARY_PATH\n', 'GDatagramBased': <type at remote 0x5571632c8b80>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x7fe1024d88d0>, __doc__=<gobject.GObject.__doc__ at remote 0x7fe1181ef150>, __module__...(truncated), flags=0x7ffd645407fc, arena=0x557162c84960) at /usr/src/debug/Python-2.7.14/Python/pythonrun.c:1385
#94 0x00007fe117da434a in PyRun_FileExFlags (fp=0x557162c85070, filename=0x7ffd64540eee "/home/marcus/.usrlocal/bin/gnuradio-companion", start=257, globals={'check_blocks_path': <function at remote 0x7fe1181429b0>, 'GPollableInputStream': <type at remote 0x5571632c7020>, 'run_main': <function at remote 0x7fe118142a28>, 'warnings': <module at remote 0x7fe11819cd38>, '__builtins__': <module at remote 0x7fe118219b08>, 'die': <function at remote 0x7fe118142848>, '__file__': '/home/marcus/.usrlocal/bin/gnuradio-companion', 'check_gnuradio_import': <function at remote 0x7fe118142938>, '__package__': None, 'sys': <module at remote 0x7fe118219bb0>, 'check_gtk': <function at remote 0x7fe1181428c0>, 'GR_IMPORT_ERROR_MESSAGE': 'Cannot import gnuradio.\n\nIs the model path environment variable set correctly?\n    All OS: PYTHONPATH\n\nIs the library path environment variable set correctly?\n    Linux: LD_LIBRARY_PATH\n    Windows: PATH\n    MacOSX: DYLD_LIBRARY_PATH\n', 'GDatagramBased': <type at remote 0x5571632c8b80>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x7fe1024d88d0>, __doc__=<gobject.GObject.__doc__ at remote 0x7fe1181ef150>, __module__...(truncated), locals={'check_blocks_path': <function at remote 0x7fe1181429b0>, 'GPollableInputStream': <type at remote 0x5571632c7020>, 'run_main': <function at remote 0x7fe118142a28>, 'warnings': <module at remote 0x7fe11819cd38>, '__builtins__': <module at remote 0x7fe118219b08>, 'die': <function at remote 0x7fe118142848>, '__file__': '/home/marcus/.usrlocal/bin/gnuradio-companion', 'check_gnuradio_import': <function at remote 0x7fe118142938>, '__package__': None, 'sys': <module at remote 0x7fe118219bb0>, 'check_gtk': <function at remote 0x7fe1181428c0>, 'GR_IMPORT_ERROR_MESSAGE': 'Cannot import gnuradio.\n\nIs the model path environment variable set correctly?\n    All OS: PYTHONPATH\n\nIs the library path environment variable set correctly?\n    Linux: LD_LIBRARY_PATH\n    Windows: PATH\n    MacOSX: DYLD_LIBRARY_PATH\n', 'GDatagramBased': <type at remote 0x5571632c8b80>, 'GInitiallyUnowned': <GObjectMeta(__gtype__=<gobject.GType at remote 0x7fe1024d88d0>, __doc__=<gobject.GObject.__doc__ at remote 0x7fe1181ef150>, __module__...(truncated), closeit=1, flags=0x7ffd645407fc) at /usr/src/debug/Python-2.7.14/Python/pythonrun.c:1371
#95 0x00007fe117da423e in PyRun_SimpleFileExFlags (fp=0x557162c85070, filename=<optimized out>, closeit=1, flags=0x7ffd645407fc) at /usr/src/debug/Python-2.7.14/Python/pythonrun.c:957
#96 0x00007fe117daa519 in Py_Main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/Python-2.7.14/Modules/main.c:645
#97 0x00007fe116f4288a in __libc_start_main (main=0x5571621cf740 <main>, argc=2, argv=0x7ffd645409b8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd645409a8) at ../csu/libc-start.c:295
#98 0x00005571621cf77a in _start ()

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to