[Eric] segfault when adding '('

Detlev Offenbach detlev at die-offenbachs.de
Wed May 16 17:03:58 BST 2007


On Mittwoch, 16. Mai 2007, Vincent Schut wrote:
> 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
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric

You can make eric4 usabale again by disabling calltips until the next snapshot 
is published.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list