Open mkustermann opened 4 years ago
gdb seems to have trouble unwinding the stack in this core dump, but if I've done it right manually, we have hit
RELEASE_ASSERT(!FLAG_enable_isolate_groups) in IsolateGroup::ReloadSources
and then failed Profiler::DumpStackTrace. gdb does report the flag as true, though we don't expect that in the JIT.
and then failed Profiler::DumpStackTrace. gdb does report the flag as true, though we don't expect that in the JIT.
Yes. The flag is false
in JIT except for tests which explicitly opt-in and this is not one of them.
From this log:
There seem to be core dumps available, see the 'isolate out' directories in the build: Three of them have a coredump.
/cc @rmacnak-google