Hello,<br><br>I am running Apache 2.0.54 with mod_nss using NSS 3.10.<br>I tried to use inside mod_nss the SSL_TRC macro provided by NSS.<br><br>I have tracing in NSS turned on and declared the environment variable SSLTRACE=10.
<br>The I ran Apache in debugging mode:<br><br>httpd -X -k start -DSSL<br><br>The output I got is as follows:<br><br>Please enter password for "internal" token:<br>[at this point I entered the NSS database password]
<br>SSL: tracing set to 10<br>1243: SSL: grow buffer from 0 to 4096<br>1243: SSL: grow buffer from 0 to 4096<br>1243: SSL[137084424]: closing, rv=0 errno=-8174<br>Segmentation fault<br><br>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:
<br><br>apachectl startssl<br>or<br>httpd -k start -DSSL<br><br>Also<br><br>Can anyone help? Why doesn't the Apache debug mode work with mod_nss?<br><br>Regards,<br>Peter<br>