<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Sometimes tooltip_popup_timeout() in gtk/gtktooltip.c causes crash after closing a window"
href="https://bugzilla.gnome.org/show_bug.cgi?id=784319#c17">Comment # 17</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Sometimes tooltip_popup_timeout() in gtk/gtktooltip.c causes crash after closing a window"
href="https://bugzilla.gnome.org/show_bug.cgi?id=784319">bug 784319</a>
from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=ashie%40clear-code.com" title="Takuro Ashie <ashie@clear-code.com>"> <span class="fn">Takuro Ashie</span></a>
</span></b>
<pre>When the widget doesn't have its own GdkWindow (by not calling
gtk_widget_set_has_window), a GdkWindow is created & destroyed by GtkWidget
class:
<a href="https://git.gnome.org/browse/gtk+/tree/gtk/gtkwidget.c#n10594">https://git.gnome.org/browse/gtk+/tree/gtk/gtkwidget.c#n10594</a>
But when the child class doesn't chain up the unrealize func, the above code
doesn't called so the window isn't destroyed.
I think it's firefox's fault.
I'll close this bug after I confirm it on my environment.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>