-
Notifications
You must be signed in to change notification settings - Fork 116
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
geom_conn_bundle()
crashes R
#350
Comments
Thanks - I can reproduce |
huh, weird - and now I can't... Maybe the other crash I experienced was unrelated |
is the crash still reproducible on your system with latest versions installed? |
I will try and let you know. |
Indeed, still crashes. reprex::reprex({...}, std_out_err = TRUE) This reprex appears to crash R. Standard output and error/usr/include/c++/13.1.1/bits/stl_vector.h:1125: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = Point; _Alloc = std::allocator<Point>; reference = Point&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. |
packageVersion("ggraph")
#> [1] '2.1.0.9000'
packageVersion("igraph")
#> [1] '1.5.1'
packageVersion("tidyverse")
#> [1] '2.0.0'
packageVersion("RColorBrewer")
#> [1] '1.1.3' |
Interesting. Do you have access to a non-Linux system to test this on? |
Yes, I can get my hands on a macos. I will let you know. |
Hi Thomas,
Using ggraph version 2.1.0.9000 (devel. version), this example code from the R Graph Gallery crashes R:
From my quick inspection it seems that
geom_conn_bundle()
is the culprit.Here is the code:
My session info:
The text was updated successfully, but these errors were encountered: