> Hi,
>
> I have installed Apache 2.0.48 with enable-ssl option on Solaris 8.
> The server starts and works fine in non-ssl mode however on starting in ssl mode it
> gives the following exception:
> # ../bin/apachectl startssl
> [Thu Dec 04 16:27:04 2003] [crit] [Thu Dec 04 16:27:04 2003] file vhost.c, line 232,
> assertion "rv == APR_SUCCESS" failed
> Abort - core dumped
>
> On analysing the core file using gdb(gdb httpd core), the following backtrace is
> shown:
> #0 0xfefa9780 in __sigprocmask () from /usr/lib/libthread.so.1
> (gdb) bt
> #0 0xfefa9780 in __sigprocmask () from /usr/lib/libthread.so.1
> #1 0xfef9e978 in _resetsig () from /usr/lib/libthread.so.1
> #2 0xfef9e118 in _sigon () from /usr/lib/libthread.so.1
> #3 0xfefa1158 in _thrp_kill () from /usr/lib/libthread.so.1
> #4 0xff04ba7c in raise () from /usr/lib/libc.so.1
> #5 0xff035964 in abort () from /usr/lib/libc.so.1
> #6 0x7fe74 in piped_log_spawn (pl=0x130af8) at log.c:728
>
> The issue doesn't seems to be in my application. If not what could be the
> issue???????
>
>
> regards,
Gagan