Sciweavers

ECOOPWEXCEPTION
2006
Springer

Exception Handling in the Choices Operating System

13 years 8 months ago
Exception Handling in the Choices Operating System
Exception handling is a powerful abstraction that can be used to help manage errors and support the construction of reliable operating systems. Using exceptions to notify system components about exceptional conditions also reduces coupling of error handling code and increases the modularity of the system. We explore the benefits of incorporating exception handling into the Choices operating system in order to improve reliability. We extend the set of exceptional error conditions in the kernel to include critical kernel errors such as invalid memory access and undefined instructions by wrapping them with language-based software exceptions. This allows developers to handle both hardware and software exceptions in a simple and unified manner through the use of an exception hierarchy. We also describe a catch-rethrow approach for exception propagation across protection domains. When an exception is caught by the system, generic recovery techniques like policy-driven micro-reboots and resta...
Francis M. David, Jeffrey C. Carlyle, Ellick Chan,
Added 22 Aug 2010
Updated 22 Aug 2010
Type Conference
Year 2006
Where ECOOPWEXCEPTION
Authors Francis M. David, Jeffrey C. Carlyle, Ellick Chan, David Raila, Roy H. Campbell
Comments (0)