Displaying 1 result from an estimated 1 matches for "removeabstracttypeuser".
2011 May 30
1
[LLVMdev] Type::removeAbstractTypeUser crash when freeing module from ExecutionEngine
hi list,
I've got a situation where I'm constantly adding and removing Modules
from an ExecutionEngine. When removing a module and the jitstate is
freed, clean up of the StructLayoutMap ends up trying to access a Type
instance was was already freed by the removal of another Module. In
trying to debug this, it basically comes down to a Type instance
serving as key in