-
-
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
Internal error: encountered unexpected error in runtime: BoundsError #36891
Comments
I also get things hanging in
|
MWE: using RDatasets: dataset
using AlgebraOfGraphics, AbstractPlotting, GLMakie
using AlgebraOfGraphics: smooth
mpg = dataset("ggplot2", "mpg");
cols = style(:Displ, :Hwy);
grp = style(color = :Cyl => categorical);
scat = spec(Scatter)
pipeline = cols * scat
newstyle = style(markersize = :Cyl) * spec(markersize = (0.1, 5))
data(mpg) * cols * (scat * newstyle + smooth(span = 0.8)) |> draw |
The first issue only happens on master, the second is also in 1.5. I will split this into two issues. |
Yeah sorry about that! I don't even know why I put them in the same issue^^ I guess they had a similar vibe.. |
Yes, can I get an rr trace for this. The GL stuff is still a bit of a pain to set up properly. Ideally on master and reproducing the BoundsError issue. |
Not sure if this actually worked, there was no print output whatsoever... I did confirm, that it errors without
Version:
|
No, that didn't work. Are you on a supported platform? Can you try doing it in interactive mode rather than with |
Ahaha, there was a warning which seemed non fatal... |
Can you file an issue at BugReporting.jl to make the warning more stern? |
Can you check if this was fixed by #37634 ? |
It seems like |
The text was updated successfully, but these errors were encountered: