Michael Lapsley <mlapsley at ndirect.co.uk> writes:
Here is a nasty one: (0.65.1 on linux)
plot(c(1,2,3,4),c(2,4,6,8),log="Y")
Segmentation fault (core dumped) [ml at athome ml]$
Ouch!
Seems the bug is in errorcall().
Yes, or arguments to same to be precise: 406 errorcall(call,"invalid \"log=%s\" specification",*p); (gdb) p p $1 = 0x40781a28 "Y" (gdb) p *p $2 = 89 'Y' I.e., one needs 'p', not '*p' in there. Thanks. Will fix.
O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._