R-alpha: R-0.49: 2 problems

Kurt Hornik Kurt.Hornik@ci.tuwien.ac.at
Mon, 28 Apr 1997 07:07:05 +0200


I found the following 2 problems (no debugging, sorry).

* qt(0.975, 3) never returns.

Can someone please check that?  Happens for me on Debian GNU/Linux/ix86
compiled with CFLAGS="-O2 -g".

* Yet another stupid way to cause a segfault:

R> x
Error: Object "x" not found
R> debug(t.test)
R> t.test(rnorm(10))
debug: choices <- c("two.sided", "greater", "less")
Browse[1]> return()
NULL
R> x
Error: Object "x" not found
Browse[1]> return()
Segmentation fault

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