see "call stack limit" in instruments when using leaks

I'm using the Leaks instrument in Xcode 26.2 to investigate a memory leak. After attaching Instruments to target process and starting a recording, it detected 29 leaks. However, I'm unable to view the allocation call stacks because each leak shows "Call stack limit reached." May I know if anyone has a solution for this? I’ve tried “Hide System Libraries,” “Invert Call Tree,” and “Flatten Recursion,” but unfortunately, none of them seem to work.

see "call stack limit" in instruments when using leaks
 
 
Q