kindlychung / rpostgresql

Automatically exported from code.google.com/p/rpostgresql
0 stars 0 forks source link

RPostgreSQL 0.1.7 for Windows 64 causes R.2.12.1 Win64 crash #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
  I build the binary package file of RPostgreSQL 0.1.7 for Windows 2003 Server R2 64 bit SP2, the software environments are as following:
         R 2.12.1 for Win64
         RTools212 for Win64
         DBI 0.2.5
         RPostgreSQL 0.1.7
         Postgresql related binaries shipped with postgresql-9.0.2-1-windows_x64.exe from EnterpriseDB

The package can be loaded, and driver can be created, but the dbConnect 
function causes the whole RGui crashes,

driver <- dbDriver("PostgreSQL")
con <- dbConnect(driver, dbname="demo", host="192.168.8.1", user="postgres", 
password="postgres", port=5432)
I have attached the binary package file for you to test.

Original issue reported on code.google.com by guxiaobo...@gmail.com on 7 Jan 2011 at 12:38

Attachments:

GoogleCodeExporter commented 8 years ago
Close because this is outdated and not reproducible. 
(Windows 2003 Server is not accessible right now).

Original comment by tomoa...@kenroku.kanazawa-u.ac.jp on 10 Oct 2011 at 7:38