You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For reference, we determined that the issue was using the wrong apr.h, which
specified
that sizeof void* was 8. On 32 bit systems this is wrong. This caused alignment
issues
which caused us to dereference the wrong part of the request_rec structure.
Matthew
found the issue and we've verified that it's fixed on both 32 bit laptops.
Original comment by bmcqu...@gmail.com on 27 Feb 2010 at 2:33
The code to fix this is
http://code.google.com/p/mod-spdy/source/detail?r=111
http://code.google.com/p/mod-spdy/source/detail?r=114
http://code.google.com/p/mod-spdy/source/detail?r=115
Original comment by bmcqu...@google.com on 27 Feb 2010 at 2:41
Original issue reported on code.google.com by
bmcqu...@google.com
on 10 Feb 2010 at 1:48The text was updated successfully, but these errors were encountered: