Displaying 2 results from an estimated 2 matches for "r57030".
Did you mean:
57030
2011 Sep 20
3
tcltk freezes R
...roblem on my macbook air with mac os x lion on it.
when any program tries to load the tcltk library the R GUI or R command line
freezes. also happens if I just use library(tcltk)
changing versions of tcltk and/or R doesn't help. currently I have the
following:
R version 2.13.2 beta (2011-09-19 r57030)
tcltk 8.5.10
any suggestions?
thanks a lot already,
t.
--
View this message in context: http://r.789695.n4.nabble.com/tcltk-freezes-R-tp3828263p3828263.html
Sent from the R help mailing list archive at Nabble.com.
2011 Sep 23
2
cbind() crashes on raw vectors
Hi,
cbind() doesn't seem to like raw vectors:
> df <- cbind(a=integer(4000), b=raw(4000))
> df
*** glibc detected *** /home/hpages/R-2.13.1/bin/exec/R: malloc():
memory corruption: 0x0000000002d73ca0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x79d7a)[0x7f3592b91d7a]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x6e)[0x7f3592b9431e]