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

Re: That is it...




On Mon, 7 Jun 1999, Tony Preston wrote:
> 
>    gtk_progress_set_percentages(...)
>    gtk_progress_set_percentages(...)
>    gtk_progress_set_percentages(...)
>    while( gtk_events_pending() ) gtk_main_interation();
> 
>   Which seems more efficient, it hangs in the while loop.  Anyone know
> why this is so?  Should it hang?  Is it a bug?
> 

Seems buglike to me. It certainly shouldn't hang; there might be a race
condition keeping it from fully updating (because you don't get the expose
events fast enough or something), but if it hangs then that's pretty
bizarre.

See if you can trace the hang in gdb and tell us what's causing it or at
least where it is...

Havoc








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