Hey Stefano,

2009/9/25 Stefano De Toni <[email protected]>:
> Hi!
>
> I have some fastcgi problems with the application of WDialog on a ubuntu
> server 8.10 (virtual machine) and ubuntu server 9.04 (real machine).
> I've tried to isolate the problem by using a simple example kept from the
> WDialog example in wt-2.99.5 libraries.
>
> I attach the source files.
>
> It seems to be a server configuration error, because the application works
> correctly on my notebook with debian installed, but I cannot find it.
>
> I attach the file errorLog.txt with the firebug log and the
> /var/log/apache2/error.log
>
> Any suggestions?

Can you verify that you have a multi-threaded Wt library? E.g. doing
'ldd /path/to/libwt.so' ?
You need a multi-threaded Wt library in order to be able to use WDialog::exec().

Normally, Wt will display an error "Cannot do recursive event loop
without threads" but probably will crash thereafter instead of exiting
cleanly (which would be alot nicer...). But it seems that the Wt
stderr does not make it to the ErrorLog.txt ?

Regards,
koen

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to