[Bug 669005] Re: Apache2 crashes on reload

2018-05-23 Thread Andreas Hasenack
We are sorry, but it looks like this bug fell through the cracks and was forgotten. Since Ubuntu 8.04 is no longer supported, I'm going to mark this issue as "won't fix". If it's still happening in a supported version of Ubuntu, then please reopen this bug stating the new information. Thanks. **

[Bug 669005] Re: Apache2 crashes on reload

2010-11-09 Thread Clint Byrum
** Changed in: apache2 (Ubuntu) Assignee: (unassigned) => Clint Byrum (clint-fewbar) ** Tags added: work-intensive -- Apache2 crashes on reload https://bugs.launchpad.net/bugs/669005 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ap

[Bug 669005] Re: Apache2 crashes on reload

2010-11-09 Thread Guy Van Sanden
Ok, I'm running 2.0 RC3 already. -- Apache2 crashes on reload https://bugs.launchpad.net/bugs/669005 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.co

[Bug 669005] Re: Apache2 crashes on reload

2010-11-08 Thread Clint Byrum
Guy, thanks. I've been digging through the code a bit, and it appears that we're probably dying because the id_callback that PHP has setup is invalid in some way. The spot where we get the "in ??" is this: pid=(unsigned long)CRYPTO_thread_id(); CRYPTO_thread_id() returns the result of a dyna

[Bug 669005] Re: Apache2 crashes on reload

2010-11-08 Thread Guy Van Sanden
Hi Clint It gives me this: (gdb) bt #0 0x7fb3b834a4f0 in ?? () #1 0x7fb3c23a7055 in ERR_get_state () at err.c:1005 #2 0x7fb3c23a7a05 in ERR_put_error (lib=38, func=120, reason=103, file=0x7fb3c240f0e3 "eng_list.c", line=116) at err.c:701 #3 0x7fb3c2396dcc in ENGINE_add (e

[Bug 669005] Re: Apache2 crashes on reload

2010-11-05 Thread Clint Byrum
Marking Confirmed as this is definitely a bug. -- Apache2 crashes on reload https://bugs.launchpad.net/bugs/669005 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apache2 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@l

[Bug 669005] Re: Apache2 crashes on reload

2010-11-05 Thread Clint Byrum
Guy, awesome, this narrows things down a bit. Can you also install these debug symbols and repeat the trace?: php5-dbg libssl0.9.8-dbg libcurl3-dbg I'm guessing that this is a bug in PHP or curl that isn't re- initializing some kind of global state for openssl. Are you definitely using the curl

[Bug 669005] Re: Apache2 crashes on reload

2010-11-05 Thread Guy Van Sanden
Thanks, that worked (gdb) bt #0 0x7f18631324f0 in ?? () #1 0x7f186d18f055 in ERR_get_state () from /usr/lib/libcrypto.so.0.9.8 #2 0x7f186d18fa05 in ERR_put_error () from /usr/lib/libcrypto.so.0.9.8 #3 0x7f186d17edcc in ENGINE_add () from /usr/lib/libcrypto.so.0.9.8 #4 0x7

[Bug 669005] Re: Apache2 crashes on reload

2010-11-05 Thread Clint Byrum
Oh also Guy, you'll get a better backtrace output if you also install the 'libc6-dbg' package to get full debug symbols. -- Apache2 crashes on reload https://bugs.launchpad.net/bugs/669005 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to ap

[Bug 669005] Re: Apache2 crashes on reload

2010-11-05 Thread Clint Byrum
Guy, thanks for trying that out. I just simulated it here on a maverick system and the core was dumped in /etc/apache2/core Can you look in /etc/apache2 for the core file? -- Apache2 crashes on reload https://bugs.launchpad.net/bugs/669005 You received this bug notification because you are a me

[Bug 669005] Re: Apache2 crashes on reload

2010-11-05 Thread Guy Van Sanden
Hi Clint I did exactly those steps: r...@chaos:/tmp # ulimit -c unlimited (11-05 13:25) r...@chaos:/tmp # service apache2 start (11-05 13:25) * Starting web server apache2 ...d

[Bug 669005] Re: Apache2 crashes on reload

2010-11-04 Thread Clint Byrum
Hello Guy, thank you for taking the time to file this bug report and help us make Ubuntu better. Can you enable core dumps for apache so we get a core file when it segfaults? This *should* do the trick: service apache2 stop ulimit -c unlimited service apache2 start After it has crashed, you can