[v8-users] 3.14.5 memory leak

2018-05-25 Thread Ryan Bamford
Im probably missing something obvious but im getting a memory leak running a very simple test app #include #include using namespace v8; using namespace std; int main(int argc, char* argv[]) { V8::Initialize(); { HandleScope handle_scope; Persistent context = Context::New(); c

[v8-users] Re: 3.14.5 memory leak

2018-05-25 Thread Ryan Bamford
Additional info the app is linked against just v8 and pthread -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop r

Re: [v8-users] 3.14.5 memory leak

2018-05-25 Thread Ben Noordhuis
On Fri, May 25, 2018 at 11:36 AM, Ryan Bamford wrote: > Im probably missing something obvious but im getting a memory leak running a > very simple test app > > #include > #include > > using namespace v8; > using namespace std; > > int main(int argc, char* argv[]) { > > V8::Initialize(); > {

[v8-users] hello-world.cc:(.text+0x10): undefined reference to `v8::V8::Initialize()

2018-05-25 Thread Lillit Zakaryan
I have sample code and couldn't compile #include #include #include #include int main(int argc, char* argv[]) { v8::V8::Initialize(); return 0; } g++ -std=c++11 -I. -Iinclude hello-world.cc -o hello_world out.gn/x64.release/obj/libv8_libbase.a -lpthread ERROR: /tmp/ccrVU4J

Re: [v8-users] entry point error

2018-05-25 Thread Joe Smack
Copied it over first thing :) Weird. -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, s