ExitCommand throws an exception + bug fix
| Project: | JNode Core |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | lsantha |
| Status: | closed |
Jump to:
Description
If you start JNode, then immediately use the 'exit' command to exit the F1 console, you get a stacktrace for the StackEmptyException. It is a straight-forward bug in the AbstractConsoleManager.unregisterConsole(...) method with a one-line fix.
A patch is attached for the HEAD version of the file:
core/src/driver/org/jnode/driver/console/spi/AbstractConsoleManager.java
| Attachment | Size |
|---|---|
| issues_48 | 514 bytes |
- Login to post comments
#1
I've committed it.
Thanks, Levente
#2