Catch exceptions while initializing.#808
Closed
mattn wants to merge 4 commits into
Closed
Conversation
Contributor
Author
|
Hmm, it seems test is failing. This is catch-up logic for initialize. When going to vm loop, this part should be overwrite the next setjmp, I guess. hmm... |
Contributor
Author
|
Ah, |
Contributor
|
mrb_p can not be used when |
Contributor
Author
|
Added #ifdef, Thank you. |
Contributor
|
😃 |
Contributor
Author
|
@matz abort() makes us confused to debug. |
Contributor
|
How about fixing it by #1096 ? |
Contributor
Author
|
I wonder we will detect error description with mrb_panic. mrb_bug have argument for description. |
Member
|
Fixed by #4250 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If exception occur while initializing mrbgems, mruby call
abort().I think it should be bits gracefull.
How about show errors and return NULL for
mrb_open()?