Re: [Rd] Too long pathname in bitmap() crashes R on WinXP

2007-03-31 Thread Henrik Bengtsson
Thanks. /Henrik On 3/31/07, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > It is also possible to trigger this on Unix: a buffer in postscript() is > PATH_MAX when it should be 2*PATH_MAX + 2. > > I'll fix this in 2.5.0 alpha (there is also a potential issue inside the > Windows' runcmd that needs

Re: [Rd] Too long pathname in bitmap() crashes R on WinXP

2007-03-30 Thread Prof Brian Ripley
It is also possible to trigger this on Unix: a buffer in postscript() is PATH_MAX when it should be 2*PATH_MAX + 2. I'll fix this in 2.5.0 alpha (there is also a potential issue inside the Windows' runcmd that needs fixing). On Fri, 30 Mar 2007, Henrik Bengtsson wrote: > Hi, > > using too long

[Rd] Too long pathname in bitmap() crashes R on WinXP

2007-03-30 Thread Henrik Bengtsson
Hi, using too long pathnames for bitmap() crash R on WinXP. I've verified that this is the case with R version 2.4.1 Patched (2007-03-25 r40958) and R version 2.5.0 alpha (2007-03-30 r40957). I cannot reproduce it on Linux. REPRODUCIBLE EXAMPLE: % Rterm --vanilla # Tell R where Ghostscript is