We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Unexpected segfault instead of just an error message when the starting dir isn't contained in the top level folder.
To Reproduce Steps to reproduce the behavior:
ubuntu@carta-dave:~$ carta_backend --version 4.1.0 ubuntu@carta-dave:~$ carta_backend --top_level_folder /mnt /home [2024-06-14 10:27:36.154Z] [CARTA] [info] Writing to the log file: /home/ubuntu/.carta-beta/log/carta.log [2024-06-14 10:27:36.155Z] [CARTA] [info] /usr/bin/carta_backend: Version 4.1.0 [2024-06-14 10:27:36.155Z] [CARTA] [critical] Starting /home must be a subdirectory of top level /mnt. Exiting carta. Segmentation fault (core dumped)
Expected behavior An error message, but no segfault.
Platform info (please complete the following information):
Additional context Picked dirs here at random just to duplicate on a more "normal" box an issue originally detected on a minimalist Ubuntu 22 pod.
The text was updated successfully, but these errors were encountered:
confluence
Successfully merging a pull request may close this issue.
Describe the bug
Unexpected segfault instead of just an error message when the starting dir isn't contained in the top level folder.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An error message, but no segfault.
Platform info (please complete the following information):
Additional context
Picked dirs here at random just to duplicate on a more "normal" box an issue originally detected on a minimalist Ubuntu 22 pod.
The text was updated successfully, but these errors were encountered: