Details
-
Type:
Bug
-
Status: Reopened (View Workflow)
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Cling
-
Labels:None
-
Environment:
Any
-
Development:
Description
When testing unloading in cling I ran into the following
.L foo.h
foo()
.U foo.h
.L different_foo.h
foo()
The first "foo()" will trigger loading of the value printer runtime
universe. But we will unload that because we unload foo.h, and the
second foo() will not have any value printer runtime universe anymore.