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

A design problem raised by test case /test/testproj2/isprmgr.c, VAR8 #3

Open
thinkhy opened this issue May 2, 2014 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@thinkhy
Copy link
Owner

thinkhy commented May 2, 2014

userproc/UserProcess.java: UserProcess.handleExcetion:


  default:
        Lib.debug(dbgProcess, "Unexpected exception: " +
              Processor.exceptionNames[cause]);

        /* Fix defect by isprmgr, Var7                            */
        handleExit(-1);                                     /*@BCA*/

        Lib.assertNotReached("Unexpected exception");

Is it reasonable to invoke 'handleExit' for unhandled exception?

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

No branches or pull requests

2 participants