Bug#319922:

2005-07-26 Thread Steve Langasek
reassign 319922 pph4-apd
thanks

On Mon, Jul 25, 2005 at 08:04:37PM -0600, Dan Cunningham wrote:
 Thanks, that did it.  Not being a php expert, I'm not sure what that  
 mod is, much less how it got installed but after many hours of  
 googling I didn't even come close to finding that answer.  Thanks for  
 your time.

Reassigning to php4-apd, then.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#319922:

2005-07-26 Thread Adam Conrad
reassign 319922 php4-apd
thanks

Steve Langasek wrote:
 reassign 319922 pph4-apd
 thanks
 
 Reassigning to php4-apd, then.

Speeling!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319922: libapache2-mod-php4: child pid exit signal Segmentation fault (11)

2005-07-25 Thread daniel
Package: libapache2-mod-php4
Version: 4:4.3.10-15
Severity: important

This seems similar to bug #301755.  When using horde (either debian
package or from horde cvs) any time it makes an imap call (it uses IMP to
authenticate) for login or to view mail, the apache child dies surving
the request... always.  Sometimes it completes the request before it
dies, other times it dies first leaving the user with a blank page, or
page not found error.  This also happens with apache 1.3 (testing).

Thanks
D-

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libapache2-mod-php4 depends on:
ii  apache2-mpm-prefork 2.0.54-4 traditional model for Apache2
ii  libbz2-1.0  1.0.2-7  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libcomerr2  1.37-2sarge1 common error description library
ii  libdb4.24.2.52-18Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-3 XML parsing C library - runtime li
ii  libkrb531.3.6-4  MIT Kerberos runtime libraries
ii  libmagic1   4.12-1   File type determination library us
ii  libpcre35.0-1.1  Perl 5 Compatible Regular Expressi
ii  libssl0.9.7 0.9.7e-3 SSL shared libraries
ii  libzzip-0-120.12.83-5library providing read access on Z
ii  mime-support3.34-1   MIME files 'mime.types'  'mailcap
ii  php4-common 4:4.3.10-15  Common files for packages built fr
ii  zlib1g  1:1.2.2-4compression library - runtime

libapache2-mod-php4 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319922:

2005-07-25 Thread Dan Cunningham

Sorry I meant its similar to bug #301756



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319922: GDB dump

2005-07-25 Thread Dan Cunningham
Running apache2 through gdb gives me this upon login...


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1213844832 (LWP 11819)]
0xb7bcd563 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7bcd563 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1  0xb78a5205 in _estrdup () from /usr/lib/apache2/modules/libphp4.so
#2  0xb7453f5b in mkCallStackEntry () from /usr/lib/php4/20020429/apd.so
#3  0xb745440c in apd_get_active_function_name ()
   from /usr/lib/php4/20020429/apd.so
#4  0xb7454eb2 in apd_execute_internal () from /usr/lib/php4/20020429/apd.so
#5  0xb78accf8 in call_user_function_ex ()
   from /usr/lib/apache2/modules/libphp4.so
#6  0xb78979c4 in php_end_ob_buffer () from
/usr/lib/apache2/modules/libphp4.so
#7  0xb7897b4e in php_end_ob_buffers ()
   from /usr/lib/apache2/modules/libphp4.so
#8  0xb7885368 in php_request_shutdown ()
   from /usr/lib/apache2/modules/libphp4.so
#9  0xb78c9c90 in execute () from /usr/lib/apache2/modules/libphp4.so
#10 0xb78c9f6a in execute () from /usr/lib/apache2/modules/libphp4.so
#11 0x080783a5 in ap_run_handler ()
#12 0x080789b0 in ap_invoke_handler ()
#13 0x08069c9a in ap_process_request ()
#14 0x0806512d in _start ()
#15 0x082b92a0 in ?? ()
#16 0x0004 in ?? ()
#17 0x082b92a0 in ?? ()
#18 0x0808373c in ap_run_pre_connection ()
#19 0x080835f5 in ap_run_process_connection ()
#20 0x080769a4 in ap_graceful_stop_signalled ()
#21 0x08076bbb in ap_graceful_stop_signalled ()
#22 0x08076c18 in ap_graceful_stop_signalled ()
#23 0x0807748a in ap_mpm_run ()
#24 0x0807dabd in main ()



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319922:

2005-07-25 Thread Dan Cunningham

Sorry I meant its similar to bug #301756


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319922: GDB dump

2005-07-25 Thread Steve Langasek
On Mon, Jul 25, 2005 at 02:08:40PM -0600, Dan Cunningham wrote:
 Running apache2 through gdb gives me this upon login...

And what does this backtrace look like if you *aren't* using php4-apd?

-- 
Steve Langasek
postmodern programmer

 Program received signal SIGSEGV, Segmentation fault.
 [Switching to Thread -1213844832 (LWP 11819)]
 0xb7bcd563 in strlen () from /lib/tls/i686/cmov/libc.so.6
 (gdb) bt
 #0  0xb7bcd563 in strlen () from /lib/tls/i686/cmov/libc.so.6
 #1  0xb78a5205 in _estrdup () from /usr/lib/apache2/modules/libphp4.so
 #2  0xb7453f5b in mkCallStackEntry () from /usr/lib/php4/20020429/apd.so
 #3  0xb745440c in apd_get_active_function_name ()
from /usr/lib/php4/20020429/apd.so
 #4  0xb7454eb2 in apd_execute_internal () from /usr/lib/php4/20020429/apd.so
 #5  0xb78accf8 in call_user_function_ex ()
from /usr/lib/apache2/modules/libphp4.so
 #6  0xb78979c4 in php_end_ob_buffer () from
 /usr/lib/apache2/modules/libphp4.so
 #7  0xb7897b4e in php_end_ob_buffers ()
from /usr/lib/apache2/modules/libphp4.so
 #8  0xb7885368 in php_request_shutdown ()
from /usr/lib/apache2/modules/libphp4.so
 #9  0xb78c9c90 in execute () from /usr/lib/apache2/modules/libphp4.so
 #10 0xb78c9f6a in execute () from /usr/lib/apache2/modules/libphp4.so
 #11 0x080783a5 in ap_run_handler ()
 #12 0x080789b0 in ap_invoke_handler ()
 #13 0x08069c9a in ap_process_request ()
 #14 0x0806512d in _start ()
 #15 0x082b92a0 in ?? ()
 #16 0x0004 in ?? ()
 #17 0x082b92a0 in ?? ()
 #18 0x0808373c in ap_run_pre_connection ()
 #19 0x080835f5 in ap_run_process_connection ()
 #20 0x080769a4 in ap_graceful_stop_signalled ()
 #21 0x08076bbb in ap_graceful_stop_signalled ()
 #22 0x08076c18 in ap_graceful_stop_signalled ()
 #23 0x0807748a in ap_mpm_run ()
 #24 0x0807dabd in main ()


signature.asc
Description: Digital signature


Bug#319922:

2005-07-25 Thread Dan Cunningham
Thanks, that did it.  Not being a php expert, I'm not sure what that  
mod is, much less how it got installed but after many hours of  
googling I didn't even come close to finding that answer.  Thanks for  
your time.


D-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]