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

flags cause open failed #32

Open
templexxx opened this issue Nov 4, 2022 · 3 comments
Open

flags cause open failed #32

templexxx opened this issue Nov 4, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@templexxx
Copy link
Collaborator

templexxx commented Nov 4, 2022

using hard-code flags would open succeed, but passed by invoker would be failed.

same errno mentioned here: #31

@templexxx templexxx self-assigned this Nov 4, 2022
@templexxx
Copy link
Collaborator Author

only open for creating will have "incorrect" flags. The flags got by emulator register for Read is okay

@templexxx
Copy link
Collaborator Author

flags bypassed by MIPS register lost create flag (64, 0x40) which causes No Such File error. Still don't know why

templexxx added a commit that referenced this issue Nov 5, 2022
@templexxx
Copy link
Collaborator Author

fixed by hard code: 8ef49fa

but still need to find out what causes wrong flag

@templexxx templexxx added the bug Something isn't working label Nov 22, 2022
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

No branches or pull requests

1 participant