php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7443 Crash while using IMP
Submitted: 2000-10-24 18:36 UTC Modified: 2001-02-10 15:31 UTC
From: Roberto dot Lionello at saic dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0.17 OS: Linux 2.2.17
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: Roberto dot Lionello at saic dot com
New email:
PHP Version: OS:

 

 [2000-10-24 18:36 UTC] Roberto dot Lionello at saic dot com
I'm using IMP, horde, Postgresql, and php3 (default versions for Debian 2.2). When I try to send an 
email php  crashes. This is the transcript from gdb

arda:/var/log# gdb /usr/sbin/apache-ssl
GNU gdb 19990928
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(no debugging symbols found)...
(gdb) run -X -f /etc/apache-ssl/httpd.conf
Starting program: /usr/sbin/apache-ssl -X -f /etc/apache-ssl/httpd.conf
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
Reading key for server varda.saic.com:443
Launching... /usr/lib/apache-ssl/gcache
pid=10177
Launching... /usr/lib/apache-ssl/gcache
pid=10178
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x402fa55a in php3_mime_split () from /usr/lib/apache/1.3/libphp3.so
(gdb) bt
#0  0x402fa55a in php3_mime_split () from /usr/lib/apache/1.3/libphp3.so
#1  0x402fc887 in _php3_getlastmod () from /usr/lib/apache/1.3/libphp3.so
#2  0x402fce8f in php3_treat_data () from /usr/lib/apache/1.3/libphp3.so
#3  0x402d6266 in _php3_hash_environment () from /usr/lib/apache/1.3/libphp3.s
o
#4  0x40324908 in lex_scan () from /usr/lib/apache/1.3/libphp3.so
#5  0x402dbfe9 in read_next_token () from /usr/lib/apache/1.3/libphp3.so
#6  0x402d4cea in phplex () from /usr/lib/apache/1.3/libphp3.so
#7  0x403163c0 in phpparse () from /usr/lib/apache/1.3/libphp3.so
#8  0x402d671a in _php3_build_argv () from /usr/lib/apache/1.3/libphp3.so
#9  0x402d6a3e in apache_php3_module_main ()
   from /usr/lib/apache/1.3/libphp3.so
#10 0x402d37b6 in send_php3 () from /usr/lib/apache/1.3/libphp3.so
#11 0x402d385e in send_parsed_php3 () from /usr/lib/apache/1.3/libphp3.so
#12 0x8057204 in ap_invoke_handler () 
#13 0x8065a7c in ap_some_auth_required ()
#14 0x8065ad8 in ap_process_request () 
#15 0x805f877 in ap_child_terminate () 
#16 0x805fa0c in ap_child_terminate () 
#17 0x805fb29 in ap_child_terminate () 
#18 0x805ffdb in ap_child_terminate () 
#19 0x806068d in main ()
#20 0x40196a52 in __libc_start_main () from /lib/libc.so.6
(gdb) 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-25 20:24 UTC] joey@php.net
Please compile with --enable-debug and show the backtrace.
 [2001-02-10 15:31 UTC] jimw@php.net
no feedback, closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 08:01:32 2024 UTC