Assertion Failure in SQLite When Unregistering Profile Tracer Mid-Statement Execution
Issue Overview: Assertion Failure Due to Unregistered Profile Tracer During Statement Execution The core issue revolves around an assertion failure in SQLite when a profile tracer, specifically one registered with SQLITE_TRACE_PROFILE, is unregistered mid-statement execution. This scenario occurs when a statement begins execution with a registered tracer, but the tracer is unregistered before the statement…