Hi all,

I am fixing i73946.

I found the endless loop is in the void EventQueue::process_().
The source file is slideshow\source\engine\eventqueue.cxx. 
I think the while loop's condition caused by this issue especially 
maEvents.top().nTime <= nCurrTime.

The maEvents.top().nTime will be same as nCurrTime all the time.
if I change the operator into <,it will be OK.
But I think maybe it is not trustiness.
So can anybody give me some suggestion?

TIA,

BestRegards,

LiuJianli
------------------------------------
RedFlag Chinese2000 Software Co.Ltd.
[EMAIL PROTECTED]

Reply via email to