Phil Thompson wrote:
On Wednesday 16 May 2007 9:52 am, Vincent Schut wrote:
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
It's a known QScintilla bug - will be fixed in the next snapshot.
Phil
Ah, thanks for that. Didn't think of searching qscintilla's bugzilla.
I'll wait for the next snapshot then (and hope it comes soon, this makes
eric4 pretty much unusable for me...)
Vincent.
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric