-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior
Milestone
Description
rbind_all applied to a list of data frames with special columns like in
dfl <- data.frame(x = I(list(1:2, 1:3, 1:4)))
rbind_all(list(dfl, dfl))results in a segfault:
Invalid memory access of location 0x0 rip=0x10a21b5a8
*** caught segfault ***
address 0x0, cause 'memory not mapped'
Traceback:
1: .Call("dplyr_rbind_all", PACKAGE = "dplyr", dots)
2: rbind_all(list(dfl, dfl))
This could be related to #459.
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behavior