Tech Support > Microsoft Windows > Drivers > Assertion failed into rdbss\write.c
Assertion failed into rdbss\write.c
Posted by Ale on October 25th, 2005


I've got following assertion:

*** Assertion failed: capReqPacket->IoStatus.Information <=
capPARAMS->Parameters.Write.Length
*** Source File: d:\xpsprtm\base\fs\rdr2\rdbss\write.c, line 1592

while debugging a mini-Rdr...
In free build everything sounds good, or it seams playng as well...

What does this assertion mean!?

Thanks
Ale

Posted by Maxim S. Shatskih on October 25th, 2005


You're forgetting to set Irp->IoStatus.Information.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Ale" <Ale@discussions.microsoft.com> wrote in message
news:B6CCBB90-410C-4E44-9945-A374B0D0EE3E@microsoft.com...


Posted by Ale on October 25th, 2005


What do you mean!?
I never have a direct control over IRP, I thought rdbss should perform it in
my behalf...

I'm really new to this world...

I actually have two problem, the second one:

On WinXP + Office2003, excel always ask me to overwrite the file while saving.
It seams to be in unse by another user... But it's not...

Maybe you might help.

Thanks
Ale

"Maxim S. Shatskih" wrote:


Similar Posts