Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Radian 0.6.13 crashes after calling reticulate. #489

@camsique

Description

@camsique
radian --version
radian version: 0.6.13
r executable: /usr/local/lib64/R/bin/R
r version: 4.3.1
python executable: /usr/bin/python
python version: 3.9.18

Case 1) No crash, but does not work.

r$> library(reticulate)
r$> pd <- import("pandas")
Error: C stack usage  7973712 is too close to the limit

Case 2) Crashes

r$> library(reticulate)
r$> use_python("/usr/bin/python")
Error: C stack usage  7975088 is too close to the limit
Error: C stack usage  7974544 is too close to the limit

 *** caught segfault ***
address (nil), cause 'memory not mapped'
Segmentation fault (core dumped)

Case 3) No problem calling this in plain R console.

This used to work in radian prior to upgrading to development version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions