gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [patch #8858] Patch to avoid freeze when SWF caused gtk-g


From: Nutchanon Wetchasit
Subject: [Gnash-commit] [patch #8858] Patch to avoid freeze when SWF caused gtk-gnash to exit on first frame
Date: Fri, 15 Jan 2016 10:13:25 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:25.5) Gecko/20150606 Firefox/31.9 PaleMoon/25.5.0

Follow-up Comment #1, patch #8858 (project gnash):

Patch 2 of 2:
See the attached `0002_defer-cleanup-to-after-gtk-main.patch`.

Both window-related assertion warnings in this case are originated from
screen
redrawing code that is run after ActionScript executed, which at the time,
display window was already destroyed by `GtkGui::quitUI()`
<https://savannah.gnu.org/bugs/?27981#comment7> as a result of
`fscommand("quit")`.

This patch addressed this by deferring window cleanup to after `gtk_main()`
end
<http://git.savannah.gnu.org/cgit/gnash.git/tree/gui/gtk/gtk.cpp?id=e8b111c3ca89eb23624d5c994fc4dff9b787d161#n258>,
which should ensure that there will be no drawing operation take place after
it.  

Gnash: 0.8.11dev (patched against git e8b111c 13-Jan-2016)
System: Debian GNU/Linux 7.0 Wheezy i386


(file #36047)
    _______________________________________________________

Additional Item Attachment:

File name: 0002_defer-cleanup-to-after-gtk-main.patch Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8858>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]