Hello,

I am running Apache 2.0.54 with mod_nss using NSS 3.10.
I tried to use inside mod_nss the SSL_TRC macro provided by NSS.

I have tracing in NSS turned on and declared the environment variable SSLTRACE=10.
The I ran Apache in debugging mode:

httpd -X -k start -DSSL

The output I got is as follows:

Please enter password for "internal" token:
[at this point I entered the NSS database password]
SSL: tracing set to 10
1243: SSL: grow buffer from 0 to 4096
1243: SSL: grow buffer from 0 to 4096
1243: SSL[137084424]: closing, rv=0 errno=-8174
Segmentation fault

I get the same error even if I don't have SSLTRACE declared.  However, Apache runs just fine when I run it in normal mode:

apachectl startssl
or
httpd -k start -DSSL

Also

Can anyone help? Why doesn't the Apache debug mode work with mod_nss?

Regards,
Peter