ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
3.87k stars 536 forks source link

[pg] Segfault on select * from pg_type #2484

Open rekby opened 7 months ago

rekby commented 7 months ago

Reproduce:

  1. Run local ydb
  2. echo "select * from pg_type" | psql postgres://root:1234@localhost:5432/local

stacktrace

vitstn commented 7 months ago

yqlrun behaviour: Fatal: ERROR: invalid cache ID: 42

crash should be fixed in the ydbd itself

vitstn commented 6 months ago

https://github.com/ydb-platform/ydb/pull/2545