On Mon, Jan 12, 2009 at 6:31 PM, Martin Morgan wrote:
> An off-list guess is, ironically, to NOT call dbDisconnect or gc().
>
> The C code in the package registers a 'finalizer' that gets called when the
> object is garbage collected. This is the same code that gets called by
> dbDisconnect. Unfor
On Friday 09 January 2009, Joe Conway wrote:
> Dylan Beaudette wrote:
> > Subsequent calls to:
> >
> > conn <- dbConnect(PgSQL(), host="localhost", dbname="xxx", user="xxx")
> > query <- dbSendQuery(conn, query_text)
> > res <- dbGetResult(query)
> >
> > are resulting in this:
> >
> > *** glibc det
Dylan Beaudette wrote:
Subsequent calls to:
conn <- dbConnect(PgSQL(), host="localhost", dbname="xxx", user="xxx")
query <- dbSendQuery(conn, query_text)
res <- dbGetResult(query)
are resulting in this:
*** glibc detected *** /usr/local/lib/R/bin/exec/R: realloc(): invalid
other attache
3 matches
Mail list logo