Comment #5 on issue 267 by m.niloc: gtk2hs 0.10.1 breaks Yi
http://code.google.com/p/yi-editor/issues/detail?id=267

I disagree! Are you using a window manager with smooth resizing? Some WMs  
will show a
wireframe when you resize or move a window, and only perform one refresh.  
This will
not trigger a crash.

I'm using metacity and get a crash by moving a Yi window (in particular the  
text
pane) off- and on-screen for about ten seconds.

I can't think of any other factors that could make a difference. A  
sure-fire way to
get a quick crash is to use --sync, but this requires a patch to Yi to  
allow this
option (so --sync just gets passed through to GTK/Xlib):

hunk ./Yi/Main.hs 62
+          | XSync
hunk ./Yi/Main.hs 81
+    Option []     ["sync"]        (NoArg XSync) "Use X protocol  
synchronously",

Other people on the gtk2hs-devel list confirmed that there is a problem.  
Most apps
don't handle their own rendering so aren't affected.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
yi-devel@googlegroups.com
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---

Reply via email to