Skip to content

Segfault in rbind_all #463

@hoesler

Description

@hoesler

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

Labels

bugan unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions