You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Stephen Ince <si...@opendemand.com> on 2008/02/21 16:21:41 UTC

apr_sockaddr_vars_set crash

I seem to be crashing intermittently in apr_sockaddr_vars_set. This method 
looks pretty harmless. The only thing I can think of if alloc_socket in 
apr_socket_create() failed. Does anyone have any insight as to why this may 
happen?

apr: 1.2.12
os: windows XP.


stacktrace.
apr_sockaddr_vars_set(apr_sockaddr_t * 0x00000002, int 2, unsigned short 0) 
line 126 + 6 bytes

set_socket_vars(apr_socket_t * 0x06725f30, int 2, int 1, int 6) line 53

apr_socket_create(apr_socket_t * * 0x02124d70, int 2, int 1, int 6, 
apr_pool_t * 0x03703268) line 148



Steve