Comment #4 on issue 1646 by mikhail.naganov: Segmentation fault in v8::internal::Logger::is_logging
http://code.google.com/p/v8/issues/detail?id=1646
That's really weird. I was thinking that MemoryAllocator doesn't have an isolate reference, and was using the "current" isolate, but that's not true.
This looks impossible because MemoryAllocator references the same isolate (0x6e3520) that you are currently initializing (Isolate::Init (this=0x6e3520)), and isolate's logger_ is OK.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
