gtk_main_iteration under broadway
- From: Daniel Kasak <d j kasak dk gmail com>
- To: gtk list <gtk-list gnome org>
- Subject: gtk_main_iteration under broadway
- Date: Fri, 29 Jul 2016 13:48:28 +1000
Hi all.
I've got some convenience functions that update a progress bar for long running operations. I do:
Gtk3::main_iteration() while ( Gtk3::events_pending() );
... ( in Perl ) after updating the progress bar, so that the window's contents are updated while my code continues to run. This works great in X and wayland. However in broadway, I quite often see CPU usage in broadwayd rise to 100%, and my application hang, immediately after the above line of line.
Is this known to be not safe under broadway?
I can put together a demo if needed, but it's pretty easy for me to trigger ...
Dan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]