After trial and error I found the part in post-new.php which makes the page hang. After I deleted
<?php
$metadata = has_meta($post_ID);
list_meta($metadata);
?>
the page loaded fine, since I don’t use any metadata, I can live with this cutout, maybe in future versions this problem will solve itself out, for now I can blog again…