Ok allready quickly found the solution. :woohoo:
Seems to happen on windows machines
Found on this link.
apache solution
edit the httpd.conf file and add the lines below
restart easyphp or other xamp/wamp server and it is solved.
<IfModule mpm_winnt_module>
ThreadStackSize 8888888
</IfModule>