-
Notifications
You must be signed in to change notification settings - Fork 61
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
"ls -l" raises usage fault #50
Comments
Thank for your report. I confirmed that it's a bug. By the way, I revised the subject of this issue. Hard fault occurred in this situation results from that system is unable to handle usage fault anymore. |
Thank you very much. Is this easy to solve? if I want to add new command, micropython porting could be a good starting point or not? |
Dear, piko-RT developer: For now piko-RT. this issue will output the below information
i know this issue is ls.c can't parse "ls -l".
|
hello, pikoRT developer:
Thank you for create this wonder land.
the following is how to generate the fault which i meet.
after OS boot sequence complete, the prompt will be displayed.
type the below 'ls' operation, will cause system hang up.
step 1. type 'ls'
step 2. type 'ls -l'
step 3. type 'ls'
the system will show the message like below:
for trying to understand the 'ls' command's flow, i try to add come code in the
below code piece.
the question is after step 3., the system will hang on. what is the root cause of this problem?
how to fix this problem?
Thank you very much.
BR,
Akio
The text was updated successfully, but these errors were encountered: