File: BUGS

package info (click to toggle)
ngspice 24-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 46,840 kB
  • sloc: ansic: 456,450; xml: 13,667; sh: 10,075; makefile: 3,407; perl: 1,590; yacc: 1,486; tcl: 823; pascal: 702; lex: 319
file content (37 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This file contains a list of known but not yet fixed bugs in ngspice.
===========================================================================

How to submit a bug report:

There are two methods to report a bug you have discovered in ngspice:

    * Bug tracker: This is the preferred method of reporting a bug. 
      Using the tracker on Sourceforge.net site will make your report 
      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:
------------------------------------------------------------------------------
* return value:

  When ngspice is called in batch mode it returns 1 even if the simulations
  are run. The problem arises when there is a .control section but no
  .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. 
  
* please refer to the sourceforge bug tracker at 
  http://sourceforge.net/tracker/?group_id=38962&atid=423915