ipx
ipx copied to clipboard
free() invalid size
Environment
ubuntu 22.04 node 22.13.1 “nuxt": last “@nuxt/image": last
Reproduction
not posible
Describe the bug
When upgrading from versions:
“nuxt": “3.13.2”, “@nuxt/image": ‘^1.8.1’,
to the latest ones, the application stopped running, ubuntu console gives the error free() invalid size and stops execution.
I installed valgrind to track the memory error, it shows this error.
Any help would be greatly appreciated.
Additional context
No response
Logs
I found that downgrading sharp to 0.32.6 fixes the issue. Anything newer causes munmap_chunk(): invalid pointer error.