Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OS X] Server mode doesn't seem to work #1133

Closed
kstan79 opened this issue Oct 5, 2013 · 29 comments
Closed

[OS X] Server mode doesn't seem to work #1133

kstan79 opened this issue Oct 5, 2013 · 29 comments
Labels

Comments

@kstan79
Copy link

kstan79 commented Oct 5, 2013

Hi,

I manage to compile hhvm in macosx, it run the services but it response when user browse inside.

I trace /var/log/hhvm/error.log seems nothing show.
when run it with command
hhvm/hhvm --config /etc/hhvm.conf --mode server (or daemon) --user root

show high CPU

  • I had change source path to /Applications/XAMPP/xamppfiles/htdocs so that it have same directory with xampp.
    Any ideal?
@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

sample
sample screen

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

Disable the JIT in your config file.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

i disable jit under eval, still same:

my /etc/hhvm.hdf file as below:

Server {
Port = 9800
SourceRoot = /Applications/XAMPP/xamppfiles/htdocs
DefaultDocument = index.php
ThreadCount =4
}

Eval {
Jit = false
}

Log {
Level = Error
UseLogFile = true
File = /var/log/hhvm/error.log
Access {

  • {
    File = /var/log/hhvm/access.log
    Format = %h %l %u %t "%r" %>s %b
    }
    }
    }

VirtualHost {

  • {
    Pattern = .*
    RewriteRules {
    dirindex {
    pattern = ^/(.*)/$
    to = $1/index.php
    qsa = true
    }
    }
    }
    }
    AdminServer {
    Port = 9801
    ThreadCount =1
    Password=

}
StaticFile {
FilesMatch {

  • {
    pattern = .*.(dll|exe)
    headers {
    • = Content-Disposition: attachment
      }
      }
      }
      Extensions {
      css = text/css
      gif = image/gif
      html = text/html
      jpe = image/jpeg
      jpeg = image/jpeg
      jpg = image/jpeg
      png = image/png
      tif = image/tiff
      tiff = image/tiff
      txt = text/plain
      }
      }

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

Then provide a backtrace.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

is this one?

Kims-MacBook-Pro-2:hphp kstan$ gdb
GNU gdb 6.3.50-20050815 (Apple version gdb-1822) (Sun Aug 5 03:00:42 UTC 2012)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".
(gdb) exec-file hhvm/hhvm -m server -c /etc/hhvm.hdf --user root
Reading symbols for shared libraries ........................warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/system/build/darwin-4.7.3/release/threading-multi/error_code.o" - no debug information available for "error_code.cpp".

.warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/cmdline.o" - no debug information available for "cmdline.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/config_file.o" - no debug information available for "config_file.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/options_description.o" - no debug information available for "options_description.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/parsers.o" - no debug information available for "parsers.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/variables_map.o" - no debug information available for "variables_map.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/value_semantic.o" - no debug information available for "value_semantic.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/positional_options.o" - no debug information available for "positional_options.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/utf8_codecvt_facet.o" - no debug information available for "utf8_codecvt_facet.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/convert.o" - no debug information available for "convert.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/program_options/build/darwin-4.7.3/release/threading-multi/split.o" - no debug information available for "split.cpp".

.warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/codecvt_error_category.o" - no debug information available for "codecvt_error_category.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/operations.o" - no debug information available for "operations.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/path.o" - no debug information available for "path.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/path_traits.o" - no debug information available for "path_traits.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/portability.o" - no debug information available for "portability.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/unique_path.o" - no debug information available for "unique_path.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/filesystem/build/darwin-4.7.3/release/threading-multi/utf8_codecvt_facet.o" - no debug information available for "utf8_codecvt_facet.cpp".

.warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/c_regex_traits.o" - no debug information available for "c_regex_traits.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/cpp_regex_traits.o" - no debug information available for "cpp_regex_traits.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/cregex.o" - no debug information available for "cregex.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/fileiter.o" - no debug information available for "fileiter.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/instances.o" - no debug information available for "instances.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/posix_api.o" - no debug information available for "posix_api.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/regex.o" - no debug information available for "regex.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/regex_raw_buffer.o" - no debug information available for "regex_raw_buffer.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/regex_traits_defaults.o" - no debug information available for "regex_traits_defaults.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/static_mutex.o" - no debug information available for "static_mutex.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/wc_regex_traits.o" - no debug information available for "wc_regex_traits.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/wide_posix_api.o" - no debug information available for "wide_posix_api.cpp".

