If you set file extract limit to something low, a case is easily encountered where Bro crashes.
redef FileExtract::default_limit=400;
Fix in topic/robin/file-analysis-fixes
The branch contains a second fix that could lead to analyzer code still being executed after the analyzer had bailed out already.
I merged this, including our discussed changes.