<html>
<script name="JavaScript">
function KnockOut(){
setTimeout("KnockOut()", 1000);
thisTime = new Date()
seconds = thisTime.getSeconds()
document.write(seconds);
}
</script>
<body onLoad="KnockOut();">
</html>
Crasht Safari mit diesen Core Dump:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0xbf806fec