I am trying to compile my magento store's code. Initially compiling was producing an error which I tracked down to the Fooman Speedster advanced module. I removed the module entirely from my store's code and again recompiled. The compilation successfully completed this time and all classes (around 7500) could be seen in the/includes/src/ folder.
However after compilation, my site's frontend is showing the white screen of death with no error being generated in the apache error log. What is strange is that the backend is working perfectly fine.
I have also increased my memeory limit for php scripts to 1024M so that php running out of memory is not the problem.
Any suggestions as to what might be the propblem or how to go about tracking the problem/bug.