Skip to content
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

[Cling] Assertion fails with wrong but innocent code #13965

Closed
1 task done
dpiparo opened this issue Oct 28, 2023 · 0 comments · Fixed by #14451
Closed
1 task done

[Cling] Assertion fails with wrong but innocent code #13965

dpiparo opened this issue Oct 28, 2023 · 0 comments · Fixed by #14451
Assignees
Labels

Comments

@dpiparo
Copy link
Member

dpiparo commented Oct 28, 2023

Check duplicate issues.

  • Checked for duplicates

Description

There is a very simple way to cause an assertion in cling through wrong but innocent C++ code

Reproducer

root [0] g=TF1("gaus")
Assertion failed: ((D->NextInContextAndBits.getPointer() || D == LastDecl) && "decl is not in decls list"), function removeDecl, file DeclBase.cpp, line 1477.

ROOT version

master, MacOS 14

Installation method

built from sources, debug (clang in release mode)

Operating system

MacOS 14

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants