I think that this is the shutdown crash I reported some time ago. I'm puzzled that you did not see it before. Were your previous builds without SSL?
Regards J�rg > -----Urspr�ngliche Nachricht----- > Von: Aarno Syv�nen [mailto:[EMAIL PROTECTED]] > Gesendet am: Dienstag, 27. November 2001 12:17 > An: [EMAIL PROTECTED] > Betreff: SSL code seems to segfault when shutting down > > Hi List, > > I try to implement https to PPG. It seems to work, except that boxes > (all of > them) segfault when shutting down. Trace statements tell that this > happens in > > http_shutdown, > server_shutdown_ssl, > SSL_CTX_free > > After that gdb dumps following stack: > > #3 CRYPTO_lock > #2 openssl_locking_function(mode=9, n=12, file="ssl_lib.c", > line=1218) > #1 mutex_lock (mutex=0xdeadbeef) > #0 pthread_mutex_lock > > 0xdeadbeef is quite telling. Someone tries to use already > freed mutex. I > start > to investigate, but I would like to get opinions from people more > familiar with > SSL code (Stipe ?) - I may miss something quite evident. > > Aarno >
