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

Shell causing system reboot after typing single letter "a" #98

Open
MinusPL opened this issue Dec 4, 2021 · 1 comment
Open

Shell causing system reboot after typing single letter "a" #98

MinusPL opened this issue Dec 4, 2021 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@MinusPL
Copy link
Collaborator

MinusPL commented Dec 4, 2021

When you type single letter a in shell it will cause immediate system reboot.
Only letter a causes this issue.

How to fix:

  • Debug shell to see in which function program causes issue
  • Check what parameters are passed to that function and how they differ when passing different parameters than "a"
  • Debug syscall that should be called within that function
  • Check syscall behaviour when it receives "a" and other parameters

Good first issue to solve. Basic programming and debugging knowledge required. Good for newcomers in project.

@MinusPL MinusPL added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Dec 4, 2021
@MinusPL
Copy link
Collaborator Author

MinusPL commented Aug 29, 2022

Also yet another clue for someone who might want to start their participation here. Problem is caused by other letters assigned to partitions. If we have also partitions B: C: etc it will also cause reboot with b and c.

@MinusPL MinusPL added this to the MicrOS v1.3 milestone Feb 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant