Displaying 1 result from an estimated 1 matches for "peeir".
Did you mean:
pedir
2005 Jan 24
1
sprintf("%s\n", a) segfaults R with big a (PR#7554)
...209.10)
Transcript:
> b = 'a small string'
> sprintf('foo: %s\n', b)
[1] "foo: a small string\n"
> a = matrix (ncol=100, nrow=1000, data=c(1,2,3,4,5))
> a.serial = serialize(a, NULL, ascii=TRUE)
> sprintf('foo: %s\n', a.serial)
Segmentation fault
peeir:/usr/local/src/R-2.0.1#
I don't have a core dump to send--sorry. If I have time, I will try to debug
it, but I probably won't be able to....
W