Re: gtk consistently getting stuck at poll function in ../sysdeps/unix/syscall-template.S



Being stuck in poll simply means you're waiting for an event to come
in. So your application isn't hung, it's just sitting there waiting.
As soon as something comes in, like a mouse click or a network
message, poll will exit and return one of those events.

Is your application multi-threaded?

On Sun, Jun 28, 2015 at 9:04 AM, Lokesh Chakka
<lvenkatakumarchakka gmail com> wrote:
hello,

following is bt

#0  0x00007f11f566f8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x00007f11f64b6ebc in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007f11f64b7242 in g_main_loop_run () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007f11f73b8de5 in gtk_main () from
/usr/lib/x86_64-linux-gnu/libgtk-3.so.0

Usage of gdk_threads_init / gdk_threads_enter / gdk_threads_leave is not
fetching any benefit here.

can some one please help me getting rid of this issue ?

Thanks & Regards
--
Lokesh Chakka,
Mobile: 9731023458

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list gnome org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list




-- 
  Jasper


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