Dear All,
I’m implementing a File system driver with caching enabled. It works fine for copy of Files upto 1 MB size but if i try to copy files of size > 2MB it gives BAD_POOL_CALLER bug check. I’m not able to understand where exactly i’m doing wrong. Can any one you please shed some light on this.
Thanks in advance.
Sincerely
Nagaraja ML
Run the driver verifier on your driver, and see what it says -
consult the parameters for the bug check code to more information.
The B_P_C bug check usually means double freeing memory, freeing
invalid pointer…
–
Kind regards, Dejan M. www.alfasp.com
E-mail: xxxxx@alfasp.com
Alfa Transparent File Encryptor - Transparent file encryption services.
Alfa File Protector - File protection and hiding library for Win32
developers.
Alfa File Monitor - File monitoring library for Win32 developers.