Re: [Cppcms-users] Catched unknown exception
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2013-03-04 20:03:19
|
>>>Hello, >>> >>>How to resolve what is the problem with wikipp in case of such error? >>> >>>2013-03-04 13:09:43; cppcms, error: Catched unknown exception in thread pool (thread_pool.cpp:128) >> >> >>When it happens? Under what conditions? >> >> >> >I have wikipp configured through unix socket which is bound by ngnix to all requests of my domain (I do not know details as it is author solution of my web provider). When I am trying to open mydomain.me/wikipp/en/page/main/edit > Are you sure you configured service correctly? One thing I remember about FreeBSD is that CMake does not provide -rdynamic option to linker so you may have problems with sharing exceptions over DSO... http://sourceforge.net/p/cppcms/code/2238/tree/framework/trunk/CMakeLists.txt#l135 Probably you need to add this to wikipp's CMakeLists.txt file... Or add a compilation option in command line. > >>> >>>Why tests (invoked by make test on cppcms) fail on FreeBSD? >>> >> >> >>1. What CppCMS version? > Latest from SVN > Currently there some failures on FreeBSD in svn version, but not that much http://cppcms.com/files/nightly-build-report.html Also they will be fixed The question why do you use svn version? > >2. Which test fails? >> > > 3 - storage_test (Failed) > 7 - cache_backend_test (Failed) > 15 - status_test (Failed) > ... > 74 - test_aio_prefork (Failed) > http://cppcms.com/wikipp/en/page/cppcms_1x_build_troubleshooting#Lots.of.tests.fails Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ |