Hi, I think I encountered this problem once too and "fixed" it. If I remember correctly, there's a bug in the plstream constructor/deconstructor. If you don't give a stream number to the constructor that problem will occur after 100 calls. So just give a stream number to the constructor and it should work fine.
I hope this helps. Roberto Casalegno wrote: > Hello everyone, > > When, in the same program, I open and close 100 files, PLplot complains: > > plsstrm: Illegal stream number 100, must be in [0, 100] > > plots are closed every time before open a new one, so I see no reason why it > should reach that limit. > > I have found another guy with the same problem here: > http://www.mail-archive.com/[email protected]/msg01576.html > > Date of the post is july 2009, I installed the latest version of PLplot on > Feb 2010 but no patch has been issued yet. > > Any suggestion? > > Thank you, > Roberto Casalegno > C&T Computing & Science > > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------ > > _______________________________________________ > Plplot-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/plplot-general > ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Plplot-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-general
