Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 67 by
SieuT...@gmail.com: [Memory overflow] Access Vioaltion -
application crash
https://code.google.com/p/rpostgresql/issues/detail?id=67
What steps will reproduce the problem?
1. Create a table that contains "unknown" type
For ex:
create table foobar as select 'a string' as astring, null as anull;
2.IN Rgui, launch the following script
library(RPostgreSQL)
condb=dbConnect(PostgreSQL(),user="...",password="...",dbname="test",host="...",port="5432")
for (counter in 1:1500) {
foobar=dbGetQuery(condb,statement="select * from foobar")
}
What is the expected output?
the application terminates without any problem , but it will have 1500
warnings
( unrecognized PostgreSQL field type unknown (id:750) in column 0)
What do you see instead?
Rgui is crashed .
What version of the product are you using? On what operating system?
R 3.0.2 (64), RPostgresql 0.4, windows 7 64b
Please provide any additional information below.
i have debugged with windbg and voila the result:the attached file
Attachments:
debug.txt 6.8 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings