Core Dump During Single-Operator Execution
Symptom
After a single-operator is executed, the memory is freed repeatedly. As a result, a core dump occurs, and the following key log information is displayed:
double free or corruption(!prev)
Possible Cause
Memory is freed repeatedly due to incorrect code logic.
Parent topic: Operator Execution Issues