Re: [v8-users] Re: Segmentation fault when disposing of an isolate.

2019-12-20 Thread Tom Hanks
Hi Jakob thanks for the reply. Yes this issue occurs outside of Valgrind as well. When I execute the test program from the command line the output is: "2489.824" Segmentation fault (core dumped) When I use gdb: (gdb) run Starting program: /home/tom/projects/v8_workspace/testing [Thread debu

Re: [v8-users] Re: Segmentation fault when disposing of an isolate.

2019-12-20 Thread Jakob Kummerow
Does this happen outside of Valgrind too? Looks like the address in question was mmap'ed, so yeah, it's "not stack'd, malloc'd or (recently) free'd", but that doesn't mean it's invalid. On Fri, Dec 20, 2019 at 2:32 PM Tom Hanks wrote: > Some extra context, here is how the test program is being

[v8-users] Re: Segmentation fault when disposing of an isolate.

2019-12-20 Thread Tom Hanks
Some extra context, here is how the test program is being compiled: g++ testing.cxx -I v8 -I v8/include -lv8_monolith -Lv8/out.gn/x64.release.sample/obj/ -pthread -std=c++0x -ggdb -o testing -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You