Skip to content

LOAD httpfs; creates fatal error on Windows (from R) #6231

@cboettig

Description

@cboettig

What happens?

The following sequence of commands crashes R (or RStudio) with fatal error and no output. Other platforms seem to work fine.

To Reproduce

conn <- DBI::dbConnect(duckdb::duckdb())
DBI::dbExecute(conn, "INSTALL 'httpfs';")
DBI::dbExecute(conn, "LOAD 'httpfs';")

OS:

Windows 10

DuckDB Version:

latest

DuckDB Client:

R

Full Name:

Carl Boettiger

Affiliation:

UC Berkeley

Have you tried this on the latest master branch?

  • I agree

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?

  • I agree

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions