ngspice/BUGS

38 lines
1.6 KiB
Plaintext
Raw Normal View History

This file contains a list of known but not yet fixed bugs in ngspice.
2004-09-04 11:58:39 +02:00
===========================================================================
2005-08-23 20:54:22 +02:00
How to submit a bug report:
2010-09-25 18:50:08 +02:00
There are two methods to report a bug you have discovered in ngspice:
2005-08-23 20:54:22 +02:00
* Bug tracker: This is the preferred method of reporting a bug.
2010-09-25 18:50:08 +02:00
Using the tracker on Sourceforge.net site will make your report
2005-08-23 20:54:22 +02:00
open by everyone and the chances of finding a fix will increase.
* ngspice-devel list: If you are a member of this list, you can write
directly to the developers' list. Do not subscribe to the list only
for sending bug reports.
Before sending a bug report please note: all information you send to the bug
tracking system or on the mailing lists is public. If you need to send
sensitive information, send them to a developer directly but still write non
sensitive data on the bug tracking system to keep track of bug history.
------------------------------------------------------------------------------
OPEN BUGS:
------------------------------------------------------------------------------
2004-09-04 11:58:39 +02:00
* return value:
When ngspice is called in batch mode it returns 1 even if the simulations
2010-09-25 18:50:08 +02:00
are run. The problem arises when there is a .control section but no
2004-09-04 11:58:39 +02:00
.print, .plot or .fourier lines. Ngspice outputs:
Note: No ".plot", ".print", or ".fourier" lines; no simulations run
and exits returning 1.
Workaround: add -r <dummyfile> to the command line to avoid this.
2010-09-25 18:50:08 +02:00
* please refer to the sourceforge bug tracker at
http://sourceforge.net/tracker/?group_id=38962&atid=423915