suhelkap.eth
suhelkap.eth
PD🧩 Plasmo Developers
Created by suhelkap.eth on 5/13/2025 in #🔰newbie
Plasmo dev build fails with malloc error
I just created a new plasmo project with npm create plasmo -- --with-nextjs15, but when running npm run dev, the build keeps failing with
🔄 Building...node(33793,0x17528b000) malloc: Incorrect checksum for freed object 0x14bca6e00: probably modified after being freed.
Corrupt value: 0x5f300000000
node(33793,0x175aa3000) malloc: Incorrect checksum for freed object 0x12a152800: probably modified after being freed.
Corrupt value: 0x5f300000000
node(33793,0x175697000) malloc: Incorrect checksum for freed object 0x14a176200: probably modified after being freed.
Corrupt value: 0x0
node(33793,0x17528b000) malloc: *** set a breakpoint in malloc_error_break to debug
node(33793,0x175697000) malloc: *** set a breakpoint in malloc_error_break to debug
node(33793,0x175aa3000) malloc: *** set a breakpoint in malloc_error_break to debug
error Command failed with signal "SIGABRT".
🔄 Building...node(33793,0x17528b000) malloc: Incorrect checksum for freed object 0x14bca6e00: probably modified after being freed.
Corrupt value: 0x5f300000000
node(33793,0x175aa3000) malloc: Incorrect checksum for freed object 0x12a152800: probably modified after being freed.
Corrupt value: 0x5f300000000
node(33793,0x175697000) malloc: Incorrect checksum for freed object 0x14a176200: probably modified after being freed.
Corrupt value: 0x0
node(33793,0x17528b000) malloc: *** set a breakpoint in malloc_error_break to debug
node(33793,0x175697000) malloc: *** set a breakpoint in malloc_error_break to debug
node(33793,0x175aa3000) malloc: *** set a breakpoint in malloc_error_break to debug
error Command failed with signal "SIGABRT".
I am using node js v20.19.1 What am I supposed to do here?
2 replies