discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] problem with docstring loader


From: Dennis Glatting
Subject: [Discuss-gnuradio] problem with docstring loader
Date: Wed, 29 Jun 2016 23:00:25 -0700

Earlier today I updated my copy of GNURadio installation using pybombs.
Now gnuradio-companion is having a problem loading my OOT module,
stating something similar to the following for all of my blocks:

  Warning: restarting the docstring loader (crashed while 
  loading 'acars_Intruder')

I thought this was a python version problem but I was wrong. Using
strace against python (i.e., I state "import acars" like the associated
xml file) I see near the end (the fill strace output is attached):


open("/opt/gnuradio/lib/python2.7/dist-packages/pmt/_pmt_swig.so",
O_RDONLY|O_CLOEXEC) = 8
read(8,
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\212\1\0\0\0\0\0"..., 
832) = 832
fstat(8, {st_mode=S_IFREG|0644, st_size=6033016, ...}) = 0
mmap(NULL, 3093368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8,
0) = 0x7ff0a8e3c000
mprotect(0x7ff0a8f27000, 2093056, PROT_NONE) = 0
mmap(0x7ff0a9126000, 36864, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xea000) = 0x7ff0a9126000
mmap(0x7ff0a912f000, 888, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff0a912f000
close(8)                                = 0
mprotect(0x7ff0a9126000, 8192, PROT_READ) = 0
futex(0x7ff0ae8fb1ac, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7ff0ae8fb1b8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x50120} --
-
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)


I recompiled and reinstalled the GNURadio tree and my OOT module but no
joy. How can I debug this problem?


Attachment: foo.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]