My fave that I ever saw in real production code involved Builder, factory and iterator with at least two of them repeated. So it was something like
AbstractWidgetBuilderFactoryBuilderIteratorFactory
...maybe with Facade thrown in there too somewhere although I could be exaggerating with that.
When you see a classname like that the only rational response is to shrug, look at your watch and wonder how long you still have to work before you can get a strong drink.
Honestly I agree the problem with the GoF is not the content of the book itself but the fact that there is a certain type of personality which is very prevalent in software development (let's call them "pokemon trainers") who when confronted with a classification like that just have to "catch them all" (or in this case get them into every program as often as possible).
As a field guide to spotting and understanding common idioms it's fine. The problem is it's like showing a lexicon of cliches to a creative writing night school class. You know from then on about 90% of the material you read is going to be "It was a dark and stormy night... etc etc".
I just can't really ever forgive them for unleashing that particular demon.