Skip to content

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

@thinkhy

Description

@thinkhy

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?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions