Ticket #55 (closed defect: fixed)
python bindings segfault when accessing closed wiimote
| Reported by: | toots | Owned by: | dsmith |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | other | Version: | 0.6.00 |
| Keywords: | Cc: |
Description
http://bugs.debian.org/458303:
After calling .close() on an instance of cwiid.Wiimote, interacting with it further causes a segfault: $ ipython In [1]: import cwiid In [2]: wiimote = cwiid.Wiimote() In [3]: wiimote.close() In [4]: wiimote.state Segmentation fault (I used wiimote.state as an example; other actions, such as writing to wiimote.led, also trigger the segfault.) I would expect a Python exception of some kind instead. - Josh Triplett
Change History
Note: See
TracTickets for help on using
tickets.
