vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt

Home Page:http://vinipsmaker.github.io/tufao/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tufao 0.8.2 on Qt5.2.1 does not respond in threaded mode

bdoin opened this issue · comments

Tested on Ubuntu LTS 12.04 with GCC 4.6.3.
When compiled againt Qt5.2.1 the hello-world example works fine but the threads-example does not respond to any request. With strace we can see a single request being read but no handler is never called.
Tested on Qt4, same platform and compiler and the threaded example works fine.

Thanks for the feedback, I'll check this on the weekend.

Example is responding fine to requests on tufao0-qt5 on ArchLinux (Qt 5.2.1, GCC 4.8.2).

I'll create an Ubuntu 12.04 container and check again, but it'll take more time.

@bdoin, I've set up an Ubuntu LTS 12.04 installation, but I haven't find the Qt5 packages.

Can you list what packages do I need to install before compiling Tufão?