

/* ## CSS error message ##*/
body::before {
  font-weight: bold;
  content: "A css error occured, using an old style to render this page";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000000000;
  background-color: #C00;
  color: #DDD;
}

css_error_message {
  content: "\A<--- Last few GCs --->\A\A[619608:0x1d9cae80]      405 ms: Scavenge 41.3 (58.6) -> 31.3 (63.1) MB, 8.09 / 0.00 ms  (average mu = 1.000, current mu = 1.000) allocation failure; \A[619608:0x1d9cae80]      502 ms: Scavenge 46.4 (63.3) -> 33.9 (63.3) MB, 42.41 / 0.00 ms  (average mu = 1.000, current mu = 1.000) allocation failure; \A\A\A<--- JS stacktrace --->\A\AFATAL ERROR: NewSpace::EnsureCurrentCapacity Allocation failed - JavaScript heap out of memory\A----- Native stack trace -----\A\A 1: 0xca5580 node::Abort() [node]\A 2: 0xb781f9  [node]\A 3: 0xeca4d0 v8::Utils::ReportOOMFailure(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 4: 0xeca7b7 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate\*, char const\*, v8::OOMDetails const&) [node]\A 5: 0x10dc505  [node]\A 6: 0x111b819  [node]\A 7: 0x10ee656 v8::internal::Heap::MarkCompact() [node]\A 8: 0x10f3cad v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const\*) [node]\A 9: 0x10f419c v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]\A10: 0x10ca4a1 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]\A11: 0x10cb635 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]\A12: 0x10a7d56 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [node]\A13: 0x1099984 v8::internal::FactoryBase<v8::internal::Factory>::AllocateRawWithImmortalMap(int, v8::internal::AllocationType, v8::internal::Map, v8::internal::AllocationAlignment) [node]\A14: 0x109af53 v8::internal::FactoryBase<v8::internal::Factory>::NewByteArray(int, v8::internal::AllocationType) [node]\A15: 0x10a72e4 v8::internal::Factory::CodeBuilder::BuildInternal(bool) [node]\A16: 0x10a7c1e v8::internal::Factory::CodeBuilder::Build() [node]\A17: 0x1802071 v8::internal::RegExpMacroAssemblerX64::GetCode(v8::internal::Handle<v8::internal::String>) [node]\A18: 0x14c431e v8::internal::RegExpCompiler::Assemble(v8::internal::Isolate\*, v8::internal::RegExpMacroAssembler\*, v8::internal::RegExpNode\*, int, v8::internal::Handle<v8::internal::String>) [node]\A19: 0x14ee439 v8::internal::RegExpImpl::Compile(v8::internal::Isolate\*, v8::internal::Zone\*, v8::internal::RegExpCompileData\*, v8::base::Flags<v8::internal::RegExpFlag, int>, v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::String>, bool, unsigned int&) [node]\A20: 0x14eebb6 v8::internal::RegExpImpl::CompileIrregexp(v8::internal::Isolate\*, v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, bool) [node]\A21: 0x14ef777 v8::internal::RegExpImpl::IrregexpPrepare(v8::internal::Isolate\*, v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>) [node]\A22: 0x14ef8b0 v8::internal::RegExpImpl::IrregexpExec(v8::internal::Isolate\*, v8::internal::Handle<v8::internal::JSRegExp>, v8::internal::Handle<v8::internal::String>, int, v8::internal::Handle<v8::internal::RegExpMatchInfo>, v8::internal::RegExp::ExecQuirks) [node]\A23: 0x1518415 v8::internal::Runtime_StringReplaceNonGlobalRegExpWithFunction(int, unsigned long\*, v8::internal::Isolate\*) [node]\A24: 0x193cef6  [node]\AThis error occurred while compiling the bundle 'web.assets_frontend' containing:";
}
