[Rd] xyplot {lattice} bug causes crash (PR#2370)

ripley@stats.ox.ac.uk ripley@stats.ox.ac.uk
Fri Dec 13 08:07:04 2002


That's not the current version of R (and presumably not of grid nor
lattice).

This does work with the current versions for me on XP: please update your
system.

On Fri, 13 Dec 2002 Toby.Patterson@csiro.au wrote:

> Full_Name: Toby Patterson
> Version: 1.6.0
> OS: winXP
> Submission from: (NULL) (140.79.2.3)
>
>
>
> I seem to be able to cause a predictable crash (i.e. the application terminates
> abnormally) in R using the library lattice. If I have
>
> x<-cbind(1:10,c(rep(1,7),rep(2,3)),rnorm(10))
> library(lattice)
> xyplot(x[,1]~x[,3]|x[,2])
>
> # works oK but reversing the ylim entries i.e.
>
> xyplot(x[,1]~x[,3]|x[,2],ylim=c(10,0))
>
> # seems to crash R at this point with a "divide by zero" win32 popup error
> # message.
>
>
> platform i386-pc-mingw32
> arch     i386
> os       mingw32
> system   i386, mingw32
> status
> major    1
> minor    6.0
> year     2002
> month    10
> day      01
> language R
>
> ______________________________________________
> R-devel@stat.math.ethz.ch mailing list
> http://www.stat.math.ethz.ch/mailman/listinfo/r-devel
>

-- 
Brian D. Ripley,                  ripley@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595