-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Concurrency
-
None
-
ALL
If we can't recover from a yield when explain is enabled, then inside finish() _c will be zero and we will seg fault in the call to noteScan(). I'll be checking in a test and can fix this too if you want - can we fix by asserting in this case? Otherwise it looks like we could grab the necessary info from the cursor in the beginning of running the query before any yielding happens.