Description
MarkSweepGarbageCollector writes node paths in a file along with the blob references as raw strings.
This is problematic because escaping/unescaping was introduced In ExternalSort used by GC class. But since the writing is not escaped, for strings with special characters the unescapeLineBreaks can fail.