-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motor driving "signal handler error" or Segmentation Fault #12
Comments
I have documented this issue in the Beaglebone.org beagleboard - blue forum. Link is here |
I have also pinged the RCPY author on his library's existing issue, with the same topic. |
I've now added this as an issue at StrawsonDesign/LibRobotControl which I am told is the library truly handling this code, since RCPY is a python-written reference to librobotcontrol. |
A fix is in the works but not complete. First step: all users should update their librobotcontrol library, after running sudo apt-get update. An example is shown below. You can confirm that you have the latest librobotcontrol version by attempting to update it again, and receiving feedback that the library "is already the newest version"
|
Run:
|
This output is given in concurrence with a disconnection of the beaglebone and a non-responsiveness to further commands.
/usr/local/lib/python3.5/dist-packages/rcpy-0.5.0-py3.5-linux-armv7l.egg/rcpy/init.py:127: UserWarning: > Installing signal handlers
warnings.warn('> Installing signal handlers')
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.327422] Internal error: : 1028 [#1] PREEMPT SMP ARM
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.457984] Process python3 (pid: 1141, stack limit = 0xd1816218)
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.464104] Stack: (0xd1817e18 to 0xd1818000)
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.468482] 7e00: 00000001 00000000
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.476700] 7e20: 00000000 d1817e7c db49b500 c081df48 db49b520 00000000 00000000 dc7d9210
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.484917] 7e40: d1817e74 d1817e50 c081b72c c081df54 c1504dc8 00000000 dc4e6f94 db49b500
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.493134] 7e60: 00000002 dc5f3280 d1817eb4 d1817e78 c081be7c c081b618 00000000 00009c40
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.501351] 7e80: 00000000 00000000 00000001 322c3fc2 00000002 c081be00 dc7d9200 00000000
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.509568] 7ea0: 00000000 d1817f68 d1817ecc d1817eb8 c092f108 c081be0c c092f0e0 dc7d9200
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.517786] 7ec0: d1817ee4 d1817ed0 c03855c4 c092f0ec 00000002 dc7d9200 d1817f1c d1817ee8
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.526004] 7ee0: c0384c10 c0385580 00000000 00000000 db702988 c0384b18 dc4f3840 a6e18aec
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.534222] 7f00: d1817f68 00000000 a6e18aec 00000002 d1817f34 d1817f20 c02f9258 c0384b24
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.542439] 7f20: 00000002 dc4f3840 d1817f64 d1817f38 c02f943c c02f923c c031b088 c031bbd0
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.550655] 7f40: c1504dc8 dc4f3843 00000000 00000000 dc4f3840 a6e18aec d1817fa4 d1817f68
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.558872] 7f60: c02f96a4 c02f9394 00000000 00000000 00000002 322c3fc2 00000005 00000001
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.567089] 7f80: 00000010 00000000 00000004 c01090e4 d1816000 00000000 00000000 d1817fa8
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.575306] 7fa0: c0108f00 c02f9654 00000001 00000010 00000009 a6e18aec 00000002 a6e39620
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.583522] 7fc0: 00000001 00000010 00000000 00000004 beccb290 0000000b 0000000c 0000000d
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.591739] 7fe0: 00000000 beccb1d0 00000000 b6f303d0 000b0030 00000009 00000000 00000000
Message from syslogd@scuttle at Mar 1 22:46:44 ...
kernel:[ 649.670935] Code: e5980000 e6ffa07e eb049325 e5985028 (e1d570b0)
The text was updated successfully, but these errors were encountered: