https://issues.apache.org/bugzilla/show_bug.cgi?id=51800

--- Comment #4 from sanmoy <[email protected]> 2011-09-25 05:05:08 UTC ---
(In reply to comment #3)
> It looks like there's a problem with the value at 39057, the ULONG in the
> PFMasks. There is a link to the documentation covering that part, I'd suggest
> reading through that and comparing what it says should be there with what
> actually is. If need be, step up the types list reading about those

Thanks for providing the pointers. 

After reading the documents and the exception report, I found the below points
:

childId="27", which means, the 27th field in the structure is failing
validation. According to the msdn doc, the last 6 bits are reserved and must be
0 and must be ignored. If I convert the decimal data to binary, 89->1011001, it
is clear that the fields are wrong. 

Is this conclusion correct? If so, please tell where to look in the code now..

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to