[v8-users] Re: RequestGarbageCollectionForTesting causing segfault

2015-03-14 Thread Jean-Philippe Déry
Fixed it! Turns out this part is actually important: Platform* platform = platform::CreateDefaultPlatform(); V8::InitializePlatform(platform); On Friday, 13 March 2015 22:55:40 UTC-4, Jean-Philippe Déry wrote: > > Hi, > > I'm trying to use force garbage collection using > RequestGarbageCollect

[v8-users] Re: RequestGarbageCollectionForTesting causing segfault

2015-03-13 Thread Jean-Philippe Déry
Right after posting I noticed an error in the code below where "scope" was not defined. I fixed it however the segfault remains. On Friday, 13 March 2015 22:55:40 UTC-4, Jean-Philippe Déry wrote: > > Hi, > > I'm trying to use force garbage collection using > RequestGarbageCollectionForTesting >