Programming Tutorials

Comment on Tutorial - Parent: child process exited with status 3221225477 -- Restarting By Emiley J.



Comment Added by : Vsk

Comment Added at : 2010-02-22 00:48:42

Comment on Tutorial : Parent: child process exited with status 3221225477 -- Restarting By Emiley J.
May be someone would find this useful.

In my case too, apache crashed with the same error. My PHP script was trying to resize images. Using functions like imagecreatefromjpeg (I should be saying using GD functions!).

The reason it kept crashing is because I just renamed a .gif file to .jpg file. Windows doesn't complain. It will keep showing you the image just fine. But, GD functions couldn't handle it...and apache would crash and restart.

So it may not be completely related to mysql api alone(and hence the solution of copying the dll to other location).

Hope this helps others like me!.

-V


View Tutorial