[Cppcms-users] [bug report]Test errors at Mac 10.9.3 x64
Brought to you by:
artyom-beilis
|
From: HuWenzhi <rus...@16...> - 2014-04-15 10:26:08
|
Mac 10.9.3 x64 / Darwin Kernel Version 13.1.0 SVN revision 2244 Python 2.7.5 cmake version 2.8.12.2 PCRE version 8.34 2013-12-15 gcc (GCC) 4.7.3 icu4c/52.1 i use: cmake -DCMAKE_C_COMPILER=/usr/local/bin/x86_64-apple-darwin13.1.0-gcc-4.7.3 -DCMAKE_CXX_COMPILER=/usr/local/bin/x86_64-apple-darwin13.1.0-g++-4.7 -DCMAKE_LIBRARY_PATH=/usr/local/Cellar/boost/1.55.0_1/lib -DCMAKE_INCLUDE_PATH=/usr/local/Cellar/boost/1.55.0_1/include -DDISABLE_ICONV=ON .. make make install make test so… —————————— 44% tests passed, 54 tests failed out of 97 Total Test time (real) = 48.55 sec The following tests FAILED: 17 - tc_test_shared (SEGFAULT) 18 - tc_test_separate (SEGFAULT) 19 - status_test (SEGFAULT) 20 - async_status_test (SEGFAULT) 21 - form_test (SEGFAULT) 22 - cookie_test (SEGFAULT) 23 - internal_forwarder_test (SEGFAULT) 24 - forwarder_test (SEGFAULT) 25 - jsonrpc_test (SEGFAULT) 26 - http_timeouts_test_read (SEGFAULT) 27 - http_timeouts_test_write (SEGFAULT) 28 - file_server_test (SEGFAULT) 29 - file_server_with_listing_test (SEGFAULT) 30 - disco_test_http (SEGFAULT) 31 - disco_test_fastcgi_tcp (SEGFAULT) 32 - disco_test_scgi_tcp (SEGFAULT) 33 - secure_post_test (SEGFAULT) 34 - disco_test_fastcgi_unix (SEGFAULT) 35 - disco_test_scgi_unix (SEGFAULT) 36 - gzip_test (SEGFAULT) 37 - cache_frontend_test (SEGFAULT) 38 - cppcms_service_test (Failed) 39 - session_interface_test_client_renew (SEGFAULT) 40 - session_interface_test_client_browser (SEGFAULT) 41 - session_interface_test_client_fixed (SEGFAULT) 42 - session_interface_test_server_renew (SEGFAULT) 43 - session_interface_test_server_browser (SEGFAULT) 44 - session_interface_test_server_fixed (SEGFAULT) 45 - session_interface_test_both_renew (SEGFAULT) 46 - session_interface_test_both_browser (SEGFAULT) 47 - session_interface_test_both_fixed (SEGFAULT) 48 - proto_test_async_http (SEGFAULT) 49 - proto_test_async_scgi (SEGFAULT) 50 - proto_test_async_fastcgi (SEGFAULT) 51 - proto_test_async_scgi_unix (SEGFAULT) 52 - proto_test_async_fastcgi_unix (SEGFAULT) 53 - proto_test_sync_http (SEGFAULT) 54 - proto_test_sync_scgi (SEGFAULT) 55 - proto_test_sync_fastcgi (SEGFAULT) 56 - proto_test_sync_scgi_unix (SEGFAULT) 57 - proto_test_sync_fastcgi_unix (SEGFAULT) 58 - loadable_storage_pass (SEGFAULT) 59 - loadable_storage_fail (SEGFAULT) 75 - test_aio_socket (Failed) 79 - test_locale_codepage (SEGFAULT) 80 - test_locale_message (SEGFAULT) 83 - test_locale_date_time (SEGFAULT) 84 - test_locale_generator (SEGFAULT) 85 - test_locale_config (SEGFAULT) 87 - test_locale_collate (SEGFAULT) 88 - test_locale_convert (SEGFAULT) 89 - test_locale_boundary (SEGFAULT) 90 - test_locale_formatting (SEGFAULT) 91 - test_locale_icu_vs_os_timezone (SEGFAULT) Errors while running CTest make: *** [test] Error 8 —————————— make hello_world: make CXX=/usr/local/bin/x86_64-apple-darwin13.1.0-g++-4.7 ./hello -c config.js then… Segmentation fault: 11 what’s wrong ? thanks. |