https://bugzilla.novell.com/show_bug.cgi?id=223718 ------- Comment #14 from olh@novell.com 2006-11-27 10:06 MST ------- it is the CheckAllTimers function. bl TimerForce+32768@plt LVL178: .loc 1 450 0 #APP # foo CheckAllTimers0 .loc 1 447 0 #NO_APP lwz 11,0(28) LVL179: cmpwi 7,11,0 beq 7,.L337 lwz 8,4(11) lwz 9,8(11) b .L194 L337: lwz 8,4(11) b .L196 asm("# foo CheckAllTimers1\n"); start: for (timer = timers; timer; timer = timer->next) { if (timer->expires - now > timer->delta + 250) { TimerForce(timer); asm("# foo CheckAllTimers0\n"); goto start; } } asm("# foo CheckAllTimers2\n"); } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.