зеркало из https://github.com/mono/mail-archives.git
192 строки
4.8 KiB
HTML
192 строки
4.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 382392] Disposing a control is disposing the whole application
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20382392%5D%20Disposing%20a%20control%20is%20disposing%20the%20whole%0A%09application&In-Reply-To=bug-382392-28286%40https.bugzilla.novell.com/">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
<LINK REL="Previous" HREF="079451.html">
|
|
<LINK REL="Next" HREF="079453.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 382392] Disposing a control is disposing the whole application</H1>
|
|
<B>bugzilla_noreply at novell.com</B>
|
|
<A HREF="mailto:mono-bugs%40lists.ximian.com?Subject=%5BMono-bugs%5D%20%5BBug%20382392%5D%20Disposing%20a%20control%20is%20disposing%20the%20whole%0A%09application&In-Reply-To=bug-382392-28286%40https.bugzilla.novell.com/"
|
|
TITLE="[Mono-bugs] [Bug 382392] Disposing a control is disposing the whole application">bugzilla_noreply at novell.com
|
|
</A><BR>
|
|
<I>Mon Sep 15 21:50:17 EDT 2008</I>
|
|
<P><UL>
|
|
<LI>Previous message: <A HREF="079451.html">[Mono-bugs] [Bug 414146] [Regression] Mono.Mozilla.Base.gluezilla_createBrowserWindow
|
|
</A></li>
|
|
<LI>Next message: <A HREF="079453.html">[Mono-bugs] [Bug 386326] Gluzilla or some threading problem when shutting down gecko on 64bit
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#79452">[ date ]</a>
|
|
<a href="thread.html#79452">[ thread ]</a>
|
|
<a href="subject.html#79452">[ subject ]</a>
|
|
<a href="author.html#79452">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE><A HREF="https://bugzilla.novell.com/show_bug.cgi?id=382392">https://bugzilla.novell.com/show_bug.cgi?id=382392</A>
|
|
|
|
User <A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">avidigal at novell.com</A> added comment
|
|
<A HREF="https://bugzilla.novell.com/show_bug.cgi?id=382392#c6">https://bugzilla.novell.com/show_bug.cgi?id=382392#c6</A>
|
|
|
|
|
|
Andreia Gaita <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">avidigal at novell.com</A>> changed:
|
|
|
|
What |Removed |Added
|
|
----------------------------------------------------------------------------
|
|
Status|NEW |RESOLVED
|
|
Resolution| |FEATURE
|
|
|
|
|
|
|
|
|
|
--- Comment #6 from Andreia Gaita <<A HREF="http://lists.ximian.com/mailman/listinfo/mono-bugs">avidigal at novell.com</A>> 2008-09-15 19:50:16 MDT ---
|
|
What the original bug report is about:
|
|
|
|
When a webcontrol is disposed, the gtk main loop that is running inside
|
|
gluezilla to support gecko is ended, and this takes out the entire app with it.
|
|
Unfortunately, if I don't do this, apps running a webcontrol never exit because
|
|
the main loop hangs around - it's a case of hanging around forever or commiting
|
|
suicide :P
|
|
|
|
So far, all my attempts at shutting down the main loop without killing the app
|
|
and allowing for single-instance webcontrol apps to quit properly have been
|
|
fruitless - even if I let apps hang around by not killing the main loop, gecko
|
|
just never comes up properly the second time around and the application hangs
|
|
with no events.
|
|
|
|
Until I can find a way to make this work (or I switch browser backends to
|
|
something, hrm, more friendly), I'm afraid we're stuck with apps going down if
|
|
the controls are disposed of.
|
|
|
|
Mind you, multiple webcontrols in the app are supported.
|
|
|
|
|
|
--
|
|
Configure bugmail: <A HREF="https://bugzilla.novell.com/userprefs.cgi?tab=email">https://bugzilla.novell.com/userprefs.cgi?tab=email</A>
|
|
------- You are receiving this mail because: -------
|
|
You are the QA contact for the bug.
|
|
</PRE>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI>Previous message: <A HREF="079451.html">[Mono-bugs] [Bug 414146] [Regression] Mono.Mozilla.Base.gluezilla_createBrowserWindow
|
|
</A></li>
|
|
<LI>Next message: <A HREF="079453.html">[Mono-bugs] [Bug 386326] Gluzilla or some threading problem when shutting down gecko on 64bit
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#79452">[ date ]</a>
|
|
<a href="thread.html#79452">[ thread ]</a>
|
|
<a href="subject.html#79452">[ subject ]</a>
|
|
<a href="author.html#79452">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-bugs">More information about the mono-bugs
|
|
mailing list</a><br>
|
|
</body></html>
|