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

Core 0 panic'ed (LoadProhibited) #15

Closed
Harvie opened this issue Jan 22, 2020 · 5 comments
Closed

Core 0 panic'ed (LoadProhibited) #15

Harvie opened this issue Jan 22, 2020 · 5 comments

Comments

@Harvie
Copy link

Harvie commented Jan 22, 2020

Hello,
i am getting this error from MQTT module. Can you please take a look at it?

image

image

@rojer
Copy link
Contributor

rojer commented Jan 22, 2020

MQTT had a big refactoring, this is a regression.
thanks for reporting, change is on the way!

@rojer rojer closed this as completed in 998dcb9 Jan 22, 2020
@Harvie
Copy link
Author

Harvie commented Jan 22, 2020

rojer closed this in 998dcb9 7 minutes ago

Thanks for swift response! What i need to do to integrate this fix to my project? Is doing build --clean enough to pull the fixed version or do i have to wait for official release?

@rojer
Copy link
Contributor

rojer commented Jan 22, 2020

when your project uses mos-latest, as your evidently does, it will pull libraries every hour.
you can force it by deleting deps/mqtt, so it will clone the repo.

@Harvie
Copy link
Author

Harvie commented Jan 23, 2020

Aha. That is the problem. We should have used stable version in the first place.
Switched to stable version by mos update release command. It will probably save us from similar problems in futue. Thanks.

@rojer
Copy link
Contributor

rojer commented Jan 24, 2020

yep. but i do encourage you to test with -latest as well, otherwise bugs not found in latest will bite you in release, only a bit later :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants