gatsby v4.15 and above caused segment fault #35837
Labels
type: bug
An issue or pull request relating to a bug in Gatsby
type: upstream
Issues outside of Gatsby's control, caused by dependencies
Preliminary Checks
Description
After upgrading to gatsby v4.15, I encountered a segmentation fault error while running
gatsby develop
. (v4.14 works fine for me)(gatsby@next has this issue, too)
I used
segfault-handler
to locate where the SEGSEGV came from by adding the following lines togatsby-node.js
It seems that it is related to
lmdb
(which I am unfamiliar with).Reproduction Link
Unfortunately, I failed to make a minimal reproduction.
Steps to Reproduce
I failed to make a minimal reproduction and I also noticed that this issue didn't happen on netlify.
Maybe I can supply a minimal reproduction later.
My repo(not a minimal reproduction): https://github.com/kxxt/kxxt-website
yarn install
yarn develop --verbose
Expected Result
The development server starts successfully.
Actual Result
The development server crashed due to a segmentation fault.
Here is the log:
Environment
Config Flags
No response
The text was updated successfully, but these errors were encountered: