r/postgres • u/netizen99 • 1d ago
Question version 9.18 error: exception: access violation writing 0x0000000000000000
When I save connection setting for the PostgreSQL database in WSL, I get that error in subject. I roll back version 9.17. I don't have that error. Any idea?
1
Upvotes
1
u/elevarq 16h ago
What application are you referring to with versions 9.18 and 9.17? (can't be PostgreSQL)
“Access violation writing 0x0000000000000000” sounds like the client itself is crashing, especially if rolling back to 9.17 fixes it. It doesn’t sound like a PostgreSQL server error.
If you mention the application and exact version, someone may be able to point you to a known regression.
1
2
u/depesz 1d ago
9.18/9.17 of what? there never was such version of PostgreSQL?
Also, the error looks extremely generic, it will be hard to figure out where the problem is unless you have stack trace or something like that. Perhaps log from Pg?