Skip to content

[VFSImpl::open] cause "Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled." error #1963

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

Closed
xiruilin opened this issue Oct 14, 2018 · 3 comments
Labels
Status: Stale Issue is stale stage (outdated/stuck)

Comments

@xiruilin
Copy link

xiruilin commented Oct 14, 2018

In [VFSImpl::open] func, when parameter "path" == NULL, the line #26 cause error:

if(!path || path[0] != '/') { log_e("%s does not start with /", path); return FileImplPtr(); }

@lbernstone
Copy link
Contributor

Your log_e is throwing the error. It can't cast a NULL to %s in the printf.

@stale
Copy link

stale bot commented Aug 1, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status: Stale Issue is stale stage (outdated/stuck) label Aug 1, 2019
@stale
Copy link

stale bot commented Aug 15, 2019

This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Stale Issue is stale stage (outdated/stuck)
Projects
None yet
Development

No branches or pull requests

2 participants