Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MonetDBLite dbDisconnect with shutdown=TRUE freezes the console on windows #3994

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

Date: 2016-04-27 10:30:50 +0200
From: Anthony Damico <>
To: Hannes Muehleisen <>
Version: 11.21.13 (Jul2015-SP2)
CC: ajdamico

Last updated: 2016-06-23 10:24:44 +0200

Comment 22100

Date: 2016-04-27 10:30:50 +0200
From: Anthony Damico <>

User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Build Identifier:

ESC key does not work.. the session is over

Reproducible: Always

Steps to Reproduce:

R version 3.2.4 Revised (2016-03-16 r70336) -- "Very Secure Dishes"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

install.packages( c("MonetDB.R", "MonetDBLite" , "DBI" ) , repos=c("https://dev.monetdb.org/Assets/R/", "http://cran.rstudio.com/"))
Installing packages into ‘C:/Users/AnthonyD/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
trying URL 'https://dev.monetdb.org/Assets/R/bin/windows/contrib/3.2/MonetDB.R_1.0.2.zip'
Content type 'application/zip' length 136636 bytes (133 KB)
downloaded 133 KB

trying URL 'https://dev.monetdb.org/Assets/R/bin/windows/contrib/3.2/MonetDBLite_0.2.3.zip'
Content type 'application/zip' length 6028873 bytes (5.7 MB)
downloaded 5.7 MB

trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.2/DBI_0.3.1.zip'
Content type 'application/zip' length 162505 bytes (158 KB)
downloaded 158 KB

package ‘MonetDB.R’ successfully unpacked and MD5 sums checked
package ‘MonetDBLite’ successfully unpacked and MD5 sums checked
package ‘DBI’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
C:\Users\AnthonyD\AppData\Local\Temp\Rtmp4mBhlA\downloaded_packages

library(DBI)
Warning message:
package ‘DBI’ was built under R version 3.2.5
library(MonetDB.R)
library(MonetDBLite)
Warning message:
package ‘MonetDBLite’ was built under R version 3.2.5

db <- dbConnect( MonetDBLite() )

dbDisconnect( db , shutdown = TRUE )

Actual Results:

infinite freeze

Comment 22109

Date: 2016-04-29 07:51:02 +0200
From: Anthony Damico <>

THANKS HANNES

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants