Bug in vm-quit preventing clean quit
Bug #682312 reported by
Tim Cross
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
VM |
Fix Released
|
High
|
Tim Cross |
Bug Description
Latest bzr trunk for VM generates a backtrace with a void function error for function not defined np-change
Error is from the line
(unless (or (no-change) virtual)
which I suspect should be
(unless (or no-change virtual)
Patch attached.
Related branches
Changed in vm: | |
assignee: | nobody → Tim Cross (tcross) |
tags: | added: new |
Changed in vm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Gosh, thanks Tim!