-
Notifications
You must be signed in to change notification settings - Fork 584
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
Comments
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
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
In AsyncFileReader.h class
AsyncFileIO
functionInitialize
, 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 astrerror(errno)
function call.The text was updated successfully, but these errors were encountered: