Hello! Is there a way to get a list of all GC roots in my Ruby program? I know there is a memory leak somewhere in my application, I just don't know in which part. Listing all variables on the Heap becomes too large, but just seeing the GC roots would be a great help. Can you suggest some ideas? Best wishes, Sven C. Koehler