No, haven't seen that, but to me, it does look like a siplib bug or something similar, is. Something that went wrong in a dependency of a GNU Radio dependency.
This might boil down to Debian package maintenance, so if you could help that, the immediate problem might get solved faster. A quick and easy approach would be running
gdb python2 $(which gnuradio-companion)
[Lots of things printed]
> run
[Things crash]
> backtrace
And sharing the output. That should tell you loading which library led to the crash.
Best regards,
Marcus
Am 1. Oktober 2016 02:46:52 GMT-07:00, schrieb Petrika Gjanci <pgjanci@hotmail.com>:
Hi all,
I just installed a fresh copy of GnuRadio from Debian Testing repository.
As soon as GnuRadio starts it gives me the following error:
~$ gnuradio-companion
<<< Welcome to GNU Radio Companion 3.7.10 >>>
Block paths:
/usr/share/gnuradio/grc/blocks
python: siplib.c:12299: sipEnumType_alloc: Assertion `(((currentType)->td_flags & 0x0007) == 0x0003)' failed.
Aborted
II seems a problem with PythonQt. Has anyone of you guys faced the same problem?
Regards
Petrika
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
No comments:
Post a Comment