@@ -58,7 +58,30 @@ The following queries provide results that do not match those of other implement
5858 ```
5959 Error:
6060 ```
61- FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory
61+
62+ <--- Last few GCs --->
63+
64+ [56662:0xaaaaf8599230] 319 ms: Mark-sweep 24.4 (41.6) -> 8.7 (41.6) MB, 4.1 / 0.0 ms (average mu = 0.804, current mu = 0.876) allocation failure; scavenge might not succeed
65+ [56662:0xaaaaf8599230] 352 ms: Mark-sweep 34.4 (51.6) -> 12.0 (44.9) MB, 6.6 / 0.0 ms (average mu = 0.802, current mu = 0.799) allocation failure; scavenge might not succeed
66+
67+
68+ <--- JS stacktrace --->
69+
70+ FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
71+ 1: 0xffff8d7e2f60 node::Abort() [/lib/aarch64-linux-gnu/libnode.so.109]
72+ 2: 0xffff8d6ee108 void node::FPrintF<>(_IO_FILE*, char const*) [/lib/aarch64-linux-gnu/libnode.so.109]
73+ 3: 0xffff8db671dc v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [/lib/aarch64-linux-gnu/libnode.so.109]
74+ 4: 0xffff8db673cc v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [/lib/aarch64-linux-gnu/libnode.so.109]
75+ 5: 0xffff8dd51fb8 [/lib/aarch64-linux-gnu/libnode.so.109]
76+ 6: 0xffff8dd66ba8 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [/lib/aarch64-linux-gnu/libnode.so.109]
77+ 7: 0xffff8dd43cc0 v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/aarch64-linux-gnu/libnode.so.109]
78+ 8: 0xffff8dd44e38 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [/lib/aarch64-linux-gnu/libnode.so.109]
79+ 9: 0xffff8dd25f50 v8::internal::Factory::AllocateRaw(int, v8::internal::AllocationType, v8::internal::AllocationAlignment) [/lib/aarch64-linux-gnu/libnode.so.109]
80+ 10: 0xffff8dd1e450 v8::internal::FactoryBase<v8::internal::Factory>::NewFixedArrayWithFiller(v8::internal::Handle<v8::internal::Map>, int, v8::internal::Handle<v8::internal::Oddball>, v8::internal::AllocationType) [/lib/aarch64-linux-gnu/libnode.so.109]
81+ 11: 0xffff8dd31f4c v8::internal::Factory::NewJSArrayStorage(v8::internal::ElementsKind, int, v8::internal::ArrayStorageAllocationMode) [/lib/aarch64-linux-gnu/libnode.so.109]
82+ 12: 0xffff8dd31ff8 v8::internal::Factory::NewJSArray(v8::internal::ElementsKind, int, int, v8::internal::ArrayStorageAllocationMode, v8::internal::AllocationType) [/lib/aarch64-linux-gnu/libnode.so.109]
83+ 13: 0xffff8e105a8c v8::internal::Runtime_StringSplit(int, unsigned long*, v8::internal::Isolate*) [/lib/aarch64-linux-gnu/libnode.so.109]
84+ 14: 0xffff8da8406c [/lib/aarch64-linux-gnu/libnode.so.109]
6285 ```
6386
6487- [ ] ` $["key"] `
@@ -1321,7 +1344,7 @@ The following queries provide results that do not match those of other implement
13211344 ```
13221345 Error:
13231346 ```
1324- jsonPath: Cannot read property 'c' of undefined: _v.a.b.c==3
1347+ jsonPath: Cannot read properties of undefined (reading 'c') : _v.a.b.c==3
13251348 ```
13261349
13271350- [ ] ` $[?(1==1)] `
0 commit comments