3.31.74.1 was a failed attempt at creating a sufficiently stable basis for a branch point, and is totally unsupported. Pretty bad idea to use that in production. I'm not surprised it's crashing.
On Wed, Jul 29, 2015 at 1:33 PM, Wilfried Gösgens <[email protected]> wrote: > Hi everone, > > We're using V8 3.31.74.1 in arangodb 2.6.x on windows; and now and then we > have this crash: > > > arangod.exe!v8::internal::MarkCompactCollector::ParallelSweepSpacesComplete(void) > Unknown > > arangod.exe!v8::internal::MarkCompactCollector::EnsureSweepingCompleted(void) > Unknown > arangod.exe!v8::internal::MarkCompactCollector::Prepare(void) > Unknown > arangod.exe!v8::internal::Heap::MarkCompact(void) Unknown > arangod.exe!v8::internal::Heap::PerformGarbageCollection(enum > v8::internal::GarbageCollector,enum v8::GCCallbackFlags) Unknown > arangod.exe!v8::internal::Heap::CollectGarbage(enum > v8::internal::GarbageCollector,char const *,char const *,enum > v8::GCCallbackFlags) Unknown > arangod.exe!v8::internal::Heap::CollectAllAvailableGarbage(char > const *) Unknown > arangod.exe!v8::Isolate::LowMemoryNotification(void) Unknown > > arangod.exe!SingleRunGarbageCollectionV8(v8::Isolate * isolate, > int idleTimeInMs) Line 4399 C++ > arangod.exe!TRI_RunGarbageCollectionV8(v8::Isolate * isolate, > double availableTime) Line 4433 C++ > arangod.exe!triagens::arango::ApplicationV8::collectGarbage() Line > 675 C++ > arangod.exe!triagens::basics::Thread::runMe() Line 310 C++ > arangod.exe!triagens::basics::Thread::startThread(void * arg) Line > 59 C++ > arangod.exe!ThreadStarter(void * data) Line 68 C++ > > It seems to occur in the same place regardles of the load on the server. > It doesn't occur with the linux version nor does valgrind report any > problems in similar (test)-scenarios nor do any assertions in V8 happen if > its built with debug enabled. > Is this a known issue? > > Cheers, > Wilfried Goesgens > > -- > -- > v8-users mailing list > [email protected] > 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, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
