NuxtN
Nuxt2y ago
dohn

How to debug Node memory allocation errors?

Hi! Recently my Nuxt app has started acting up a bit and during development I see these errors that completely crash the dev server:
✔ Nuxt Nitro server built in 804 ms                              nitro 5:36:47 PM
node(39651,0x17207b000) malloc: *** error for object 0x118b212f8: pointer being freed was not allocated
node(39651,0x17207b000) malloc: *** set a breakpoint in malloc_error_break to debug

Is there a flag or something I can use to find the culprit module?
Was this page helpful?