-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Crash when describing a data frame with #NA
DataValue
#29639
Comments
A simpler example:
|
It seems to be something to do with how DataValues handles promotion
|
Simplest minimal example I can create:
|
Running Simon's minimal example on v1.1.0-DEV.397 gives me a stack overflow instead of a segfault, so perhaps this is just a matter of misspecified promotion that results in a stack overflow, and the segfaulting is the same issue as #17109? |
Any idea what is misspecified about that promotion rule? |
S and T jumps between
|
Ref: Discourse Post
Package versions:
Julia version
The text was updated successfully, but these errors were encountered: