I have a crash related to -[UIWebPDFView _recreateUIPDFDocument]. The crash occurs after a Memory Warning message which calls -[UIWebPDFViewHandler didReceiveMemoryWarning:] which in turn calls -[UIWebPDFView _recreateUIPDFDocument] which crashes the app. I was trying to recreate this crash but couldn't.
How can I do that?