Skip to content

fix #36527, skipped marking of some items in excstack #36583

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

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

JeffBezanson
Copy link
Member

When moving to the next group of julia values in a trace the counter was not reset, so we didn't mark values after the first group.

fix #36527

@JeffBezanson JeffBezanson added GC Garbage collector bugfix This change fixes an existing bug backport 1.5 labels Jul 8, 2020
@JeffBezanson JeffBezanson requested a review from c42f July 8, 2020 17:58
Copy link
Member

@c42f c42f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Nasty bug 😬

This bug was introduced while generalizing trace entries in #33277, so I think that means it will be in 1.4 and 1.5.

@JeffBezanson JeffBezanson merged commit 80a0167 into master Jul 9, 2020
@JeffBezanson JeffBezanson deleted the jb/fix36527 branch July 9, 2020 22:56
KristofferC pushed a commit that referenced this pull request Jul 10, 2020
@KristofferC KristofferC mentioned this pull request Jul 10, 2020
13 tasks
@staticfloat
Copy link
Member

I ran into this in the wild on 1.4.2 mere minutes before Jeff fixed this. Amazing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug GC Garbage collector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault on showerror in v1.0 - latest
5 participants