warning: Could not find object file "/private/tmp/boostfb-4Nni/boost_1_53_0/bin.v2/libs/regex/build/darwin-4.7.3/release/threading-multi/winstances.o" - no debug information available for "winstances.cpp".

........warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility.o" - no debug information available for "compatibility.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-debug_list.o" - no debug information available for "compatibility-debug_list.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-debug_list-2.o" - no debug information available for "compatibility-debug_list-2.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-list.o" - no debug information available for "compatibility-list.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-list-2.o" - no debug information available for "compatibility-list-2.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-parallel_list.o" - no debug information available for "compatibility-parallel_list.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-parallel_list-2.o" - no debug information available for "compatibility-parallel_list-2.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-c++0x.o" - no debug information available for "compatibility-c++0x.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-atomic-c++0x.o" - no debug information available for "compatibility-atomic-c++0x.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/.libs/compatibility-thread-c++0x.o" - no debug information available for "compatibility-thread-c++0x.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(array_type_info.o)" - no debug information available for "array_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(bad_alloc.o)" - no debug information available for "bad_alloc.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(bad_cast.o)" - no debug information available for "bad_cast.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(bad_typeid.o)" - no debug information available for "bad_typeid.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(class_type_info.o)" - no debug information available for "class_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(del_op.o)" - no debug information available for "del_op.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(del_opnt.o)" - no debug information available for "del_opnt.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(del_opv.o)" - no debug information available for "del_opv.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(del_opvnt.o)" - no debug information available for "del_opvnt.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(dyncast.o)" - no debug information available for "dyncast.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_alloc.o)" - no debug information available for "eh_alloc.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_aux_runtime.o)" - no debug information available for "eh_aux_runtime.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_call.o)" - no debug information available for "eh_call.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_catch.o)" - no debug information available for "eh_catch.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_exception.o)" - no debug information available for "eh_exception.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_globals.o)" - no debug information available for "eh_globals.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_personality.o)" - no debug information available for "eh_personality.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_ptr.o)" - no debug information available for "eh_ptr.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_term_handler.o)" - no debug information available for "eh_term_handler.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_terminate.o)" - no debug information available for "eh_terminate.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_tm.o)" - no debug information available for "eh_tm.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_throw.o)" - no debug information available for "eh_throw.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_type.o)" - no debug information available for "eh_type.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(eh_unex_handler.o)" - no debug information available for "eh_unex_handler.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(enum_type_info.o)" - no debug information available for "enum_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(function_type_info.o)" - no debug information available for "function_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(fundamental_type_info.o)" - no debug information available for "fundamental_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(guard.o)" - no debug information available for "guard.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(guard_error.o)" - no debug information available for "guard_error.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(hash_bytes.o)" - no debug information available for "hash_bytes.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(nested_exception.o)" - no debug information available for "nested_exception.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(new_handler.o)" - no debug information available for "new_handler.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(new_op.o)" - no debug information available for "new_op.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(new_opnt.o)" - no debug information available for "new_opnt.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(new_opv.o)" - no debug information available for "new_opv.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(new_opvnt.o)" - no debug information available for "new_opvnt.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(pbase_type_info.o)" - no debug information available for "pbase_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(pmem_type_info.o)" - no debug information available for "pmem_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(pointer_type_info.o)" - no debug information available for "pointer_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(pure.o)" - no debug information available for "pure.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(si_class_type_info.o)" - no debug information available for "si_class_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(tinfo.o)" - no debug information available for "tinfo.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(vec.o)" - no debug information available for "vec.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(vmi_class_type_info.o)" - no debug information available for "vmi_class_type_info.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(vterminate.o)" - no debug information available for "vterminate.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../libsupc++/.libs/libsupc++convenience.a(cp-demangle.o)" - no debug information available for "cp-demangle.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(bitmap_allocator.o)" - no debug information available for "bitmap_allocator.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(pool_allocator.o)" - no debug information available for "pool_allocator.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(mt_allocator.o)" - no debug information available for "mt_allocator.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(codecvt.o)" - no debug information available for "codecvt.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(complex_io.o)" - no debug information available for "complex_io.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ctype.o)" - no debug information available for "ctype.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(globals_io.o)" - no debug information available for "globals_io.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(hash_tr1.o)" - no debug information available for "hash_tr1.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(hashtable_tr1.o)" - no debug information available for "hashtable_tr1.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ios.o)" - no debug information available for "ios.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ios_failure.o)" - no debug information available for "ios_failure.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ios_init.o)" - no debug information available for "ios_init.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ios_locale.o)" - no debug information available for "ios_locale.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(list.o)" - no debug information available for "list.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(locale.o)" - no debug information available for "locale.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(locale_init.o)" - no debug information available for "locale_init.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(locale_facets.o)" - no debug information available for "locale_facets.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(localename.o)" - no debug information available for "localename.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(stdexcept.o)" - no debug information available for "stdexcept.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(strstream.o)" - no debug information available for "strstream.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(tree.o)" - no debug information available for "tree.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(istream.o)" - no debug information available for "istream.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(streambuf.o)" - no debug information available for "streambuf.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(valarray.o)" - no debug information available for "valarray.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(atomicity.o)" - no debug information available for "atomicity.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(codecvt_members.o)" - no debug information available for "codecvt_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(collate_members.o)" - no debug information available for "collate_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ctype_configure_char.o)" - no debug information available for "ctype_configure_char.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ctype_members.o)" - no debug information available for "ctype_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(messages_members.o)" - no debug information available for "messages_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(monetary_members.o)" - no debug information available for "monetary_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(numeric_members.o)" - no debug information available for "numeric_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(time_members.o)" - no debug information available for "time_members.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(basic_file.o)" - no debug information available for "basic_file.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(c++locale.o)" - no debug information available for "c++locale.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(allocator-inst.o)" - no debug information available for "allocator-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(concept-inst.o)" - no debug information available for "concept-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ext-inst.o)" - no debug information available for "ext-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ios-inst.o)" - no debug information available for "ios-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(iostream-inst.o)" - no debug information available for "iostream-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(istream-inst.o)" - no debug information available for "istream-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(locale-inst.o)" - no debug information available for "locale-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(misc-inst.o)" - no debug information available for "misc-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(ostream-inst.o)" - no debug information available for "ostream-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(sstream-inst.o)" - no debug information available for "sstream-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(streambuf-inst.o)" - no debug information available for "streambuf-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(wlocale-inst.o)" - no debug information available for "wlocale-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++98/.libs/libc++98convenience.a(parallel_settings.o)" - no debug information available for "parallel_settings.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(chrono.o)" - no debug information available for "chrono.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(condition_variable.o)" - no debug information available for "condition_variable.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(debug.o)" - no debug information available for "debug.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(functexcept.o)" - no debug information available for "functexcept.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(functional.o)" - no debug information available for "functional.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(future.o)" - no debug information available for "future.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(hash_c++0x.o)" - no debug information available for "hash_c++0x.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(hashtable_c++0x.o)" - no debug information available for "hashtable_c++0x.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(limits.o)" - no debug information available for "limits.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(mutex.o)" - no debug information available for "mutex.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(placeholders.o)" - no debug information available for "placeholders.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(regex.o)" - no debug information available for "regex.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(shared_ptr.o)" - no debug information available for "shared_ptr.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(system_error.o)" - no debug information available for "system_error.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(thread.o)" - no debug information available for "thread.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(fstream-inst.o)" - no debug information available for "fstream-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(string-inst.o)" - no debug information available for "string-inst.cc".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libstdc++-v3/src/../src/c++11/.libs/libc++11convenience.a(wstring-inst.o)" - no debug information available for "wstring-inst.cc".

.warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/_muldi3_s.o" - no debug information available for "libgcc2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/darwin-64_s.o" - no debug information available for "darwin-64.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/addtf3_s.o" - no debug information available for "addtf3.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/divtf3_s.o" - no debug information available for "divtf3.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/eqtf2_s.o" - no debug information available for "eqtf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/getf2_s.o" - no debug information available for "getf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/letf2_s.o" - no debug information available for "letf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/multf3_s.o" - no debug information available for "multf3.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/negtf2_s.o" - no debug information available for "negtf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/subtf3_s.o" - no debug information available for "subtf3.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/unordtf2_s.o" - no debug information available for "unordtf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/fixtfsi_s.o" - no debug information available for "fixtfsi.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/fixunstfsi_s.o" - no debug information available for "fixunstfsi.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/floatsitf_s.o" - no debug information available for "floatsitf.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/floatunsitf_s.o" - no debug information available for "floatunsitf.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/fixtfdi_s.o" - no debug information available for "fixtfdi.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/fixunstfdi_s.o" - no debug information available for "fixunstfdi.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/floatditf_s.o" - no debug information available for "floatditf.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/floatunditf_s.o" - no debug information available for "floatunditf.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/fixtfti_s.o" - no debug information available for "fixtfti.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/fixunstfti_s.o" - no debug information available for "fixunstfti.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/floattitf_s.o" - no debug information available for "floattitf.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/floatuntitf_s.o" - no debug information available for "floatuntitf.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/extendsftf2_s.o" - no debug information available for "extendsftf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/extenddftf2_s.o" - no debug information available for "extenddftf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/extendxftf2_s.o" - no debug information available for "extendxftf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/trunctfsf2_s.o" - no debug information available for "trunctfsf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/trunctfdf2_s.o" - no debug information available for "trunctfdf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/trunctfxf2_s.o" - no debug information available for "trunctfxf2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/enable-execute-stack_s.o" - no debug information available for "enable-execute-stack.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/unwind-dw2_s.o" - no debug information available for "unwind-dw2.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/unwind-dw2-fde-darwin_s.o" - no debug information available for "unwind-dw2-fde-darwin.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/unwind-c_s.o" - no debug information available for "unwind-c.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/emutls_s.o" - no debug information available for "emutls.c".

