-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Windows + Prisma: Server process exited with code 3765269347 #261
Comments
Research the error furtherWe can first try to find out what this error code It appears that error code
So it appears there is an unhandled C++ exception somewhere in the Windows version of Try a more minimal setupOne thing that I would do in your position is first try out your setup with more minimal code. @ProchaLu also experienced SafeQL crashing on Windows (with a different error code, You can try to first only lint a single file on the command line:
If that doesn't fail with the same error message, then you can try to expand to other files until you identify which file is causing the problem. Once you have identified which file is causing SafeQL to crash, then you can check the file contents to see if there is any unusual SQL in there. Eg. in @ProchaLu's issue linked above, he identified 3 errors which caused crashes with SafeQL on Windows:
So if any of these (or similar) could apply to your situation, then this may explain the SafeQL crashes. |
I've also reported this in a new |
Originally reported by @Vishal-beep136 in #255 (comment)
Original comment below:
Heyy I was able to install successfully
@ts-safeql/eslint-plugin
libpg-query
without any errorshowever it doesn't seems to work, like it's not linting or showing error. I'm using it with Prisma.
I followed this doc prisma
it should display error like ->
Error: column "idd" does not exist
I'm not sure what went wrong I believe I've even configured it correct in
.eslintrc.js
also EsLint is crashing a lot
Could be that
@ts-safeql/eslint-plugin
libpg-query
aren't compatible with windows OS 😭 ??or Am I missing something ??
Thanks :)
The text was updated successfully, but these errors were encountered: