[issue22916] Interpreter segfault on attempted tab complete

Kevin Smith report at bugs.python.org
Sat Nov 22 17:36:18 CET 2014


New submission from Kevin Smith:

I am getting a segmentation fault in the interpreter when trying to tab complete options for a module.  I am running python 3.4.2 on Arch Linux.

Python 3.4.2 (default, Oct  8 2014, 13:44:52) 
[GCC 4.9.1 20140903 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sfml as sf
>>> t = sf.Texture.from_file ("sprites.png")
>>> s = sf.Sprite (t)
>>> s.Segmentation fault

When I type "s." then push tab to complete available options the interpreter segfaults.  This is with python-sfml-1.3-4 from the Arch repositories.  Tab completion for built-in types seems to work fine.

----------
messages: 231520
nosy: FazJaxton
priority: normal
severity: normal
status: open
title: Interpreter segfault on attempted tab complete
type: crash
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22916>
_______________________________________


More information about the Python-bugs-list mailing list