. done

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

Type 'bt'.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

it return me No stack.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

(gdb) run hhvm -m server -c /etc/hhvm.hdf --user root
Starting program: /usr/bin/hhvm hhvm -m server -c /etc/hhvm.hdf --user root
Reading symbols for shared libraries ++++++++++++++++++++++++++++++++++++............................................... done
Reading symbols for shared libraries ....................... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
HipHop Fatal error: syntax error, unexpected '$' in /usr/bin/hhvm on line 2222

Program exited with code 01.
(gdb) bt
No stack.
(gdb)

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

Drop the 'hhvm' in your run command.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

..., I'm not so familiar with C/C++ environment, i tried execute:

gdb hhvm/hhvm

then got long message as below:
.......
warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/unwind-dw2-fde-darwin_s.o" - no debug information available for "unwind-dw2-fde-darwin.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/unwind-c_s.o" - no debug information available for "unwind-c.c".

warning: Could not find object file "/private/tmp/gcc47-6CkE/gcc-4.7.3/build/x86_64-apple-darwin12.4.0/libgcc/emutls_s.o" - no debug information available for "emutls.c".

. done

warning: Trying to remove a section from the ordered section list that did not exist at 0x1038f1000.

warning: Trying to remove a section from the ordered section list that did not exist at 0x1038f2000.

(gdb) run
Starting program: /usr/local/hiphop-php/hphp/hhvm/hhvm
Reading symbols for shared libraries ++++++++++++++++++++++++++++++++................................................ done
Reading symbols for shared libraries ....................... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
HipHop Notice: File could not be loaded:

Program exited with code 01.
(gdb) bt
No stack.
(gdb)

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

I said drop 'hhvm' from your run command, not the rest of the parameters.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

got it!

(gdb) run -m server -c /etc/hhvm.hdf --user root
Starting program: /usr/bin/hhvm -m server -c /etc/hhvm.hdf --user root
Reading symbols for shared libraries ++++++++++++++++++++++++++++++++................................................ done
Reading symbols for shared libraries ....................... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
[Switching to process 20734 thread 0x1a03]
0x000000010031cf90 in HPHP::ThreadLocalOnThreadExitHPHP::BigintData ()
(gdb) bt
#0 0x000000010031cf90 in HPHP::ThreadLocalOnThreadExitHPHP::BigintData ()
#1 0x00007fff964694b0 in _pthread_tsd_cleanup ()
#2 0x00007fff964629d2 in _pthread_exit ()
#3 0x00007fff9646277d in _pthread_start ()
#4 0x00007fff9644f1a1 in thread_start ()
(gdb)

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

@scannell Does that look familiar to you? I know you've done some threadlocal/pthread work on OSX but I'm not sure if this is related.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

I notice that when execute hhvm it work for only one second then become high load

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

That's just because it's crashing.

I also recommend you post a backtrace from a debug build. Rerun cmake but add -DCMAKE_BUILD_TYPE=Debug, then recompile.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

OK, compiling now

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

Hi, here it is for debug backtrace!

(gdb) run -m daemon -c /etc/hhvm.hdf --user root
Starting program: /usr/local/hiphop-php/hphp/hhvm/hhvm -m daemon -c /etc/hhvm.hdf --user root
Reading symbols for shared libraries ++++++++++++++++++++++++++++++++................................................ done
Reading symbols for shared libraries ....................... done
Reading symbols for shared libraries . done

Program exited normally.
(gdb) bt
No stack.
(gdb) run -m daemon -c /etc/hhvm.hdf --user root
Starting program: /usr/local/hiphop-php/hphp/hhvm/hhvm -m daemon -c /etc/hhvm.hdf --user root

