What version of Oxlint are you using?
1.64.0
What command did you run?
oxlint src/
What does your .oxlintrc.json (or oxlint.config.ts) config file look like?
not much just add any jsPlugin, AI was replicating this by just running the js plugin fixture at https://github.com/oxc-project/oxc/tree/f2c01e17b22c8089359fab59f4dedfb675024cad/apps/oxlint/test/fixtures/plugin_eslint
What happened?
seg fault on startup. Did some debugging with AI, found #22088 to be the cause of the issue. Had the below to say
I also had it attempt some fix that does work to use mmap and munmap instead but sounds like that is introducing unsafe rust code and may not be ideal pathway
RTVision@c2c1bb0 if want to see what 5.5 did
What version of Oxlint are you using?
1.64.0
What command did you run?
oxlint src/
What does your
.oxlintrc.json(oroxlint.config.ts) config file look like?not much just add any jsPlugin, AI was replicating this by just running the js plugin fixture at https://github.com/oxc-project/oxc/tree/f2c01e17b22c8089359fab59f4dedfb675024cad/apps/oxlint/test/fixtures/plugin_eslint
What happened?
seg fault on startup. Did some debugging with AI, found #22088 to be the cause of the issue. Had the below to say
I also had it attempt some fix that does work to use mmap and munmap instead but sounds like that is introducing unsafe rust code and may not be ideal pathway
RTVision@c2c1bb0 if want to see what 5.5 did