Jonas Smedegaard wrote:
> Such shell is a single xterm with no window manager, right?

Yes it is.

> Do such session use bash or your default shell, zsh?

That would be zsh, actually (I hadn't gotten your message about that one yet). I
can check again with bash, but see below ...

> Please also check logs inside ~/.sugar dir (and move away earlier 
> contents before invoking, so ensure you are looking only on fresh log 
> info).

There's still nothing there.

However ... I have been able to cut down the code needed to show the crash to a
bare minimum (see attached file): I just run

        python sugar-simple-crash.py

and the crash happens.

It looks like it's a bug in hippo-canvas.

-- 
Matijs
import hippo
import gtk

pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 10, 10)
pixbuf_surface = hippo.cairo_surface_from_gdk_pixbuf(pixbuf)

Reply via email to