Program exited normally.
(gdb) bt
No stack.
(gdb) Quit
(gdb) run -c /etc/hhvm.hdf --user root
Starting program: /usr/local/hiphop-php/hphp/hhvm/hhvm -c /etc/hhvm.hdf --user root
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Assertion failed: (uintptr_t(m_stacklimit) < (Util::s_stackLimit + Util::s_stackSize)), function onSessionInit, file /usr/local/hiphop-php/hphp/runtime/base/thread-info.cpp, line 94.

Program received signal SIGABRT, Aborted.
0x00007fff8e437d46 in __kill ()
(gdb) bt
#0 0x00007fff8e437d46 in __kill ()
#1 0x00007fff964a7f83 in abort ()
#2 0x00007fff964a8cb9 in __assert_rtn ()
#3 0x000000010042d9a3 in HPHP::ThreadInfo::onSessionInit (this=0x10d046160) at /usr/local/hiphop-php/hphp/runtime/base/thread-info.cpp:94
#4 0x000000010039ee2d in HPHP::hphp_session_init () at /usr/local/hiphop-php/hphp/runtime/base/program-functions.cpp:1477
#5 0x00000001003993aa in HPHP::execute_command_line_begin (argc=0, argv=0x11273b1f0, xhprof=0) at /usr/local/hiphop-php/hphp/runtime/base/program-functions.cpp:498
#6 0x000000010039d365 in HPHP::execute_program_impl () at /usr/local/hiphop-php/hphp/runtime/base/program-functions.cpp:1255
#7 0x000000010039a9ff in HPHP::execute_program (argc=5, argv=0x7fff5fbffbc0) at /usr/local/hiphop-php/hphp/runtime/base/program-functions.cpp:750
#8 0x000000010000a939 in main (argc=5, argv=0x7fff5fbffbc0) at /usr/local/hiphop-php/hphp/hhvm/main.cpp:34

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

Comment out that assertion for now. HHVM works without it and nobody has taken the time to properly look at it yet.

@scannell
Copy link
Contributor

scannell commented Oct 5, 2013

Debug builds will assert even sooner. We haven't spent much time getting server or JIT mode to work; the priority has just been to get client mode working for development purposes -- strongly recommend using Linux for now unless you have the skillset to dig deeper into the OSX issues. (It is on our list of parity items but it's not the highest one for the moment.)

@danslo
Copy link
Contributor

danslo commented Oct 5, 2013

I can confirm that you need to comment out an assertion and one of the destructors in some zend file to get it to run in server mode. And obviously JIT doesn't work.

Like @scannell said, don't run OSX if you want a stable version of HHVM.

@kstan79
Copy link
Author

kstan79 commented Oct 5, 2013

after comment out assert at /usr/local/hiphop-php/hphp/runtime/base/thread-info.cpp, line 94, problem still exist. I guess there is many place need to touch up. since it is not supported been force to temporary abondom for OSX.

@kstan79
Copy link
Author

kstan79 commented Oct 8, 2013

By the way, i would like to try disable assert in my current code. Is there any method I can do?

Like use 'sed' or put in additional parameter in CMAKE compile option?

@scannell
Copy link
Contributor

scannell commented Oct 8, 2013

Remove the assert and recompile?

@kstan79
Copy link
Author

kstan79 commented Oct 8, 2013

yes

@davidpenn
Copy link

This works for me but as @scannell and @danslo said, don't run OSX if you want a stable version of HHVM https://gist.github.com/davidpenn/6889496

@kstan79
Copy link
Author

kstan79 commented Oct 10, 2013

cool,hhvm compiled and running. but it can run only simple script. When access to my project url it crashed and stop the services. Seems there is many issue need to fix within kernel/memory level. Same project run in ubuntu very well.

@scannell
Copy link
Contributor

Correct. (Those asserts are there for a reason.) It is on our list of things to do but it's clear that it's not a trivial effort and other parity work is higher priority for us at the moment.

@ptarjan
Copy link
Contributor

ptarjan commented Dec 7, 2013

OSX Isn't officially supported and there are plenty of other umbrella tasks covering "get OSX working"

@ptarjan ptarjan closed this as completed Dec 7, 2013
@scannell
Copy link
Contributor

scannell commented Dec 7, 2013

We'd be happy to review any patches in this area but it's not an immediate priority for us to get JIT mode working or to do substantial work to keep the server mode working. For the moment, OS X is intended to be client mode for development purposes only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants