-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation fault using wildcard in ignore option on Node.js 22.7.0 #184
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This does not reproduce on my system (macOS 14.1). What OS are you using? Can you try running in a debugger (e.g.
Then type |
@devongovett Here's the output from the debugger
|
@devongovett I'm using Ubuntu 22.04.4 LTS on WSL (5.15.153.1-microsoft-standard-WSL2) |
It's reproducible on Ubuntu and Fedora workstation as well (Linux 6.8 Fedora Linux 40.20240730.0 (Silverblue)). Works fine on MacOS |
Description
ref: #170 (comment)
The following code causes segmentation fault
Steps to reproduce
npm install
node index.mjs
Actual result
Expectation
node index.mjs
keeps subscribing current dirOther info
I can reproduce this issue with v2.4.2-alpha.0
The text was updated successfully, but these errors were encountered: