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

'source' commands on windows crash on exception #193

Open
krishnangovindraj opened this issue Dec 19, 2022 · 0 comments
Open

'source' commands on windows crash on exception #193

krishnangovindraj opened this issue Dec 19, 2022 · 0 comments

Comments

@krishnangovindraj
Copy link
Member

Description

When the query that's executed as part of a 'source' command encounters an exception, it crashes the process.

Environment

  1. OS (where TypeDB server runs): Windows
  2. TypeDB version (and platform): 2.14.1
  3. TypeDB client: console
  4. Other environment details: -

Reproducible Steps

> transaction social_network schema write 
social_network::schema::write> source path/to/data.tql # data write on schema transaction

Expected Output

Console catches exception, prints error message, terminates transaction but stays alive.

Actual Output

Console process crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants