[R-sig-DB] could someone help me untangle this db garbage collection bug for the r core team?

Anthony Damico @jd@m|co @end|ng |rom gm@||@com
Thu Apr 21 10:04:23 CEST 2016


it was introduced in R version 3.2.3 and it is easy to reproduce on
windows--

# initiate R with "C:\Program Files\R\R-3.2.4\bin\x64\Rterm.exe"
--max-mem-size=35M
library(RSQLite)
db <- dbConnect( SQLite() )
for( i in 1:1000 ) { dbWriteTable( db , 'x' , mtcars , append = TRUE ) }
# CRASH


--but it requires RSQLite or MonetDBLite to trigger, so the r core team
will not look at it until the example has been narrowed down to not rely on
contributed packages [1]  slightly more discussion here [2]  thanks

[1] https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16734
[2] https://github.com/rstats-db/RSQLite/issues/135

	[[alternative HTML version deleted]]




More information about the R-sig-DB mailing list