E
Edward1987ms
Guest
I mostly encounter the blue crash screen when I am on my college campus. When I run debugging with Windbg this was the result: BAD_POOL_CALLER (c2) The current thread is making a bad pool request. Typically this is at a bad IRQL level or double freeing the same allocation, etc. I need help finding what is causing this problem and how to rectify it. I am unable to do any productive work at school due to this problem.
Continue reading...
Continue reading...