SQLite Forum

Centos pre-thread db connection using WAL journal_mode
Login
> WSL

If you mean WSL 1, then upgrade to WSL 2 or switch to a VM. WSL 1 is [not actually Linux][0], which is why it's been replaced, fixing [dozens of known problems][1].

If this is WSL 2, then try a VM instead, so that you'll at least be running on a supported filesystem.

> on my windows machine so I can debug

There are debuggers on CentOS. I would not be surprised to find that they work poorly on WSL1, but I'd expect them to work well on WSL2, and even better on a HyperV VM.

> NTFS

So, not CentOS, then, which [does not support NTFS][2].

This is a file system access error you're getting, so yes, using a nonstandard kernel atop a nonstandard file system for that kernel is relevant, so you should have reported it from the start.

Does the problem happen on the "real" CentOS machines? Can you replicate it on a VM?

[0]: https://docs.microsoft.com/en-us/windows/wsl/compare-versions
[1]: https://github.com/microsoft/WSL/issues?q=is%3Aissue+label%3Afixed-in-wsl2+is%3Aclosed
[2]: https://docs.centos.org/en-US/8-docs/advanced-install/assembly_partitioning-reference/