Re: [Rd] gctorture() and gzfile() doesn't get along.

2011-10-15 Thread Hin-Tak Leung
--- On Sat, 15/10/11, Simon Urbanek wrote: > Thanks, now fixed. It affected almost > all connections. > Simon Many thanks. Hopefully having gctorture() working would help - am having heap corruption problems and valgrind aborts :-). > On Oct 15, 2011, at 2:32 PM, Hin-Tak Leung wrote: > > > Fo

Re: [Rd] gctorture() and gzfile() doesn't get along.

2011-10-15 Thread Simon Urbanek
Thanks, now fixed. It affected almost all connections. Simon On Oct 15, 2011, at 2:32 PM, Hin-Tak Leung wrote: > Found the simpliest way of seeing I bug I encountered doing "R CMD check > --use-gct": Just launch R (with --vanilla), and do this: > >> ?gctorture > # this work >> gctorture() >> ?

Re: [Rd] gctorture() and gzfile() doesn't get along.

2011-10-15 Thread Hin-Tak Leung
--- On Sat, 15/10/11, Hin-Tak Leung wrote: > Found the simpliest way of seeing I > bug I encountered doing "R CMD check --use-gct": Just launch > R (with --vanilla), and do this: > > > ?gctorture > # this work > > gctorture() > > ?gctorture > Error in gzfile(file, "rb") : >   can only weakly re

[Rd] gctorture() and gzfile() doesn't get along.

2011-10-15 Thread Hin-Tak Leung
Found the simpliest way of seeing I bug I encountered doing "R CMD check --use-gct": Just launch R (with --vanilla), and do this: > ?gctorture # this work > gctorture() > ?gctorture Error in gzfile(file, "rb") : can only weakly reference/finalize reference objects # this does not It seems th