Re: Linux/Alpha show-stopper




> Okay, so it doesn't always break on __syscall_poll, but it does always seem
> to break somewhere below g_main_iterate, and *never* on __select.  Perhaps
> I should send this bug report to a gtk+ list...

Ok, it is normal that the code is being invoked by the main loop.
Now, the issue is: why is the main loop not sitting on a select with a
null timeout?

Can you stack trace and see if either:

    1. gtk is waiting some time interval (the last parameter to select
       and poll) and if so, which timer routine gets invoked.

    2. gtk is "probing" for events (for poll this means, timeout is
       set to zero instead of -1) and if so, which are the idle
       handler routines invoked?

miguel.



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