8000 Error: C stack usage 7969440 is too close to the limit · Issue #8 · randy3k/collections · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Error: C stack usage 7969440 is too close to the limit #8
Closed
@renkun-ken

Description

@renkun-ken

Printing the storage object (e.g. last in deque) or call saveRDS on the container objects produces error.

d <- collections::deque()
d$push(1)
d$push(2)
d$push(3)
d$last

image

saveRDS(d, "test.rds")
Error: C stack usage  7969440 is too close to the limit

It seems that some containers use R data structures to implement the algorithms. I'm wondering if such error could be eliminated somehow?

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

      0