Hey Joseph,

2012/11/19 Joseph VanAndel <vanan...@ucar.edu>:
> Yes, I'm calling WDialog::exec() from within a posted event.
>
> However, the exception is caused by calling WDialog::exec() and then having 
> the session timeout.  It does not seem to be dependent on being called from 
> WServer::post().
>
> I can reproduce the problem by running examples/dialog/dialog.wt, and 
> clicking the 'Familiar' button, which shows a dialog using WDialog::exec().  
> Once the "Personalia" dialog is displayed, leave the dialog showing, close 
> the window/tab, and wait for the timeout.
>
> [2012-Nov-19 08:50:46.369030] 22859 [/ 9sEovbI28uHH14WN] [info] 
> "WebController: timeout: expiring"
> [2012-Nov-19 08:50:46.369859] 22859 [/ 9sEovbI28uHH14WN] [error] "Wt: error 
> during event handling: doRecursiveEventLoop(): session was killed"
> [2012-Nov-19 08:50:46.370085] 22859 [/ 9sEovbI28uHH14WN] [error] "Wt: fatal 
> error: doRecursiveEventLoop(): session was killed"

Although it is not nice that this is being reported by Wt as an
"error", it is actually expected behaviour, and the exception is used
by Wt to cleanup the waiting thread and unwind its stack.

You should not see any adverse effect from this however ?

Regards,
koen

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to