On 08/24/2009 04:26 AM, Valentino wrote:
hi all, i am implementing entry widget of my own on Xlib with pango and cairo. i finished most of the thing . but it crashes sometimes if i enter characters continuously with the error pango_layout_check_lines: assertion failed: (!layout->log_attrs)....please help!!!!!
It's impossible to say much without more information. My only guess is that you are using the same layout from multiple threads. If that's the case, don't do that.
behdad _______________________________________________ gnome-i18n mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-i18n
