jasper,

Thanks for responding. My application is multi-threaded.
Actually the whole gui is becoming grey and not responding for any events
(like mouse click or tab or anything)
Also CPU consumption for that thread is becoming 99.9%.

so I had to kill the application as i am left with no other option.


Thanks & Regards
--
Lokesh Chakka,
Mobile: 9731023458

On Sun, Jun 28, 2015 at 9:37 PM, Jasper St. Pierre <jstpie...@mecheye.net>
wrote:

> 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
> <lvenkatakumarcha...@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
>
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to