Skip to content
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

client(psql): stackoverflow in dev build when using tab completion #2390

Closed
universalmind303 opened this issue Jan 10, 2024 · 2 comments · Fixed by #2392
Closed

client(psql): stackoverflow in dev build when using tab completion #2390

universalmind303 opened this issue Jan 10, 2024 · 2 comments · Fixed by #2392
Assignees
Labels
bug 🐛 Something isn't working

Comments

@universalmind303
Copy link
Contributor

Description

# terminal 1
> glaredb server
12:36:27.542  INFO metastore::local: Starting in-memory metastore
12:36:27.544  INFO metastore::srv: Creating new Metastore service process_id=c5c943ea-de19-46f6-9e9d-39e578311e75
12:36:27.549  INFO glaredb::server: Starting GlareDB 0.7.1

Connect via Postgres protocol: postgresql://0.0.0.0:6543
# terminal 2
psql "host=localhost user=glaredb dbname=glaredb port=6543"
psql (15.3 (Homebrew), server 15.1)
Type "help" for help.

glaredb=>  select * from <KC_TAB>
# terminal 1
thread 'server-thread-9' has overflowed its stack
fatal runtime error: stack overflow
@universalmind303 universalmind303 added the bug 🐛 Something isn't working label Jan 10, 2024
@universalmind303
Copy link
Contributor Author

It may be unrelated, but I'm seeing the same error when trying to e2e test the pg_type table. The server gives the same response when connecting via the adbc_postgres driver.

@universalmind303 universalmind303 changed the title stackoverflow when using tab completion in psql stackoverflow in dev build when using tab completion in psql Jan 10, 2024
@universalmind303 universalmind303 changed the title stackoverflow in dev build when using tab completion in psql cstackoverflow in dev build when using tab completion in psql Jan 10, 2024
@universalmind303 universalmind303 changed the title cstackoverflow in dev build when using tab completion in psql client(psql): stackoverflow in dev build when using tab completion Jan 10, 2024
@scsmithr
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants