-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segfault unlisting a nested data.frame #2936
Comments
thanks for report, reproduced on 1.11.5 |
Thanks @jangorecki . I really don't know if it's a valid expectation for a
perhaps it'd be better if it complained at the time of setting it to a DT? |
I've been thinking we should fix that "Invalid column: it has dimensions" error... it's not very helpful (doesn't name which column, and never have I encountered it as a "result of |
Not a segfault anymore... #3770 would have given the error at |
I was trying to provide a
data.table
solution to this SO question: https://stackoverflow.com/questions/50881925/r-expand-nested-dataframe-into-parent but instead caused a segfault that forced me to exit R altogether.Reproducible data and actions:
And the action that caused the segfault:
master[, unlist(personalInfo), by = id]
#
Output of sessionInfo()
The text was updated successfully, but these errors were encountered: