too many open files
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I am using gnucap-2008-05-27
When I do, as with gnucap-0.35, above Linux and XP (cygwin).
<< c:\spice\sim1.cir
(tran 0.0 1.0 0.01 Pack >> c:\spice\result.raw) // not necessary for
"bug" purpose
<< c:\spice\sim2.cir
<< c:\spice\sim3.cir
....
<< c:\spice\sim28.cir
tran 0.0 1.0 0.01 Pack >> c:\spice\result.raw
I obtain now :
internal error: files: 32
can't open c:\spice\result.raw, Illegal seek
I think it is a TooManyFilesOpen (MAXHANDLE reach) and that
the previously open files was not unhandled properly.
Perhaps I must put a command between the different "<< " : clear,???
Best regards,
Jacques Le Coupanec