On Thu 29 Aug 2013 10:15, Bastien Durel <[email protected]> writes:
> I wrote a program that go to some pages, do some actions, then exit. It > works well, but there was a bunch of slow processing at the end, then > added some parallelism with some forks at the end of the process, and > now, sometime, the process does not exits properly. Have you ensured that the webview is disposed? At that point WebKit's threads should exit. If that is not the case, there is a bug. Cheers, Andy _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
