Following test case can help to reproduce the issue
var win = window.open('about:blank');
win.close();
setTimeout(function() {
console.log(win.parent); // <-- crash here
}, 1000);
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.