-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch
-
Fully Compatible
-
v8.0
-
Service Arch 2024-05-13
-
167
The jsCore_heap_profiling task runs on some variants that are using the system allocator so they end up not compiling the heap profiling parameters defined in tcmalloc_parameters.idl which gives us a startup error. Right now we have some tags that should prevent all of the errors from occurring, but they are too broad and exclude more variants than needed. We should create a new tag (maybe `incompatible_system_allocator`) so that we can exclude only the variants that run with system allocator.