[Rd] text() with large cex parameter crashes X11() (PR#553)

Prof Brian Ripley Prof Brian Ripley <ripley@stats.ox.ac.uk>
Mon, 22 May 2000 18:46:49 +0100 (BST)


> From: plummer@iarc.fr
> Date: Mon, 22 May 2000 17:24:21 +0200 (MET DST)
> To: r-devel@stat.math.ethz.ch
> Subject: [Rd] text() with large cex parameter crashes X11() (PR#553)
> CC: R-bugs@biostat.ku.dk
> X-Loop: R-bugs@biostat.ku.dk
> 
> Trying to use text() with very large cex parameter crashes
> R when using the X11() device
> 
> X11()
> plot(1,1,type="n")
> text(1,1,"foo", cex=10)
> 
> This also crashes R
> 
> points(1,1,pch="A", cex=10)
> 
> presumably because we are trying to load a font that doesn't
> exist, but I haven't looked into it.

As a matter of interest, does it crash R-devel?  I added some X11 error
handlers a couple of weeks ago, so X11 errors should no longer crash R.

-- 
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

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._