py-gaugette icon indicating copy to clipboard operation
py-gaugette copied to clipboard

Segmentation fault in rotary_interrupt_test

Open jenamax opened this issue 6 years ago • 0 comments

Hello! I have a problem that when I run rotary_interrupt_test.py I get Segmentation fault (I saw that someone already reported about this issue but it wasn't solved). If I run this script when motor stopped program do nothing (just print "switch 0") but doesn't fail. If I run script with rotating motor (or rotate motor by hands after starting the script) it crush. Since other tests work I can say that problem is not in wiring. I use board Raspberry Pi 3 with Raspbian Python version: 2.7.13 Output of pip show wiringpi: Name: wiringpi Version: 2.44.4 Summary: A python interface to WiringPi 2.0 library which allows for easily interfacing with the GPIO pins of the Raspberry Pi. Also supports i2c and SPI. Home-page: https://github.com/WiringPi/WiringPi-Python/ Author: Philip Howard Author-email: [email protected] License: LGPL Location: /usr/local/lib/python2.7/dist-packages Requires:

jenamax avatar Apr 09 '18 22:04 jenamax