Displaying 1 result from an estimated 1 matches for "085494d8".
2001 May 02
1
Problems getting Diablo2 to run
..., resulting in two select() calls being repeated over and over
again, as seen below:
--- snip ---
trace:timer:SERVICE_Loop Wait returned: 0
trace:timer:SERVICE_Loop Waiting for 3 objects
085f17a0: select( flags=6, cookie=0x41166d88, sec=0, usec=0,
handles={100,32,88} )
085f17a0: select() = PENDING
085494d8: *wakeup* signaled=0 cookie=0x40c16d88
trace:timer:SERVICE_Loop Wait returned: 0
trace:timer:SERVICE_Loop Waiting for 3 objects
085494d8: select( flags=6, cookie=0x40c16d88, sec=0, usec=0,
handles={52,44,32} )
085494d8: select() = PENDING
085f17a0: *wakeup* signaled=0 cookie=0x41166d88
trace:timer:...