Advertisement
Guest User

Untitled

a guest
Apr 30th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. jsheaptools.cpp
  2. ld: warning: could not create compact unwind for _ffi_call_unix64: does not use RBP or RSP based frame
  3. Undefined symbols for architecture x86_64:
  4. "operator new(unsigned long)", referenced from:
  5. __ZL10its_setterP9JSContextP8JSObjectliPN2JS5ValueE in js.o
  6. js::workers::Worker::create(JSContext*, js::workers::WorkerParent*, JSString*, JSObject*) in jsworkers.o
  7. js::workers::Worker::jsPostMessageToParent(JSContext*, unsigned int, JS::Value*) in jsworkers.o
  8. js::workers::Worker::jsPostMessageToChild(JSContext*, unsigned int, JS::Value*) in jsworkers.o
  9. js::workers::ErrorEvent::create(JSContext*, js::workers::Worker*) in jsworkers.o
  10. js::workers::Worker::initWorkers(JSContext*, js::workers::WorkerHooks*, JSObject*, JSObject**) in jsworkers.o
  11. js::workers::ThreadPool::start(JSContext*) in jsworkers.o
  12. ...
  13. "std::terminate()", referenced from:
  14. __ZL18resolver_enumerateP9JSContextP8JSObject in js.o
  15. MJitCodeStats(JSContext*, unsigned int, JS::Value*) in js.o
  16. __ZL15NewGlobalObjectP9JSContext15CompartmentKind in js.o
  17. __ZL5CloneP9JSContextjPN2JS5ValueE in js.o
  18. __ZL13EvalInContextP9JSContextjPN2JS5ValueE in js.o
  19. __ZL8Sleep_fnP9JSContextjPN2JS5ValueE in js.o
  20. __ZL5SnarfP9JSContextjPN2JS5ValueE in js.o
  21. ...
  22. "operator delete(void*)", referenced from:
  23. __ZL10its_setterP9JSContextP8JSObjectliPN2JS5ValueE in js.o
  24. __ZL12its_finalizeP9JSContextP8JSObject in js.o
  25. Shell(JSContext*, js::cli::OptionParser*, char**)::ShellWorkerHooks::~ShellWorkerHooks() in js.o
  26. js::cli::detail::BoolOption::~BoolOption() in js.o
  27. js::workers::Worker::create(JSContext*, js::workers::WorkerParent*, JSString*, JSObject*) in jsworkers.o
  28. js::workers::ThreadPool::jsFinalize(JSContext*, JSObject*) in jsworkers.o
  29. js::workers::Worker::jsFinalize(JSContext*, JSObject*) in jsworkers.o
  30. ...
  31. "___cxa_pure_virtual", referenced from:
  32. vtable for js::workers::WorkerParent in jsworkers.o
  33. vtable for js::workers::Event in jsworkers.o
  34. vtable for js::ProxyHandler in libjs_static.a(jsproxy.o)
  35. "___gxx_personality_v0", referenced from:
  36. Dwarf Exception Unwind Info (__eh_frame) in js.o
  37. Dwarf Exception Unwind Info (__eh_frame) in jsworkers.o
  38. Dwarf Exception Unwind Info (__eh_frame) in jsoptparse.o
  39. Dwarf Exception Unwind Info (__eh_frame) in libjs_static.a(jsapi.o)
  40. Dwarf Exception Unwind Info (__eh_frame) in libjs_static.a(Stack.o)
  41. Dwarf Exception Unwind Info (__eh_frame) in libjs_static.a(jsfun.o)
  42. Dwarf Exception Unwind Info (__eh_frame) in libjs_static.a(jswrapper.o)
  43. ...
  44. ld: symbol(s) not found for architecture x86_64
  45. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement