https://bz.apache.org/bugzilla/show_bug.cgi?id=60461

--- Comment #28 from Christopher Schultz <[email protected]> ---
This *is* tcnative.

It extends beyond the scope of the APR connector. Can you reproduce this in a
testing environment? I have a small patch for sslinfo.c:

At line 293, add this:

    s = (tcn_ssl_conn_t *)(a->opaque);    // <--- this is existing line 292
    assert(NULL != sock);
    assert(NULL != a);
    assert(NULL != s);
    assert(NULL != s->ssl);

Re-build and let me know if it aborts on any of those lines.

-- 
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