Should be reproducible with a sequence of read calls on a file with one or two printing characters per line, followed by "\r\n" as usual. If a character gets eaten, then it must be the _O_TEXT processing at fault, somehow.
-Greg > From: Georg Mischler <[email protected]> > Subject: Re: [Radiance-dev] NREL Radiance re-distribution > Date: May 12, 2016 12:29:03 PM PDT > > Adding 9-letter modifier 'solar1215' > Adding 8-letter modifier 'olar1216' > Adding 9-letter modifier 'solar1217' > > Not really looking forward to the digging... > > Cheers > -schorsch > > Am 2016-05-12 17:49, schrieb Gregory J. Ward: >> Well, due to the way wordfile.c backs up over words split by read >> buffer boundaries, its effective buffer length changes, so it does in >> fact read this particular line in a way that splits the EOL character. >> I had to simulate it, but I think I counted correctly. >> It will be interesting to see if your build has the same issue.... >> Cheers, >> -Greg >>> From: Georg Mischler <[email protected]> >>> Subject: Re: [Radiance-dev] NREL Radiance re-distribution >>> Date: May 12, 2016 12:10:56 AM PDT >>> There's no way for this to be the same problem we recently identified. >>> For one, I don't think Robs gcc is using the MS Universal CRT from >>> Windows 10 which caused that one. And secondly, the character that gets >>> eaten here is nowhere near a line ending. >>> Mostapha, can you send me your current test dataset? I only have the >>> version with 420 names, which does not seem to cause trouble anymore. >>> Then I'll check if the SCons build has the same issue, and if so, >>> walk through it to see what really happens. >>> Cheers >>> -schorsch >>> PS: I'm following radiance-dev, no need for a seperate cc. >> _______________________________________________ >> Radiance-dev mailing list >> [email protected] >> http://www.radiance-online.org/mailman/listinfo/radiance-dev > > -- > Georg Mischler -- simulations developer -- schorsch at schorsch com > +schorsch.com+ -- lighting design tools -- http://www.schorsch.com/ > > _______________________________________________ > Radiance-dev mailing list > [email protected] > http://www.radiance-online.org/mailman/listinfo/radiance-dev _______________________________________________ Radiance-dev mailing list [email protected] http://www.radiance-online.org/mailman/listinfo/radiance-dev
