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

print reason for file handle creation failure #327

Open
pabs3 opened this issue Jul 31, 2022 · 1 comment · May be fixed by #328
Open

print reason for file handle creation failure #327

pabs3 opened this issue Jul 31, 2022 · 1 comment · May be fixed by #328

Comments

@pabs3
Copy link

pabs3 commented Jul 31, 2022

In AsyncFileReader.h class AsyncFileIO function Initialize, it handles failure to open the file by printing an error saying that the file handle couldn't be created, but it doesn't print the reason for the error. This can be printed by printing the string returned by a strerror(errno) function call.

@pabs3
Copy link
Author

pabs3 commented Jul 31, 2022

This will be helpful to diagnose the SPTAG build failures in Debian.

pabs3 added a commit to pabs3/SPTAG that referenced this issue Jul 31, 2022
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jul 31, 2022
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
@pabs3 pabs3 linked a pull request Jul 31, 2022 that will close this issue
pabs3 added a commit to pabs3/SPTAG that referenced this issue Nov 13, 2022
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Feb 5, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Feb 6, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 25, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Mar 25, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Apr 1, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue May 3, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue May 10, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jun 16, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
pabs3 added a commit to pabs3/SPTAG that referenced this issue Jul 20, 2023
Should help diagnose the build failures in Debian.

Fixes: microsoft#327
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant