To report a bug, please contact us and provide a description of your problem.
Known Issues
-
Projector Incompatability
Under Mac OS X, connecting a computer running Savu to a projector may cause Savu to crash. This is an issue with swing's behavior under OS X. The issue may be resolved by changing the preferred display to the projecter in System Preferences under the Displays tab.
-
Output Interleaving
The relationship between stdout and stderr is not completely preserved in Savu. Text written to stderr might appear later in the execution than it should. It will not, however, appear earlier.
-
Debugger Filtering
Any line printed to stdout that begins with
Savu[\x19]Pdb[\x15]Output
([\x19]
= ASCII character 25 (EM),[\x15]
= ASCII character 21 (NAK)) will be assumed to be output from the debug module and will not be passed to the user.