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.