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

Boards crash due to several bugs #59

Closed
3 tasks
marcomicera opened this issue Nov 23, 2019 · 9 comments
Closed
3 tasks

Boards crash due to several bugs #59

marcomicera opened this issue Nov 23, 2019 · 9 comments
Labels
board Code concerning ESP32 firmware bug Something isn't working

Comments

@marcomicera
Copy link
Owner

@marcomicera marcomicera added bug Something isn't working board Code concerning ESP32 firmware priority High priority task labels Nov 23, 2019
@marcomicera marcomicera added this to the Hard requirements milestone Nov 23, 2019
@simonasaitta
Copy link
Collaborator

I've been trying for a while but it never happens to me. The only wrong thing happening is that sometimes the board get stuck while waiting for server but no error there.

@marcomicera
Copy link
Owner Author

I guess at this point I will have to take care of this issue since I'm the only one who encounters these errors...

@simonasaitta
Copy link
Collaborator

simonasaitta commented Nov 24, 2019

I've added a timeout 44a19c0 to board requests to server. This should be the reason the board used to get stuck. From my understanding in case of failures the board should restart.

@marcomicera
Copy link
Owner Author

I still experience the StoreProhibited kernel panic after 44a19c0.

@simonasaitta
Copy link
Collaborator

That commit wasn't supposed to fix that. It should just avoid boards getting stuck. After store prohibition they should restart since they crashed

@marcomicera
Copy link
Owner Author

I don't think so, this is what I experience with crashed boards: #60 (comment)

@simonasaitta
Copy link
Collaborator

Another time board got stuck for me was after disconnecting from wifi (not voluntary). This has been fixed here b043c24

@marcomicera marcomicera removed the priority High priority task label Dec 12, 2019
@marcomicera
Copy link
Owner Author

Solving #60 and #61 first might mitigate this issue.

@marcomicera
Copy link
Owner Author

Closing since boards seem not to crash anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
board Code concerning ESP32 firmware bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants