[R] Re: Other core dumps, with apologies
Guido Masarotto
guido at hal.stat.unipd.it
Mon Jan 18 12:05:32 CET 1999
On Sun, Jan 17, 1999 at 07:27:02PM +0100, Peter Dalgaard BSA wrote:
> Norm Josephy <NJOSEPHY at bentley.edu> writes:
> > There are two other places where I have induced a core dump.
> >
> > x1 <- 1:10
> > f1 <- cut(x,5); f2 <- cut(x,4); f3 <- cut(x,3)
> > as.matrix(list(f1,f2,f3))
> > ----------------------------------------------------
This appears to have been fixed in 0.63.2 (I tested both under
Linux and under a 'just this morning compiled' Windows version (that I will
make available during the week).
> >
> > Just after start-up, as the first expression issued:
> >
> > strwidth("abcd")
> > -----------------------------------------------------
Only tested under Linux. Problem seems due to the initialization of fonts,
i.e.,
if no graphics device is open -> segmentation fault
if a graphics device is open but is 'virgin'=no font yet used->
strwidth("abcd")=INF
after some plotting -> rigth results.
guido
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list