[Eric] segfault when adding '('

Vincent Schut schut at sarvision.nl
Wed May 16 09:52:45 BST 2007


Hi,

using the latest eric4 snapshot (and latest of pyqt, qscintilla, etc) 
eric4 segfaults when I want to add a '(' to some code.

To replicate, open the attached 2-line python file and try to add a '(' 
before the 'a,b' to change it into '(a,b)'. While typing the '(' eric 
will crash with a segfault.

Env: python2.5, linux (gentoo) on amd64

In case the attach does not come through the list, the contents of the 
file are:

for a,b in {'a':'b'}:
        pass

and you want to change that into:

for (a,b) in {'a':'b'}:
        pass

Cheers,
Vincent.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: eric4bug.py
Type: text/x-python
Size: 28 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/eric/attachments/20070516/55c713a8/eric4bug.py


More information about the Eric mailing list